
03-27-2006, 12:24 PM
|
|
|
Join Date: Feb 2005
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
- Go to Admin->Plugin System->Plugin Manager.
- Look for "Hook Location: online_location_preprocess".
- Click on "'PreProcess vBaGallery WOL Activities".
- The first line of the code should be:
PHP Code:
if (strpos($loc, '/gallery/') !== false)
- Change "gallery" to the folder name you have chosen. Only change this line. Leave the rest alone.
- Click save and you're done.
|