The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#257
|
||||
|
||||
Quote:
Why not use Inferno's shout .. |
#258
|
||||
|
||||
But this is my fav shoutbox and I love it. I guess I should use a diferent one. >_> Thanks for your help anyway.
|
#259
|
||||
|
||||
Look, I'm not going to give up just because I can't get it fixed so I'm gonna try and try until it's working.
I have installed it on my test board and it seems to work fine. Therefore, I have to un-install the mod on my official board (not the test board, as it's working fine). I'll need to drop all the tables (and coulmns, if any), phrases,... etc and then redo the file edits. When I've followed this instructions, then it should work fine. So would you please paste the code to drop ALL the tables, pharses... and all? I aprpreciate that. Quote:
|
#260
|
||||
|
||||
Hello anyone?
|
#261
|
|||
|
|||
Well i would not drop the usergroup table, since it is a standard vB table. You should only remove the column that was added:
[sql]ALTER TABLE forums_usergroup DROP COLUMN shoutboxpermissions;[/sql]PS If you have SQL permissions (set in your config.php) you can also run this from AdminCP. |
#262
|
||||
|
||||
Boy this is strange. I don't know what I've done. I got it working now finally.
|
#263
|
||||
|
||||
......i have done everything to install it and it works properly... but the forumhome template edit seems to have done nothing... anyone know why? ^_^ the shoutbox.php area in my forum works fine... just won't load the frame on my homepage... o.O
|
#264
|
|||
|
|||
I have been looking all over on how to change the background color of the box and can't find anything. I have also seen other people ask and it hasn't been answered.
Has anyone found out how to change it? tia |
#265
|
|||
|
|||
never mind.
i started playing around with things a bit more agresively and found out how i can change the text color. for anyone that wants to know, it's in the shoutbox_main template. it pulls the font color from <body class="alt1"> |
#266
|
||||
|
||||
Quote:
but you need to add <br /></if> below |
#267
|
||||
|
||||
Working fine with vB 3.0.7
*Brian clicks install* |
#268
|
|||
|
|||
mine was working for about a month then stopped working now i just see a blank box where the shoutbox would be how do i uninstall or fix this
|
#269
|
|||
|
|||
Hey, thanks for this great hack. Just installed and everything is working fine aside from the face I dont have the shoutbox option in my Admincp menu.
What is the code I need to edit in the template? I've got a feeling I pasted it wrong. |
#270
|
||||
|
||||
Quote:
Code:
<if condition="($permissions['shoutboxpermissions'] & CANREADSHOUTS)"><!-- shoutbox --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="$stylevar[tablewidth]" align="center"> <thead> <tr> <td class="tcat" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_shoutbox')"><img id="collapseimg_forumhome_shoutbox" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_shoutbox].gif" alt="" border="0" /></a> <a href="shoutbox.php?$session[sessionurl]"><center>The Internet Cafe Shoutbox</center></a> </td> </tr> </thead> <tbody id="collapseobj_forumhome_shoutbox" style="$vbcollapse[collapseobj_forumhome_shoutbox]"> <tr> <td class="alt1" width="100%"> <iframe src="shoutbox.php?$session[sessionurl]do=iframe" width="100%" height="120" scrolling="yes" frameborder="0" name="shoutbox" id="shoutbox"></iframe> </td> </tr> </tbody> </table> <!-- end shoutbox --> <br /></if> |
#271
|
|||
|
|||
Sorry, not that part.
The part that adds it into the admincp menu, so I can change settings. None of the members seem to be able to see the shoutbox, just me. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|