Quote:
Originally Posted by igneous all right, a little unorthodox, but it works. thanks.
next part: how do I get the blog search to work correctly from gallery? right now blog_search.php is prefixed by the gallery URL and navbar replacements for that file don't work. |
I got it to work @ the moment by changing a plugin load order and adding a line.
ADminCP => Plugins & Products => Plugin Manager
- Product : PhotoPost vBGallery
-- Navbar integration [edit]
Change:
Execution Order: 6
Add:
Code:
Content visible to verified customers only.
After:
Code:
Content visible to verified customers only.
Reason there are problems
Hook: global_setup_complete
- used for search dropdown integration is located in /forums/global.php
The url replacements in the gallery will not even get close. I made it's execution order after the blog runs its plugin integration. Then we searched / replaced and added the URL in the "blog_navbar_search" template.