Activity Stream
48,167 MEMBERS
61164 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member
    Website's:
    warezdungeon.com

    Default 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 signing in, and click on apps or any of them, and youll see how it redirects you to login/create username screen
    zay 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

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    FusionWarez.info SmokeHost.net Leechers.co
    In 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.

  4.     
    #3
    Member
    Website's:
    warezdungeon.com
    didnt 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

  5.     
    #4
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com
    ok - 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);
    add:

    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;
    // ---------------

  6.     
    #5
    Member
    Website's:
    warezdungeon.com
    where is the viewforum.php located jayfella...

  7.     
    #6
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com
    in phpbb3 its in the public_html root.. i assumed since you mentioned warezbb as an example you would be using phpbb..

  8.     
    #7
    Member
    Website's:
    warezdungeon.com
    oh, 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?

  9.     
    #8
    Member
    Just edit the forum permissons :/ simple

  10.     
    #9
    Member
    Website's:
    warezdungeon.com
    I 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

  11.     
    #10
    Member
    Erm just search vBteam for the mod, i remember seeing it around.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [TUT] How to create Private SOCKS 4/5 with Free VPS [Youtube]
    By k3lvinmitnick in forum Server Management
    Replies: 0
    Last Post: 1st Nov 2012, 07:58 AM
  2. why i can't create a thread
    By rkar in forum Technical Help Desk Support
    Replies: 5
    Last Post: 1st Aug 2011, 09:08 PM
  3. How can i create a new thread
    By anyome in forum Technical Help Desk Support
    Replies: 0
    Last Post: 20th Jul 2011, 08:20 PM
  4. How many want me to create SEO thread?
    By BounceR in forum General Discussion
    Replies: 5
    Last Post: 9th Nov 2010, 05:55 AM

Tags for this Thread

BE SOCIAL