![]() |
Quote:
|
Ok, cool. I don't allow birthdays to display publicly anyway so this will work for me! :)
After looking at it, what is the code that pulls the "upcoming events" in? |
Anyone have a version of this that works with 2.2.1?
Some of the calendaring code, it seems, was recently changed. Parts of forumhome_loggedinusers have been moved to forumhome_birthdaybit, and the hack no longer works... |
what i posted was on 2.2.1 but my templates are highly modified so you are on your own there..
|
[QUOTE]Originally posted by tripps
Anyone have a version of this that works with 2.2.1? Some of the calendaring code, it seems, was recently changed. Parts of forumhome_loggedinusers have been moved to forumhome_birthdaybit, and the hack no longer works... |
I have everything installed on this hack with one minor problem. I did not have this code in my forumhome_loggedinusers template,
$birthdaybits</smallfont></td> so I put this, $birthdaybits $todaysevents</smallfont></td> under, $activeusers</smallfont> I must have done something wrong because it works ok for events but when there is a birthday and event both together, events goes to the top of my page in a black background. Can anyone tell me where I'm messing up? Looks Great!! Thanks :) |
yes, when that happens it is usally becasue you opened a new <tr> flag (table row) without closing it. I modified all my templates to be much more modular. The problem is that some of the templates in vB are designed to be inside a <tr> flag and some have the <tr> flag inside them so when you rearrange the templates you have to make sure the HTML tags are nested properly. I always turn on my Template names in the Admin COntrol Panel/Options and debug my HTML source. That is the only way I can think of to make it work. I cant really post my templates because Im certain they would cause the same problem taken out of context.
|
Thank you.. I managed to get it fixed with your advice.. :up: They are both showing together and seperate now.. This is really great.. Thanks again
|
Quote:
PHP Code:
|
I am no expert, I am just a newbie but this is what I did because when I just inserted in I had an error
In the forumhome_loggedinusers I created another table at the bottom and put the code in it like this <tr id="cat"> <td bgcolor="{categorybackcolor}" colspan="6"><a href="online.php?s=$session[sessionhash]"><normalfont color="{categoryfontcolor}"><b>Currently Active Users</b></normalfont></a><normalfont color="{categoryfontcolor}"><b>: $totalonline</b></normalfont></td> </tr> <tr> <td bgcolor="{firstaltcolor}" colspan="6"><smallfont> <nobr>There are currently $numberregistered members and $numberguest guests on the boards.</nobr> | <nobr>Most users ever online was $recordusers on $recorddate at $recordtime.</nobr><br> $activeusers</smallfont></td> </tr> </tr> <tr> <td bgcolor="{firstaltcolor}" colspan="6"><smallfont> $birthdaybits $todaysevents</smallfont></td> </tr> then I went into forumhome_birthdaybits and removed it from tables like this.. <bgcolor="{firstaltcolor}" colspan="6"><smallfont> Today's Birthdays: $birthdays</smallfont> Mine works fine and looks right.. |
All times are GMT. The time now is 10:50 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:
|