@Eikinskjaldi (or anyone else) -- before i go live with this, is the issue about the last post linking fixed, or can anyone see the thread/and or its contents?
do i have to do this?
Quote:
I think you missed out something like:
Code:
$threadinfo['privateusers'] = $threadinfo['privateusers'] ? implode(";",unserialize($threadinfo['privateusers'])) : "";
in the showthread.php file, and then change $restrictedusers to $threadinfo[privateusers] in the showthread template.
And I've made it admin only, by doing things like the following in the newthread and the edit thread templates:
Quote:
<if condition="$foruminfo['allowprivate'] == 1 and is_member_of($bbuserinfo, 6)">
Where 6 is the id of the Admins usergroup
|
I didn't follow the above..
Thanks
drex