| 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
|