Good find, its a leftover..
quickfix: open forums/includes/functions_gallery.php
find:
Code:
Content visible to verified customers only.
you will find it 2 times.
both should be replaced by:
Code:
Content visible to verified customers only.
You will say why do we need the stripslashes? its more or less deprecated in
vb code. Yes, but if you have an old vbgallery, that you upgraded, the username in versions 2.1 etc.. was saved with addslashes... so if you upgraded you could run into problems.
Then open gallery/browseimages.php
find:
Code:
Content visible to verified customers only.
replace with:
Code:
Content visible to verified customers only.
(just add the // in front of the line)
in the same file find:
Code:
Content visible to verified customers only.
replace with:
Code:
Content visible to verified customers only.
finally, last one... its a template edit:
open template
ADV_GALLERY_BROWSEIMAGES
in that template find:
Code:
Content visible to verified customers only.
replace with:
Code:
Content visible to verified customers only.
in profile block there are 3 more fixes needed:
open template
adv_gallery_member_block
find:
Code:
Content visible to verified customers only.
replace with:
Code:
Content visible to verified customers only.
then in same template find:
Code:
Content visible to verified customers only.
replace with:
Code:
Content visible to verified customers only.
then finally open:
forums/includes/vbgallery/gallery_profile_block.php
find:
Code:
Content visible to verified customers only.
replace with:
Code:
Content visible to verified customers only.
thats the ones I found...
Luc