Member only view list of thread but can't view thread
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #2
RE: Member only view list of thread but can't view thread
If I understand correctly, you can change this:

PHP Code:
if($mybb->user['uid'] == 0)


To something like this:

PHP Code:
if($mybb->user['gid'] == 'A' && $thread['fid'] == 'X')


Where X is the forum ID of the desired forum, and A is the group that cannot see the thread.

Changing the error text seems necessary as well.


Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
06-05-2012 04:56 PM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Member only view list of thread but can't view thread - Sama34 - 06-05-2012 04:56 PM

 Standard Tools
Forum Jump: