Hi!
I need to display the category $imagebits in two different formats: one the current thumbnail + labels on the bottom and the other a simple text list of the items.
I was thinking about letting the user decide how he wants to display the category contents (thumbs or text list) so I added a new option to Category Options (Allow Other Users to View Category, Upload to Category, Reply to Images and Rate Images).
Problem is, it's not working so I'm missing something somewhere.
If someone can point me to the right place I appreciate it =)
Here's what I've done:
Added the phrase to vba_gallery_admin.php bellow the other user option phrases:
Code:
Content visible to verified customers only.
Added the option in $catuseroptions in functions_gallery.php
Code:
Content visible to verified customers only.
Changed eval line in function construct_imagebits to:
Code:
Content visible to verified customers only.