View Single Post
Old November 27th, 2008, 04:41 PM   #1 (permalink)
Luciano
Moderator
Verified Customer
 
Join Date: Aug 2005
Posts: 1,231
sessionurl errors in forum postbit

In the forumpostbit there is a template hook that displays the posters images..

the link to the users images has a sessionurl.. but in the templates:
adv_gallery_postbit_gallery_link
and
adv_gallery_postbit_images_link

$vbsession[sessionurl] is used for the link
$vbsession[sessionurl] does not exist!!
result: if the users browser does not accept cookies he gets logged out!

it has to be $session[sessionurl] and not $vbsession[sessionurl].
this should be changed in both templates..
Luc
Luciano is offline   Reply With Quote