I am adding some customizations to my Gallery 2 Beta 1 installation, and an having a problem using values from URL parameters in my code. The page I am on has the following URL:
/main.php?g2_view=core:ItemAdmin&g2_subView=core:ItemEdit&g2_itemId=176&g2_editPlugin=CustomFieldItemEdit&g2_showSteps=1&g2_navId=x1faa1ace
I added the parameter g2_showSteps and now I would like to use the value from that parameter in my page. How do I reference this variable? Using just the usual $g2_showSteps method is not working.
Can anyone help?
Posts: 27300
Moved to G2 forum
Posts: 8601
GalleryUtilities::getRequestVariables('showSteps');