![]() |
welcome/login panel on non-vB page
I've seen a lot of requests for this around here, but no solutions.
Latest version is 1.30 Works with V2.2.9 Should work with earlier version of 2.2.x too. OVERVIEW ======== This hack/modification is designed to create a welcome panel on your non-vB homepage, so that users are either welcomed back if they are registered, or invited to login/register if they are not. There are config options to show avatar and/or PM information and/or who's online (with or without usernames) in your welcome panel. If you want to see a working example, then go to http://www.thebookforum.com The hack installed there does not show all of its features, but gives a general idea. The templates allow complete control over the look of the login/welcome panel. There is one PHP file (webwelcome.php) to upload, and ten custom VB templates to create. The templates can be modified to suit the design of your site. The ones that I have included in the zip file are those that I created for my site. There are options to include the following additional info - Avatar for guests or user's own avatar if logged in. If no avatar selected, a default one will be shown. Example guest and default avatars included in this release package. - PM info to logged in users (will not show if user cannot use PMs or has chosen not to) - Who's online (number of members of guests). Additional option to choose whether to show usernames. CREDITS ====== This hack also uses some code originally written by several members of vbulletin.org in particular Firefly and MrLister. Full credit is given in the php file for the relevent bits of code used. I have modified their code slightly to work with this hack. I have not formally asked their permission due to the open source nature of the hacks at vbulletin.org If they object I will remove their code from this hack release. HISTORY ====== V1.30 13 September 2002 Hack creation now very simple. No more copy & paste. I've changed a lot of the original vb code so copy & paste would be nearly impossible. Added option to include PM info and who's online (with or without usernames) in the welcome panel. Default templates included in the hack release altered to include these new options. New templates for the additional info to be shown. V1.20 11 September 2002 Added option to include user's avatar in the welcome panel. Default templates included in the hack release altered to include these new options. Default templates altered to be more generic. V1.10 13 May 2002 Fixes the bug where the "most users online...." on the forum page keeps reseting to zero. Removes a lot of the unecessary bloat from the script. Creation of script simplified. Now just cut and paste. NB template name change in this version - webwelcome_home is now called webwelcome. V1.00 07 April 2002 Original release. |
what do you mean: "it involves modifying a copy of the vBulletin index.php file"? and what exacly this hack do?
congrats anyway on your time you spend to make this hack. |
Quote:
Quote:
If a visitor is not a member, then I want them to see a different message that welcomes them, and encourages them to explore deeper in my website (ie visit and sign up in the forums). Thanks for the support. The best thing I've done recently was to move off ezboard and buy vBulletin :) |
i understand now. :)
thanks. btw i looked at your file and i have to congratulate you. :) you gave credit to all hack writers and did an excellent job on explaining all that have to be done to install successfully your hack. congrats! ;) |
thanks !!! it's a cool hack ..
|
sounds like an awesome hack... But I am getting an error.. check it out
http://www.gopednation.com/index.php |
Very good hack. I just needed something similar to this. I was planning on installing a whole bunch of small hacks, but this is even better.
Thanks. |
Thank you all very much for the replies and support.
Quote:
The problems is with the path in the statement PHP Code:
I've double checked that the above include statement will work when the webelcome.php file is in the root folder with the index.php file and it does on my server (running Linux). Hope this helps. Darren. |
I'm getting this error, any ideas?
Quote:
Code:
$permissions=getpermissions(); |
okey, I got it to let you log in, but won't keep me log in thru. out my site (or, in this case, page)...the page is http://www.simon-soft.com/test/hacktest.php and the forum is loc. at http://forums.simon-soft.com
how can I fix that problem?? |
Quote:
PHP Code:
Hope that helps. Quote:
This sounds like a problem with the cookie. I've had a look at your page and it runs the script OK. I can click on "View Today's Active Threads" and it runs that query OK. Must be a problem with your cookie. I cannot reproduce the problem on my site. I deleted my cookie and re-started my browser (IE6). I was able to log in from my website homepage, view the forum and post replies. I shut the browser, re-opened and went back to my site. The welcome message was displayed that I was already logged in. What browser are you running? Could be something to do with the cookie or privacy settings on that? Might be something to do with viewing cached pages? Sorry I can't be of any more help :( EDIT - I've just noticed that your forums are on a subdomain of your main site. What is the cookie set to in your vBulletn admin panel? This might be causing some problems? Just an idea. |
Quote:
|
Quote:
Select "vBulletin Options" from the left menu Select "HTTP Headers & Output" from the top menu. |
Cool.. I set it to absolute now it works! thanks!
but... now that the index is a PHP file.... will it work the same way as a index.html file... where.. when someone goes to www.gopednation.com... it pulls up the index.html file... ? Thanks eso Quote:
|
also... the rest of my PHP scripts don't work... any work arounds for this? thanks again
eso |
lol, I think I know what I forgot to do...I'll get back to you if it works or not ;)
*added*lol, I forget to fell put in ".simon-soft.com" in the "Cookie Domain" part :nervous: well...it's working now, thank you ;) |
Ok, I can get the script to run, but I can't get it to recognize that I'm logged in. It just keeps giving me the same unregistered message whether I login through the forums or through the script itself. I've setup the cookies as stated previously in this thread, so I'm not sure if that is it or not. Thanks for you help, I've been looking for a hack like this for a long time!
EDIT: To see what I'm talking about you can go to my test page @ http://www.lhbcyouth.com/test2.php |
I`ve just installed this hack but i`m getting this error
Quote:
|
Quote:
Quote:
PHP Code:
Quote:
In my admin settings the cookie domain is left blank, and the path to save cookies is left as the default / My forums are at www.thebookforum.com/forums not on a subdomain. Hope that helps everyone. Let me know how things go. I may try to add some more options in the future when I've learnt a lot more about PHP and how vBulletin works. I can then update the install instructions with known workarounds etc... Darren. |
Quote:
PHP Code:
Darren |
Thanks for your reply, i did change it from
<?php chdir("forums/"); require('./global.php'); ?> to <?php chdir("forum/"); require('./global.php'); ?> as my url to the board is www.case-sensitive.co.uk/forum/ |
Quote:
Perhaps try changing it to the absolute server path, ie /home/blake/public_html/forum/ Some servers seem to need absolute paths. |
ok thanks, so i`ve got this right it would need to be changed to
<?php chdir("/home/blake/public_html/forum/"); require('./global.php'); ?> or is that wrong |
Yes that's right. Try that and see if it works.
|
Quote:
|
Quote:
|
make sure, in the Admin CP area of the main options that you have set the domain to set the cookies to .yourdomain.com
|
I installed this hack and it works perfect! But is there anyway to let people who login return to the original non-VB page they logged in from instead of going to the forums?
|
This is from the readme for the hack
Quote:
|
Awesome.. yup and went back and found that and it works perfect!
|
Quote:
|
Wintz, try changing that code to this
PHP Code:
|
Thanks Darren, tried the new code but still i get the same error :(
|
Sorry wintz, can't think of anything else :( Maybe someone else can help? Let us know if you get it working.
It must be something to do with the paths to the global.php file in your forum directory, but I can't figure out what. |
Well thanks for trying Darren it was appreciated ;)
|
I removed require('./global.php'); and I am still getting this error message.
Quote:
Line 1617 if ($cookiedomain) { 1618 setcookie($name, $value, $expire, $cookiepath, 1619$cookiedomain, $secure); 1619 } else { 1620 setcookie($name, $value, $expire, $cookiepath, '', $secure); 1621 } Any ideas on how to fix this problem? |
Hello Heat. Have you added these few lines of code to the very top of the website's (ie not the /forums) index.php file?
PHP Code:
Are you running any other PHP scripts on your homepage? Darren. |
Thanks for the reply. I didn't put the code at the very top of the index page. Instead I ran it at the top of a separate html page that was included in index.php. Now it runs with no errors.
Thanks. |
I think that there is a bug in the script. My "most ever online users....." at the bottom of the forums keeps resetting itself.
I suspect that this is caused by too much extra code being left in the newly created webwelcome.php file. Does anyone else have this problem? If so, does anyone know which lines of code should be removed? The other "bug" is that if you close your forums, your homepage will also show as closed - not sure how to resolve these problems :ermm: Thanks. Darren. |
I have noticed this bug too. The "Most number of users ever online" resets. Will there be a fix?
|
All times are GMT. The time now is 04:46 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|