The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
I'd like to modify the calendar so when you go to calendar.php and click on the link that says "Birthdays (12)", it adds more info. This will make it much easier for our Birthday Club to send greetings!
Instead of: Me2Be (xx), Me2U (xx), etc... I'd like it to say: Me2Be (xx): send pm (link to send PM) Me2U (xx): send pm etc... |
#2
|
|||
|
|||
Aargh... I've got to go to bed now, I'll write this for you in the morning if no one else already has
|
#3
|
|||
|
|||
Come to think of it, this doesn't even need a hack... just replace your calendar_birthday template with this:
Code:
<smallfont><b> <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$bd_userid">$bd_user's birthday</a> <a href="private.php?s=$session[sessionhash]&action=newmessage&userid=$bd_userid">PM</a> $age</smallfont></b><br> Code:
<b><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$bd_userid"><normalfont color="{calbirthdaycolor}">$bd_user</normalfont></a> <b><a href="private.php?s=$session[sessionhash]&action=newmessage&userid=$bd_userid"><normalfont color="{calbirthdaycolor}">PM</normalfont></a> <normalfont color="{calbirthdaycolor}">$age</smallfont></b> |
#4
|
|||
|
|||
thanks again!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|