Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives

Reply
 
Thread Tools
Details »»

Version: , by jojo85 (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 03-20-2001 Last Update: Never Installs: 0
 
No support by the author.

Ok i want on the main page of the forums juste below :

Welcome to our new......

Happy Birthday to "thename"

where when i click on "thename" i go to a page where i can send him a private message...

Can someone have that?

Show Your Support

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

Comments
  #42  
Old 03-22-2001, 05:52 PM
Guest
 
Posts: n/a
Default

Almost there kier. It all shows up correctly, but it puts a <BR> after each person with a birthday. That could be a problem for busy boards that have 5-10 birthdays every day
Reply With Quote
  #43  
Old 03-22-2001, 05:54 PM
Guest
 
Posts: n/a
Default

Quote:
Originally posted by Castel
Almost there kier. It all shows up correctly, but it puts a <BR> after each person with a birthday. That could be a problem for busy boards that have 5-10 birthdays every day
Actually Kier is working on something like this for me which will just use a different template for the front page birthdays.
Reply With Quote
  #44  
Old 03-22-2001, 06:04 PM
Guest
 
Posts: n/a
Default

Quote:
Originally posted by freddie
yes I had noticed someone forgot to unset the $age but I new someone would quickly see that and fix it.
This hack will be in beta 4?
Reply With Quote
  #45  
Old 03-22-2001, 06:45 PM
Guest
 
Posts: n/a
Default

Quote:
Originally posted by Me2Be
Actually Kier is working on something like this for me which will just use a different template for the front page birthdays.
Great, I will be needing that also. I don't have that many birthdays yet. But I just opened the vB so not all users have updated profiles just yet. Still I wanted it listed on one line even if it's only 2-3 birthdays.
Reply With Quote
  #46  
Old 03-22-2001, 07:01 PM
Guest
 
Posts: n/a
Default

Templates people. If you edit what you already have to work with you can get what you want.
Reply With Quote
  #47  
Old 03-22-2001, 07:18 PM
Guest
 
Posts: n/a
Default

I've installed an enhanced version of the birthday hack into vbPortal alpha5 release which will be out by this weekend. It displays both today's events and birthdays and uses it's own templates so you can customize them, I was working on this before, but thanks to Kier and Freddie it finally works.

I'm also porting an e-card script so that you will be able to send a birthday card to the birthday boy or girl... that will take a while longer. Possibly next week to get completed.
Reply With Quote
  #48  
Old 03-22-2001, 07:30 PM
Guest
 
Posts: n/a
Default

Quote:
Originally posted by wajones
I've installed an enhanced version of the birthday hack into vbPortal alpha5 release which will be out by this weekend. It displays both today's events and birthdays and uses it's own templates so you can customize them, I was working on this before, but thanks to Kier and Freddie it finally works.

I'm also porting an e-card script so that you will be able to send a birthday card to the birthday boy or girl... that will take a while longer. Possibly next week to get completed.
I thank you - I thank you - I thank you for all the work you and others are putting into this. I am waiting for the beta or even the most stable alpha release to come out to install this on my active site.

Between this hack and the USENET hack I love it....Way to go..."applause"...
Reply With Quote
  #49  
Old 03-22-2001, 08:07 PM
Guest
 
Posts: n/a
Default

Quote:
Originally posted by freddie
Templates people. If you edit what you already have to work with you can get what you want.
Doh, go easy on me freddie . I'm still UBB brainwashed. Thanks for the tip and thanks to Kier for the neat little hack. Users are loving it.
Reply With Quote
  #50  
Old 03-22-2001, 08:23 PM
Guest
 
Posts: n/a
Default

OH! look what i did. i fixed it! I knew this was wrong. Late night Kier?

Find this, (at top)
Code:
require ("./forums/admin/config.php");
$db = mysql_connect('$servername','dbusername','$dbpassword');
mysql_select_db('$dbname',$db);
Replace with,

Code:
require("/forums/admin/config.php");
$db=mysql_connect($servername,$dbusername,$dbpassword);
mysql_select_db($dbname);
and i'm new to this php stuff too
Reply With Quote
  #51  
Old 03-22-2001, 09:53 PM
Guest
 
Posts: n/a
Default

There's nothing wrong with mysql_select_db(xxxxxx,$db);, as you can see here.

You're right about the single quotes around the connect variables do needing to be removed though
Reply With Quote
Reply

Thread Tools

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 03:06 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
  • Page Generation 0.04866 seconds
  • Memory Usage 2,272KB
  • 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
  • (2)bbcode_code
  • (5)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
  • (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_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
  • 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