I have to make a small adjustment in browseimages.php for
do=member&imageuser=(x) around line 308 of vbagallery rc4.
Basically I have to combine these two.
Code:
Content visible to verified customers only.
which is new with the sql query below.
Code:
Content visible to verified customers only.
The end result should be that it checks for flagbit as well when browsing all images of a particular user (which are awarded images that appear on our front page if '1'). I will create a new case selection for it later once the sql query is working.
I have no idea how though. It's my first adjustment in php.
Any pointers or help would be greatly appreciated