View Single Post
Old January 16th, 2008, 06:39 PM   #4 (permalink)
Zachariah
Registered User
Verified Customer
 
Zachariah's Avatar
 
Join Date: Nov 2005
Location: Canoga Park, CA
Posts: 3,243
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
Quote:
Originally Posted by igneous View Post
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.

Last edited by Zachariah; January 16th, 2008 at 07:18 PM.
Zachariah is offline   Reply With Quote