The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Users can only view the contents of their own threads. It's possible?
Hello friends. I do not get this and I do not know if it is possible.
Inside a subforum I want users to see the list of all published threads, of all. But I want you to only see the content of your own subjects. That is, If this is the list of threads: Thread 1 started by user 1 Thread 2 started by user 2 Thread 3 started by user 3 Thread 4 started by user 4 User 1 can see the list of threads: Thread 1 Thread 2 Thread 3 Thread 4 But you can only see the content of the thread started by him: Thread 1 So far with the permits I have not been able to do it. Either you can not see the threads started by others, or you can not see the contents of the threads including your own. Could this be possible? Thank you |
#2
|
|||
|
|||
Please help
|
#3
|
||||
|
||||
I think you would need some custom coding to do that. I recommend posting in one of the request forums.
|
#4
|
|||
|
|||
thank you sir
|
#5
|
|||
|
|||
You could wrap the whole postbit template in:
Code:
<vb:if condition="(in_array($GLOBALS[forumid], array(x)) && $bbuserinfo[userid] == $thread[postuserid])"> </vb:if> |
#6
|
|||
|
|||
Staff need to see all threads, will they see them with that code?
|
#7
|
|||
|
|||
Wasn't specified, but adding "can_moderate($thread['forumid'])" would do the trick.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|