How to make when someone go to my gallery to go in Joomla
| ivan_fsg 
      Joined: 2008-02-03 Posts: 13 |  Posted: Tue, 2008-03-04 21:54 | 
| I don't know how to explain this. I wont when someone enter in my gallery for example in http://gallery.ivanmihov.eu/main.php?g2_itemId=29456 he immediately to go in my joomla gallery http://gallery.ivanmihov.eu/joo/index.php?option=com_gallery2&Itemid=27&g2_itemId=29456 Please help!!! | |



 
 
 
 
 
 
 
Posts: 30
I am not sure if I understood exactly what you want to do but I guess you don't want direct access to gallery but instead always open through joomla?
Try change the following in your gallery's config.php
$gallery->setConfig('mode.embed.only', 'http://gallery.ivanmihov.eu/joo/index.php?option=com_gallery2');
Posts: 13
10x