The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
What's Going On?
I like that, mainly because I like people to see who is online and how many. Is there a way I can move that to the top of my forums? |
#2
|
||||
|
||||
![]()
Sure, all you have to do is basically edit the FORUMHOME template and move the entire What's going on? section to the top of the template. Similar to this: https://vborg.vbsupport.ru/showthread.php?t=198404
|
#3
|
|||
|
|||
![]()
OK....did that and it's not showing up.
Mabye I gotta wait for my server to update the database? Usually when I make a change it's immediately available......that didn't do anything. But, everything is still working normally |
#4
|
||||
|
||||
![]()
Are you trying to make it display at the top of FORUMHOME, or at the top of every page?
|
#5
|
|||
|
|||
![]() |
#6
|
||||
|
||||
![]()
Go to your FORUMHOME template.
scroll almost all the way to the bottom and copy everything between Code:
<!-- what's going on box --> and <!-- end what's going on box --> Code:
<!-- / guest welcome message --> <br /> </if> |
#7
|
|||
|
|||
![]()
Here is what my FORUMHOME code looks like right now, and it's not working??
Code:
<!-- / guest welcome message --> <br /> </if> <!-- what's going on box --> <if condition="$show['upcomingevents']"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a> <if condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if> </td> </tr> </tbody> <tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]"> <tr> <td class="alt2"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td> <td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td> </tr> </tbody> </table> </if> <!-- end what's going on box --> <br /> |
#8
|
||||
|
||||
![]()
How is it "not working"? What happens?
|
#9
|
||||
|
||||
![]()
Try taking the $show['upcomingevents'] condition out of there (both the beginning <if condition...> and ending </if> for it). I think you may have that turned off, so it isn't going to show the box. Why is it even there - it isn't there in the default code.
|
#10
|
|||
|
|||
![]()
Hi Lynne
OK....I was just doing what it said in this thread: https://vborg.vbsupport.ru/showthread.php?t=198404 So I understand correctly ..... remove: <if condition="$show['upcomingevents']"> and </if> Leave the rest....I'll give it a quick try --------------- Added [DATE]1229405591[/DATE] at [TIME]1229405591[/TIME] --------------- OK....we're getting closer now the Events is showing up ....thanks. What I'm really wanting (and thought it was what I had) is for the What's Going On box at the top with the Number of people that are online, who they are and the Events....pretty much what is on the bottom....at the top. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|