The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
On forum home (index.php)
Instead of having Today's Birthdays Jason, tammy, michael I want to have one user per line: Today's Birthdays Jason tammy michael I managed to do this by adding a <br> tag in index.php for users online, however I can't seem to figure out how/where to put a <br> in for today's birthdays ($birthdays) Thanks in advanced. I am getting a little frustrated.. |
#2
|
||||
|
||||
Try to replace this in functions.php:
Code:
$comma1 = ','; } else { eval("\$day2 .= \"$comma2 ".gettemplate('calendar_showbirthdays',1,0)."\";"); $comma2 = ','; Code:
$comma1 = '<br>'; } else { eval("\$day2 .= \"$comma2 ".gettemplate('calendar_showbirthdays',1,0)."\";"); $comma2 = '<br>'; |
#3
|
|||
|
|||
Thanks Firefly!
It worked! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|