Version: 1.00, by adamgessel
Developer Last Online: Aug 2007
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.
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.
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...
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.