Results 1 to 10 of 12
Hybrid View
-
3rd Sep 2009, 06:28 PM #1OPMemberWebsite's:
warezdungeon.comPrivate Thread - Redirect to create account
I have a private forum that when clicked actually lets the users go into the forum (which I do want them to see the room exists) While there it just says that there are no posts when there are. Is there a way that instead of taking them into the forum that says no posts i could have it redirect them to a "You must sign in" or create an account to view this page?
::EDIT::
I use vBulletin, but a good example of what I am wanting to do is:
http://www.warez-bb.org/
Go there without signing in, and click on apps or any of them, and youll see how it redirects you to login/create username screenzay Reviewed by zay on . Private Thread - Redirect to create account I have a private forum that when clicked actually lets the users go into the forum (which I do want them to see the room exists) While there it just says that there are no posts when there are. Is there a way that instead of taking them into the forum that says no posts i could have it redirect them to a "You must sign in" or create an account to view this page? ::EDIT:: I use vBulletin, but a good example of what I am wanting to do is: http://www.warez-bb.org/ Go there without Rating: 5
-
3rd Sep 2009, 06:35 PM #2BannedWebsite's:
FusionWarez.info SmokeHost.net Leechers.coIn AdminCP go to edit that usergroup.
Can View Forum - Yes
Can View Thread Content - Yes
Can View Others' Threads - No (This works coz I assume that usergroup hasn't made a thread in that forum
and all other settings don't matter.
-
3rd Sep 2009, 06:57 PM #3OPMemberWebsite's:
warezdungeon.comdidnt work, it still shows the same thing... a blank forum with 0 threads in it, instead of it redirecting the guest to a place to sign up or login
-
3rd Sep 2009, 08:51 PM #4ლ(ಠ益ಠლ)Website's:
extremecoderz.comok - allow guests to view forums and read topics and add this to:
o viewtopic.php - if you want them to view the forum contents but not read posts
o viewforum.php - if you want them to be directed to login page after they go to an area.
after:
Code:// Start session management $user->session_begin(); $auth->acl($user->data);
Code:case 'login': // Guest Redirect Code // -------------------- if ($user->data['is_registered']) { redirect(append_sid("{$phpbb_root_path}index.$phpEx")); } $redirect = request_var('redirect', ''); if($redirect) { login_box($redirect); }else{ login_box("index.$phpEx"); } break; // ---------------
-
3rd Sep 2009, 09:22 PM #5OPMemberWebsite's:
warezdungeon.comwhere is the viewforum.php located jayfella...
-
3rd Sep 2009, 09:32 PM #6ლ(ಠ益ಠლ)Website's:
extremecoderz.comin phpbb3 its in the public_html root.. i assumed since you mentioned warezbb as an example you would be using phpbb..
-
3rd Sep 2009, 09:40 PM #7OPMemberWebsite's:
warezdungeon.comoh, sorry no.. im using vBulletin... thats just where i saw a good example of what i was interested in doing.
Sorry that i did not specify that i had VB
know how to do it under vB?
-
3rd Sep 2009, 09:48 PM #8Member
Just edit the forum permissons :/ simple
-
3rd Sep 2009, 09:54 PM #9OPMemberWebsite's:
warezdungeon.comI do that, but none of the options Ive tried redirects to a screen that requests to login, instead it just lets the guest get into the forum, but he just doesnt see any threads, isntead of going into the forum and seein no threads I want it to take them to a screen to register
-
3rd Sep 2009, 09:58 PM #10Member
Erm just search vBteam for the mod, i remember seeing it around.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[TUT] How to create Private SOCKS 4/5 with Free VPS [Youtube]
By k3lvinmitnick in forum Server ManagementReplies: 0Last Post: 1st Nov 2012, 07:58 AM -
why i can't create a thread
By rkar in forum Technical Help Desk SupportReplies: 5Last Post: 1st Aug 2011, 09:08 PM -
How can i create a new thread
By anyome in forum Technical Help Desk SupportReplies: 0Last Post: 20th Jul 2011, 08:20 PM -
How many want me to create SEO thread?
By BounceR in forum General DiscussionReplies: 5Last Post: 9th Nov 2010, 05:55 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...