The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to disallow guest can't view Topic until to login to Forum?
In Vbulletin 3.0x, had 2 or 3 mod hack to do this, but in new vbulletin version 3.5 is not have mod hack yet.
Anyone can to do this. Thanks you so much. |
#2
|
||||
|
||||
ACP->Usergroups-> Usergroup Manager->Unregistered/Not logged In->Edit
Can View Thread Content = No |
#3
|
|||
|
|||
Quote:
To do that, create the forums first and then in the Admin panel, goto "Forum Permission", choose the forum and do this for the guest/unregisterd group or any other group: can view forum? - yes view thread content? - no can view others thread? - yes That should do it. |
#4
|
||||
|
||||
Hmm, this is what it does for me:
As guest I can see all thread titels, # of replies,views - but not the thread itself. |
#5
|
|||
|
|||
Quote:
Then I want edit same mod hack same : guest can see everything in Forum such as : name Box, name thread,etc...if guest click to unexpected thread in Forum to see detail content, guest must login with username and password : https://vborg.vbsupport.ru/showthrea...forums+threads I tried to hack as above mod, but structure source of vbulletin 3.5 beta difference structure vbulletin 3.0x |
#6
|
||||
|
||||
Quote:
Quote:
|
#7
|
||||
|
||||
Quote:
|
#8
|
|||
|
|||
try this
if ($vbulletin->userinfo[userid] == 0) { print_no_permission(); } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|