What to do if you want guests to view your thread gallery!
1) Do a copy of attachment.php and call it attachment1.php
find near line 1
PHP Code:
$permissions=getpermissions($getforuminfo[forumid]);
if (!$permissions[canview] or !$permissions[cangetattachment]) {
show_nopermission();
}
and delete it!
2) In gallery_list_bit and gallery_list_linkbit
find "attachment.php" and replace it with "attachment1.php"
DONE!
This will allow guests to view the thread gallery
I will add some more coding to the gallery files so that you can select guest access on a per gallery basis.
This will be included in the next update.