The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to find forum url and change it
I have a forum. I want to make a category or forum, that my friends and I can go to. So, I need to make it so that it can't be seen on the main forum page which is easy. But, how do I know what the url of the hidden forum is and how can I change it to something easy like www.forumname.com/hidden instead of www.forumname.com/forumdisplay.php?f=27
thanks, Ryan |
#2
|
||||
|
||||
In forum permissions, remove all permissions of this forum. Then, give access/reply rights in this forum only to "moderators" group (or create a new group based in the members groups if they are not moderators of your forum).
Them, set the forum as visible again. (only those in this additional group will see the forum, not guests/normal members). |
#3
|
|||
|
|||
is there any way I can change the url though and pick what I want at the end? So that I can give that to friends and just set up a password for it?
|
#4
|
||||
|
||||
You may set a password to the forum if you prefer.
But if you really need a new url, you may create a newfolder, and place inside it a index.php: Code:
<? header("Location: http://www.yoursite.com/forumdisplay.php?f=X"); ?> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|