View Single Post
Old September 22nd, 2008, 03:25 PM   #1 (permalink)
Luciano
Registered User
 
Join Date: Aug 2005
Posts: 1,229
Little sessionurl bug (Cosmetic) & fix

When i hit advanced search in the navbar dropdown.. i get the correct url but an empty questionmark when using cookies...
(it works with cookies disabled)
so I Looked at the template and there is a little error..(but it works as supposed )

To fix this little annoyance.. open template adv_gallery_navbar_search
find:
Code:
Content visible to verified customers only.
replace with:
Code:
Content visible to verified customers only.
what is done: replace ?$session[sessionhash] with $session[sessionurl_q] which is basically the same, only that when u use cookies you have a single ? at the end of the url...



Luc
Luciano is offline   Reply With Quote