Customizing SMF > Tips and Tricks
Allowing guests to see all Boards but not entering
junkrunner:
mine says
'boardindex-latest_posts:' . md5($user_info[query_wanna_see_board]" .
What to do?
tMicky:
is there an update? the trick below no longer works -
--- Code: ---
WHERE $user_info[query_see_board]
Replace with:
Code:
WHERE ($user_info[query_see_board]" . ($user_info['is_guest'] ? " OR FIND_IN_SET('0', b.memberGroups)" : '') . ")
--> Tips and Tricks.
-[Unknown]
--- End code ---
ElviraS:
Is there an update on how this trick can be done for SMF version 2.0.2?
Old Fossil:
Try the View Only Boards Mod.
Navigation
[0] Message Index
[*] Previous page
Go to full version