The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom Forum Permissions
Is it possible to allow guests to view a single thread if given the direct URL to thread.
But not allow them to browse through other threads in the same section unless they are registered? If this can be done, please let me know. |
#2
|
|||
|
|||
Unfortunately, no with the default software. A guest can read any thread as long as the forum the thread is under has been given guest permission. You currently can create a separate forum for these special threads or post and give guests special access to them, but not at the thread or post level. Another guest could easily view some other guest's thread or post, by id, in this forum unless you obfuscate it through a modification.
You cannot set permissions on an individual guest. Default vBulletin was not engineered with that criteria. We just recently discussed this subject here on vBulletin.org, with brighter minds then mine. I will see if I can find the post later and send it your way. Note: A guest identification system could be setup and implemented, it is not impossible to achieve this. |
#3
|
|||
|
|||
Quote:
Is this something that can be done without too much custom coding? |
#4
|
||||
|
||||
If you just want some threads to be not listed in the forums but to be still acessible if someone has the link then I think it's not really hard
|
#5
|
|||
|
|||
It's not just some threads, its all threads.
The system the site requires & has so far is members can post threads. (but can only see their own threads) You can share the thread with people only via direct link. Even though we have got this far, we just to be able to hide ALL OTHER posts from the guests or users. Very private. For example lets say you get the link to go to : forum.com/catagory1/thread.html we need to block access to the forum.com/catagory1/ area so that they cannot view other people's posts. Only the direct thread. Could this be possible? |
#6
|
|||
|
|||
I am not sure if we can help you, but to start with you would need to describe your need in detail.
|
#7
|
|||
|
|||
Quote:
vBulletin.org Forum / vBulletin 4 Discussion / vB4 Programming Discussions/ Is it possible to not allow anyone not even members to browse threads. Just to be able to reach the thread if they are given the thread id. https://vborg.vbsupport.ru/showthread.php?t=313809 This is pretty much all that is needed for the project to be complete. |
#8
|
|||
|
|||
Quote:
|
#9
|
|||
|
|||
The plan is to block browsing for both guests & users. Kind of like a vault/thread hosting.
Just like an http://puush.me for example. You can share the link of the file (for us its a thread) and the only way anyone should be able to see it is via direct link. And they cant just browse through your threads. I have made multiple examples. It's a very basic idea but i am not sure if the coding or modifying of the permissions is the same. |
#10
|
||||
|
||||
I'm not sure i'm just trying, you could search on showthread.php for the condition that give no permissions (line 238)
PHP Code:
If you remove this condition, guests and users aren't allowed to use a forum so they won't see the forum (and it's listed threads) on forumhome.php and forumdisplay.php but if they know the link of the thread then they won't get a no permissions message but they'll be able to see the thread |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|