Quote:
Originally Posted by SavvyPirates
This is great! Thanks.
I agree that we need the ability to edit the navbar link. I use vBadvanced and it is not in the same folder as my forum so the link on the navbar won't work on that page.
I managed to get it to work by editing the XML product file to make that link my fully qualified URL to the all album page and re-importing the product and it's all good now.
Other than that, it was a cinch to install and get working!
|
Ditto!
For those who also need this and need help:
product-abe1_all_albums.xml
find:
<phpcode><![CDATA[$template_hook["navbar_buttons_left"] .= '<td class="vbmenu_control"><a href="
all_albums.php' . $session[sessionurl_q] . '">
All Albums</a></td>';]]></phpcode>
replace: (don't forget to update the domain/link to suit your needs)
<phpcode><![CDATA[$template_hook["navbar_buttons_left"] .= '<td class="vbmenu_control"><a href="
http://www.yourdomain.com/forums/all_albums.php' . $session[sessionurl_q] . '">
Gallery</a></td>';]]></phpcode>
You can also change the "All Albums" using this method. If you've already installed don't forget to "allow overwrite" when you import it again. I agree a phrase would be better
Cheers!:up: