Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VB Login & Info on Non-VB Page Details »»
VB Login & Info on Non-VB Page
Version: 1.00, by adamgessel adamgessel is offline
Developer Last Online: Aug 2007 Show Printable Version Email this Page

Version: 3.5.0 RC3 Rating:
Released: 09-09-2005 Last Update: 09-09-2005 Installs: 57
 
No support by the author.

This is nothing too big, I just thought it might help some people out so I'm putting it up here.

=====================
DEMO
=====================
You can see exactly what I did at:
http://www.forumfreedom.net/

=====================
DESCRIPTION
=====================
If someone is logged in on your board, but they are on a non-vb page, this will display their username, amount of PMs (and if they have more than 0 it will be bold), and an option to logout (properly, using their logout hash so that it does it the first time), and has a couple more options. What I've done in mine is added two extra usergroups, Premium and Platinum, and if they are either of those then it tells them what usergroup they are in. In the install file, there are two different steps to take, one to install that part and one to not. So, if you have two usergroups that are premium and platinum accounts that people pay for, this will work good for you. You can of course add more premium usergroups easily. Otherwise, just install the other step and it will still work good . The code is simple, but I recommend knowing how vbulletin works before installing it. You will need to change some things in the code, but I think that it's worth it if you need something like this. This doesn't edit any code in vbulletin.

=====================
INSTALL
=====================

Install Time: Depends, if you already have a page with everything going then this should only take a few seconds, unless you have to troubleshoot it.

Difficulty: Medium, I say this because there are a few things you might have to change. It's easy to install if you know what you are doing.

PLEASE CLICK INSTALL!

Supporters / CoAuthors

    Show Your Support

    • This modification may not be copied, reproduced or published elsewhere without author's permission.

    Comments
      #2  
    Old 09-10-2005, 09:31 PM
    Andreas's Avatar
    Andreas Andreas is offline
     
    Join Date: Jan 2004
    Location: Germany
    Posts: 6,863
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Hmm ... where is it?
    Reply With Quote
      #3  
    Old 09-10-2005, 09:33 PM
    Blaine0002's Avatar
    Blaine0002 Blaine0002 is offline
     
    Join Date: Jul 2003
    Location: Wisconsin.
    Posts: 1,350
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    hasnt this been created already?
    Reply With Quote
      #4  
    Old 09-10-2005, 09:36 PM
    adamgessel adamgessel is offline
     
    Join Date: Oct 2004
    Posts: 101
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Must've uploaded it wrong.

    There have been things like this, but nothing that I found that worked right and displayed the stuff this does.
    Reply With Quote
      #5  
    Old 09-11-2005, 06:55 AM
    Zelda-King's Avatar
    Zelda-King Zelda-King is offline
     
    Join Date: Nov 2002
    Location: London, England
    Posts: 674
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    I tested this. The colours don't match my vB styles. In my case the result is very poor.

    1st attachment is how this looks on a non-vB page with the code. 2nd attachment is how my login screen looks on the forums.
    Reply With Quote
      #6  
    Old 09-11-2005, 09:29 AM
    Yorixz Yorixz is offline
     
    Join Date: Jun 2005
    Location: Netherlands
    Posts: 284
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Well, if you don't include the CSS of your forum it wont change the colors and such. (Atleast that's what I think)

    @topic, very nice mod and this will surely become handsome.
    Reply With Quote
      #7  
    Old 09-12-2005, 02:07 AM
    adamgessel adamgessel is offline
     
    Join Date: Oct 2004
    Posts: 101
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Zelda-King: Yeah... you can change it to suite your needs. You will have to if you want it to look like you want it to. I tried to remove all of my CSS from it, but I kind of assumed most people would have a style different from their forum so it shouldn't use the CSS from the forum.
    Reply With Quote
      #8  
    Old 09-26-2005, 10:40 AM
    Snetty Snetty is offline
     
    Join Date: Feb 2005
    Posts: 20
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    just downloaded this as it's 100% what I need. However, I run my forums on a subdomain (as should everyone really), so I can't change folders. Is there another way around this?

    //edit - scrub that, it's not possible, i'm moving my forums to the main domain.

    //edit2 - just thought i'd drop back and say that it's working great... thanks for making my life very easy, I was expecting this to be a nightmare...
    Reply With Quote
      #9  
    Old 10-01-2005, 10:35 PM
    Zelda-King's Avatar
    Zelda-King Zelda-King is offline
     
    Join Date: Nov 2002
    Location: London, England
    Posts: 674
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by adamgessel
    Zelda-King: Yeah... you can change it to suite your needs. You will have to if you want it to look like you want it to. I tried to remove all of my CSS from it, but I kind of assumed most people would have a style different from their forum so it shouldn't use the CSS from the forum.
    The problem is when you have your board closed or disable certain groups from seeing the boards (eg: if forums aren't viewable by guests). Logging in from the main site page in a situation where the vB login box is overriding the site code would take them to login.php which doesn't exist outside the forums' directory. Fix by using a full URL for login.php in the STANDARD_ERROR template.
    Reply With Quote
      #10  
    Old 10-07-2005, 01:00 PM
    Snetty Snetty is offline
     
    Join Date: Feb 2005
    Posts: 20
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    does anyone know if there's a way of using the wysiwyg on non vb pages?
    Reply With Quote
    Reply


    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT. The time now is 05:57 AM.


    Powered by vBulletin® Version 3.8.12 by vBS
    Copyright ©2000 - 2024, vBulletin Solutions Inc.
    X vBulletin 3.8.12 by vBS Debug Information
    • Page Generation 0.04484 seconds
    • Memory Usage 2,289KB
    • Queries Executed 24 (?)
    More Information
    Template Usage:
    • (1)SHOWTHREAD
    • (1)ad_footer_end
    • (1)ad_footer_start
    • (1)ad_header_end
    • (1)ad_header_logo
    • (1)ad_navbar_below
    • (1)ad_showthread_beforeqr
    • (1)bbcode_quote
    • (1)footer
    • (1)forumjump
    • (1)forumrules
    • (1)gobutton
    • (1)header
    • (1)headinclude
    • (1)modsystem_post
    • (1)navbar
    • (6)navbar_link
    • (120)option
    • (1)pagenav
    • (1)pagenav_curpage
    • (2)pagenav_pagelink
    • (10)post_thanks_box
    • (10)post_thanks_button
    • (1)post_thanks_javascript
    • (1)post_thanks_navbar_search
    • (10)post_thanks_postbit_info
    • (9)postbit
    • (10)postbit_onlinestatus
    • (10)postbit_wrapper
    • (1)spacer_close
    • (1)spacer_open
    • (1)tagbit_wrapper 

    Phrase Groups Available:
    • global
    • inlinemod
    • postbit
    • posting
    • reputationlevel
    • showthread
    Included Files:
    • ./showthread.php
    • ./global.php
    • ./includes/init.php
    • ./includes/class_core.php
    • ./includes/config.php
    • ./includes/functions.php
    • ./includes/class_hook.php
    • ./includes/modsystem_functions.php
    • ./includes/functions_bigthree.php
    • ./includes/class_postbit.php
    • ./includes/class_bbcode.php
    • ./includes/functions_reputation.php
    • ./includes/functions_post_thanks.php 

    Hooks Called:
    • init_startup
    • init_startup_session_setup_start
    • init_startup_session_setup_complete
    • cache_permissions
    • fetch_threadinfo_query
    • fetch_threadinfo
    • fetch_foruminfo
    • style_fetch
    • cache_templates
    • global_start
    • parse_templates
    • global_setup_complete
    • showthread_start
    • showthread_getinfo
    • forumjump
    • showthread_post_start
    • showthread_query_postids
    • showthread_query
    • bbcode_fetch_tags
    • bbcode_create
    • showthread_postbit_create
    • postbit_factory
    • postbit_display_start
    • post_thanks_function_post_thanks_off_start
    • post_thanks_function_post_thanks_off_end
    • post_thanks_function_fetch_thanks_start
    • post_thanks_function_fetch_thanks_end
    • post_thanks_function_thanked_already_start
    • post_thanks_function_thanked_already_end
    • fetch_musername
    • postbit_imicons
    • bbcode_parse_start
    • bbcode_parse_complete_precache
    • bbcode_parse_complete
    • postbit_display_complete
    • post_thanks_function_can_thank_this_post_start
    • pagenav_page
    • pagenav_complete
    • tag_fetchbit_complete
    • forumrules
    • navbits
    • navbits_complete
    • showthread_complete