The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Welcome Panel w/ChatBox Lite v1.0 Details »» | |||||||||||||||||||||||||
About "Welcome Panel w/ChatBox Lite" Mod
This is a VERY simple mod. This mod is used to display general forum statistics under the $navbar (navbar template) on the forum's index.php (FORUMHOME). Such information is the Chatbox Lite iframe input, forum posts/threads/member/active members/new member, quick style chooser, users online, today's birthdays, and today's events. While offering the information, it also allows the user to take advantage of one of vB3's great features, collapsing (this feature will be worked on for future releases)! I made this for my forum, and have decided to distribute it. Installation Guide The installation is VERY easy, you just copy and paste the bulk code below the $navbar variable on the FORUMHOME template! Place the following code under the $navbar on FORUMHOME template: Code:
<if condition="$show['guest']"> <else /> <!-- Welcome Panel --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('welcome_panel')"><img id="collapseimg_welcome_panel" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_welcome_panel].gif" alt="" border="0" /></a> <phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></td> </tr> </thead> <tbody id="collapseobj_welcome_panel" style="$vbcollapse[collapseobj_welcome_panel]"> <tr> <td class="thead" width="75%">Shoutbox</td> <td class="thead" width="25%">Quick Statistics</td> </tr> <tr> <td rowspan="4" class="alt1"> <div class="smallfont" align="center"> <iframe src="chatbox_lite.php?nofocus=1" width="100%" frameborder="0" name="chatbox"> </iframe></div> </td> <td class="alt1" valign="top"><div class="smallfont"> <b>$vbphrase[threads]:</b> $totalthreads<br /> <b>$vbphrase[posts]:</b> $totalposts<br /> <b>$vbphrase[members]:</b> $numbermembers<br /> <br /> <if condition="$show['activemembers']">, <span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span><br /> </if> <b>New Member:</b> $newusername </div> </td> </tr> <tr> <td class="thead" height="5">Skin Chooser</td> </tr> <tr> <td class="alt1" height="30"><select name="styleid" onchange="switch_id(this, 'style')"> <optgroup label="$vbphrase[quick_style_chooser]"> $quickchooserbits </optgroup> </select></td> </tr> </tbody> <if condition="$show['loggedinusers']"> <!-- logged-in users --> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('welcome_activeusers')"><img id="collapseimg_welcome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_welcome_activeusers].gif" alt="" border="0" /></a> <a href="online.php$session[sessionurl_q]" rel="nofollow">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>) </td> </tr> </tbody> <tbody id="collapseobj_welcome_activeusers" style="$vbcollapse[collapseobj_welcome_activeusers]"> <tr> <td class="alt1" width="100%" colspan="2"> <div class="smallfont"> <div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div> <div>$activeusers</div> </div> </td> </tr> </tbody> <if condition="$show['birthdays']"> <!-- today's birthdays --> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('welcome_birthdays')"><img id="collapseimg_welcome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_welcome_birthdays].gif" alt="" border="0" /></a> $vbphrase[todays_birthdays] </td> </tr> </tbody> <tbody id="collapseobj_welcome_birthdays" style="$vbcollapse[collapseobj_welcome_birthdays]"> <tr> <td class="alt1" width="100%" colspan="2"><div class="smallfont">$birthdays</div></td> </tr> </tbody> <!-- end today's birthdays --> </if> <if condition="$show['upcomingevents']"> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('welcome_events')"><img id="collapseimg_welcome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_welcome_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_welcome_events" style="$vbcollapse[collapseobj_welcome_events]"> <tr> <td class="alt1" width="100%" colspan="2"><div class="smallfont">$upcomingevents</div></td> </tr> </tbody> </if> <!-- end logged-in users --> </if> </table> <!-- / Welcome Panel --> </if> <br> Future Release Plans - Add An Optional Quick Links Sector* - Work more with the collapsing function** - Add suggestions by current users *This is an optional upcoming feature to help reduce clutter of the vBulletin "navbar" template, by allowing links to other mods, etc, be placed there instead. This is good for FORUMHOME, as in, the links will of course not display outside of FORUMHOME. ** At the moment, the main collapser only hides all but the User Online, Birthday, and Events sectors, which will still be visible and collapsable. Future ideas suggest to have the main collapser hide the whole Welcome Panel. THIS IS USED AND WAS TESTED ON vBULLETIN 3.5.3, BUT SHOULD WORK ON ALL VERSIONS IN THE 3.5 SERIES (MIGHT ALSO WORK ON THE 3.0 SERIES). PLEASE USE THIS THREAD FOR SUPPORT, AS THIS MOD IS SUPPORTED BY THE AUTHOR Show Your Support
|
Comments |
#12
|
||||
|
||||
I posted the link in post #7; Otikeu posted the link in post #1.
|
#13
|
|||
|
|||
Yes, the Chatbox Lite hack is required. Thank you Freesteyelz for giving support, I would have but was out of town on the 7th and just came back. Thanks again.
|
#14
|
||||
|
||||
Glad to have helped.
|
#15
|
|||
|
|||
Hi peeps
Here's mine, thought i'd share it and let ya see what i done I wouldnt mind knowing how to add a smilie button please? |
#16
|
|||
|
|||
Quote:
About the smilie button, you'll need to ask the author of the chatbox lite mod. Sorry. |
#17
|
|||
|
|||
No worries...and thanks for the compliment
|
#18
|
||||
|
||||
Anyway to subsitute the Chatbox Lite for vBShout? I would try, but I would probably just mess up the code.
|
#19
|
||||
|
||||
Im new Im getting no input file specified any suggestions Im sorry Im brand new learning however this is a great hack would love to have!!
Question How can i get this removed its on my nav bar page showing up in my forum class="vbmenu"??? I looked in the templ and removed it still there any suggestions plz? ISSUED Resolved got it! Thanks Wendy |
#20
|
|||
|
|||
Will it work for vB 3.6?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|