ZenphotoCMS Forum
custom variable - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: custom variable (/thread-8503.html)



custom variable - pathway - 2011-04-17

Hello,

I am trying to setup and integrate zenphoto with zpArdoise. I wonder how to pass a variable so to have:
localhost/gallery/albums/sights/?rtId=value (numeric, eg. 1, 2 etc)

Thank you in advance

John




custom variable - acrylian - 2011-04-18

That should be possible but of course it should be &rtld=value as there are already queries that are just rewritten by modrewrite.




custom variable - pathway - 2011-04-18

Thank you for your responce,

adding the variable manually in browser works as i want it to work. I do not know how to add ?rt_id=$rt_id eg. in line

" title="">

of album.php

Thank you

John




custom variable - acrylian - 2011-04-18

You did not escape the code example properly. Anyway, I suggest to look at the functions documentation.




custom variable - pathway - 2011-04-18

I will take a look and coma back again.

Thank you

John