Quote:
Originally Posted by o0Hubba0o
That should be specified in the installation read-me since there are multiple instances of requestShouts().
EDIT: Who's shouting show's up underneath the shout box in firefox for me, if it floats left its under the shoutbox on the left. It I have it float right, it's under the empty space on the right where it should be. In IE it's fine.
|
In case anyone's still having this problem, I can help, as I just fixed it recently (in Firefox, using vB v.3.5.2)...
In your forum admin, Styles & Templates / Style Manager, go to the forumhome_vbshout template and look for this line:
<div id="vbshoutwol" class="alt2" style="overflow:auto;height:100px;width:12%;float: left;">
and change it to
<div id="vbshoutwol" class="alt2" style="overflow:auto;height:100px;width:11%;float: right;">
It's these two variables in particular that needed to be changed:
width:12%;float:left;
changing them to:
width:11%;float:right;
Save & Reload and check it and see.
You may need to play around with the width, making it slightly smaller (say, 10%). But 11% fixed it for me.
I've got it on my forums at
http://forums.raven-games.com
Best of luck!