Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
welcome/login panel on non-vB page Details »»
welcome/login panel on non-vB page
Version: 1.00, by Darren Lewis Darren Lewis is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 04-06-2002 Last Update: Never Installs: 124
 
No support by the author.

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.

Show Your Support

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

Comments
  #12  
Old 04-09-2002, 02:28 PM
Darren Lewis Darren Lewis is offline
 
Join Date: Mar 2002
Location: England
Posts: 144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by DynamoSupremo
I'm getting this error, any ideas? Fatal error: Call to undefined function: getpermissions() in /home/lhbcyouth/webwelcome.php on line 9. Line 9 contains this: $permissions=getpermissions();
This is caused because the webwelcome.php file cannot find the global.php file which is in your forums directory (eg yourdomain.com/forums/). At the very top of your page that is running the webwelcome.php script as an include file (above all other code) you will need to have the following code
PHP Code:
<?php
chdir
("forums/");
require(
'./global.php');
?>
If you are not running the webwelcome.php script as an include in another PHP file you can probably leave it where it is when you are modifying the copy of the original vBulletin file.

Hope that helps.

Quote:
Originally posted by scsa20
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)...
Hmmm....
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.
Reply With Quote
  #13  
Old 04-09-2002, 04:04 PM
scsa20's Avatar
scsa20 scsa20 is offline
 
Join Date: Mar 2002
Location: Mars
Posts: 458
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Darren Lewis

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.
how can I find out what what the cookie set in my vBulletin admin cp??
Reply With Quote
  #14  
Old 04-09-2002, 04:55 PM
Darren Lewis Darren Lewis is offline
 
Join Date: Mar 2002
Location: England
Posts: 144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by scsa20
how can I find out what what the cookie set in my vBulletin admin cp??
Log in to your admin control panel.

Select "vBulletin Options" from the left menu

Select "HTTP Headers & Output" from the top menu.
Reply With Quote
  #15  
Old 04-09-2002, 07:30 PM
esoin esoin is offline
 
Join Date: Jan 2002
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Originally posted by Darren Lewis
Thank you all very much for the replies and support.

Thanks. I've had a look at your page and the problem is that your website's index.php file cannot find the webwelcome.php script.

The problems is with the path in the statement
PHP Code:
<?php include ("webwelcome.php"); ?>
Have you got the webwelcome.php file in the same directory as your website's index.php file, ie the root? If you have the above include should work. Some servers can be a bit funny about paths though. You could try changing it to an absolute server path.

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.
Reply With Quote
  #16  
Old 04-09-2002, 07:35 PM
esoin esoin is offline
 
Join Date: Jan 2002
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also... the rest of my PHP scripts don't work... any work arounds for this? thanks again

eso
Reply With Quote
  #17  
Old 04-09-2002, 10:37 PM
scsa20's Avatar
scsa20 scsa20 is offline
 
Join Date: Mar 2002
Location: Mars
Posts: 458
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #18  
Old 04-10-2002, 03:50 AM
DynamoSupremo DynamoSupremo is offline
 
Join Date: Jan 2002
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #19  
Old 04-10-2002, 08:41 AM
wintz wintz is offline
 
Join Date: Mar 2002
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I`ve just installed this hack but i`m getting this error

Quote:
Fatal error: Failed opening required './global.php' (include_path='.:/usr/share/php') in /home/blake/public_html/index.php on line 3
can anyone help please, thanks
Reply With Quote
  #20  
Old 04-10-2002, 08:47 AM
Darren Lewis Darren Lewis is offline
 
Join Date: Mar 2002
Location: England
Posts: 144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
esoin wrote
now that the index is a PHP file.... will it work the same way as a index.html file
Yes the browser will display the index.php file. If you have both an index.html and an index.php, I'm not sure which one will get pulled. Best to just have one index file.

Quote:
esoin wrote
also... the rest of my PHP scripts don't work... any work arounds for this?
If these are scripts on your index.php page, then this is caused because the scripts are look in your forums directory now due to the code
PHP Code:
chdir("forums/"); 
Depending on what scripts you have, you will need to modify the paths that they are using to look for other files. EG I'm using tubedog's excellent hack, but I had to modify the path it was using to look for the config.php file.

Quote:
Dynamospuremo wrote
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!
There must be a problem with your cookie settings (or the browser cache/privacy settings).
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.
Reply With Quote
  #21  
Old 04-10-2002, 09:03 AM
Darren Lewis Darren Lewis is offline
 
Join Date: Mar 2002
Location: England
Posts: 144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by wintz
I`ve just installed this hack but i`m getting this error
Fatal error: Failed opening required './global.php' (include_path='.:/usr/share/php') in /home/blake/public_html/index.php on line 3
can anyone help please, thanks
At the very top of your index.php file you have inserted this code
PHP Code:
<?php
chdir
("forums/");
require(
'./global.php');
?>
What is the URL to your vBulletin forums. If it is not yourdomain.com/forums then the above PHP will not work correctly. You will need to modify the second line (beginning with chdir) to the correct path to your forums from the new index.php file.

Darren
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 04:57 PM.


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.06163 seconds
  • Memory Usage 2,328KB
  • Queries Executed 25 (?)
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
  • (4)bbcode_php
  • (10)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
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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