The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Chatbox Lite Details »» | |||||||||||||||||||||||||
This is a very simple shoutbox.
For those of us who don't have the resources to spare for vBShout v2.0. [high]Installation[/high] Instructions in the zip. Show Your Support
|
Comments |
#162
|
|||
|
|||
How to prevent unregisters to use chatbox ??
|
#163
|
|||
|
|||
How to add color, smillies , font box to the chatbox ??
|
#164
|
|||
|
|||
Is there any way to make the user names in the chatbox a link to their profile?
|
#165
|
|||
|
|||
I was messing around with the chat box this morning, and this is what I came up with:
I have my chatbox only in a seperate window, so they have to click a link on the forum home page to open it. I don't want the big fully-functional chatbox on the home page, but I did want a way for people to see what's going on in there. I took the chatbox_lite.php file, and renamed it chatboxc_lite.php Attachment 50151 That is the chatboxc_lite.php file I used. I edited it so you can't shout, delete or refresh from this box. What you can do is edit the options in this chatboxc_lite.php file, such as how many shouts per page, which I set to 3, and set show pages to false. I removed the chatbox from the forum home page, as I said before, then I added this code right under $navbar in the forumhome template: Code:
<tbody> <tbody> <tr> <td align="center" colspan="2"><div align="center"> <a href="#" onclick="return openChatboxLite()">These are the last few comments in the $vbphrase[chatboxlite_chatbox]</a></div> </td> </tr> </tbody> <tr> <td class="alt1" width="100%" colspan="2"><div class="smallfont" align="center" height="50"><iframe src="chatboxc_lite.php?nofocus=1" width="100%" height="75" style="border: 0px"></iframe></div></td> </tr> </tbody> What it does is shows the last few shouts, by allowing you to use a second set of options, but still works from the same database. By not allowing manual refreshes or shouting from the main page, the already minimal server load becomes almost nothing, but still allows people to see what's up in the chat room right when they get to your forum! Screenshot: Attachment 50144 |
#166
|
|||
|
|||
is it ok with 3.6.0 ? I installed it but now worked for me, need help
|
#167
|
|||
|
|||
I installed this on 3.6 'Gold' today with no problems. Great hack!
|
#168
|
|||
|
|||
i have vbulletin 3.6 and when i tried to run the Hack_install.php the the error msg i m getting is this... help me please
Fatal error: Call to undefined function: query() in /hsphere/local/home/rahuldha/devghar.com/install/his_files/hack_install_b3.php on line 48 |
#169
|
||||
|
||||
awesome, thanks man.
oh snap, i just noticed a 'similar link' to move the shoutbox to the welcome panel lol, i moved it myself and dropped it between the main body of my forum and the quote-it lol. heehee, im good, yeah that's right! :P |
#170
|
||||
|
||||
Did importing the product file work for you? I think this product file has an error, but if it worked for you im wrong.
|
#171
|
|||
|
|||
This is a really nice hack!
I needed to modify it very very slightly because I wanted to hide the chatbox from guests. To achieve that, do this: After installing the chatbox... in Navbar find: Code:
<td class="vbmenu_control"><a href="#" onclick="return openChatbox()">Chatbox</a></td> Code:
<if condition="$show['member']"><td class="vbmenu_control"><a href="#" onclick="return openChatbox()">Chatbox</a></td></if> Code:
<!-- Chatbox --> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_chatbox')"><img id="collapseimg_forumhome_chatbox" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_chatbox].gif" alt="" border="0" /></a> <a href="#" onclick="return openChatbox()">$vbphrase[chatbox_chatbox]</a> </td> </tr> </tbody> <tbody id="collapseobj_forumhome_chatbox" style="$vbcollapse[collapseobj_forumhome_chatbox]"> <tr> <td class="alt1" width="100%" colspan="2"><div class="smallfont" align="center"><iframe src="chatbox.php?nofocus=1" width="100%" style="border: 0px" frameborder="0"></iframe></div></td> </tr> </tbody> <!-- / Chatbox --> Code:
<!-- Chatbox --> <if condition="$show['member']"> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_chatbox')"><img id="collapseimg_forumhome_chatbox" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_chatbox].gif" alt="" border="0" /></a> <a href="#" onclick="return openChatbox()">$vbphrase[chatbox_chatbox]</a> </td> </tr> </tbody> <tbody id="collapseobj_forumhome_chatbox" style="$vbcollapse[collapseobj_forumhome_chatbox]"> <tr> <td class="alt1" width="100%" colspan="2"><div class="smallfont" align="center"><iframe src="chatbox.php?nofocus=1" width="100%" style="border: 0px" frameborder="0"></iframe></div></td> </tr> </tbody> </if> <!-- / Chatbox --> As I said, a great hack and a very nice alternative for bigger forums! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|