The BoardMod Project
 The Project | News | Downloads | Mods | FAQ | Templates | Chat | Forum
BoardMod Support Forum
[ Home | Help | Search | Login | Register ]  

24.05.13 at 22:12:49, Welcome, Guest. Please Login or Register

Choose Language:
Pages: 1 2 3 4 ... 7
Shoutbox 5.5 for YaBB 2.4 (Read 41647 times)
raijuta
Bloody Novice
*
Offline

Posts: 20



Reply #15 - 08.05.09 at 09:16:57  
my shout box does not have an alternate color...everytime someone will post... how can i do that?
 
IP Logged
 
ThM
Hacker God
*****
Offline

Germany, Nds., Niedersachsen, Germany
Posts: 585



Reply #16 - 08.05.09 at 09:22:11  
Change the colors in the shoutbox css part
 
IP Logged
 

Greeting ThM
ThM
Hacker God
*****
Offline

Germany, Nds., Niedersachsen, Germany
Posts: 585



Reply #17 - 20.05.09 at 10:28:08  
new zip File - Version 5.5 in the first post

Changelog:

- Encrypted usernames
- Groupcolors on usernames
- Link to Profile by onclick username
- Last online Feature by mouseover username
- Removed Font and Size Button in shout window - added TT Font and Palette Button on shout window
- Removed Font and Size Button in more options window - added Dropdown Field for that and Palette Button for Font Color
- New scrollbar color feature in admin shout settings
- Bugfix on yabb21 template

Screenshots:

...

...

...

...
 
IP Logged
 

Greeting ThM
chillipepper
Fulltime Hacker
***
Offline

, United Kingdom
Posts: 189



Reply #18 - 26.06.09 at 12:47:24  
Great work,Had to install shout template mod manual but works great,Take my hat off to all modders you got this to where it is.. thumbsup
 
IP Logged
 
Attila
Bloody Novice
*
Offline

Posts: 35



Reply #19 - 08.07.09 at 17:24:38  
I installed this mod on ver 2.4 using yabb.cgi, when I try to save settings I get an error saying:

"Page Not Found We're sorry but the URL you've attempted to access does not exist. If you think this is an error, please contact the administrator of this site."

I made the shoutadmin.pl correction as per post #11 but that didn't help, any suggestions?
 
IP Logged
 
ThM
Hacker God
*****
Offline

Germany, Nds., Niedersachsen, Germany
Posts: 585



Reply #20 - 08.07.09 at 18:51:14  
Hmmm, I don't know where the problem is. If you want contact me as pn and give me a temporally admin account on your board and ftp acces.
 
IP Logged
 

Greeting ThM
Attila
Bloody Novice
*
Offline

Posts: 35



Reply #21 - 11.07.09 at 22:49:15  
Thanks much ThM, your suggestions worked perfectly and I can now save changes to the shoutbox.
 
IP Logged
 
ThM
Hacker God
*****
Offline

Germany, Nds., Niedersachsen, Germany
Posts: 585



Reply #22 - 12.07.09 at 09:26:54  
Your welcome  Wink
 
IP Logged
 

Greeting ThM
MeisterGigi
Hacker Wannabe
**
Offline

Germany/Austria, Nieder-Österreich, Austria
Posts: 74



Reply #23 - 21.07.09 at 22:19:00  
Quote:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@meistergigi.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


Huch? What could i have done wrong?



------------
Edit: Chmod missing Smiley

Works fine, thanks for this great mod!
 
IP Logged
 
batchman
Global Moderator
*****
Offline

Orlando, Florida, USA
Posts: 1280



Reply #24 - 23.07.09 at 05:35:34  
Sorry to bring up an issue, ThM, but I was wondering about something.

The information in the settings allows one to size the shoutbox to fit nicely in the forum with any other mods that might make the admin center longer (for example, calendar or chat). The problem is, the admin center is different sizes on the regular templates and on the 2.1 version templates.

Is there any way to use two sets of sizing instructions, one for the main template, and one for the 2.1 template? That way, with either template, the box could be sized to nicely match the forum.
 
IP Logged
 

Improving my forum, one mod at a time!

...
Now up and running again, with an accurate link.

...

ThM
Hacker God
*****
Offline

Germany, Nds., Niedersachsen, Germany
Posts: 585



Reply #25 - 23.07.09 at 12:19:57  
Sorry, i don't know if i understand it right. Do you mean a separate setting in the shoutbox settings for "width" and "high" for the old yabb template ?
 
IP Logged
 

Greeting ThM
batchman
Global Moderator
*****
Offline

Orlando, Florida, USA
Posts: 1280



Reply #26 - 23.07.09 at 16:57:32  
Yes.

Right now, it fits perfectly on my forum using the main template, but using the old 2.1 template, it is perhaps a hundred pixels too short.

If you'd like, I can take a couple of screen shots and show you, but probably word of the problem is enough.
 
IP Logged
 

Improving my forum, one mod at a time!

...
Now up and running again, with an accurate link.

...

ThM
Hacker God
*****
Offline

Germany, Nds., Niedersachsen, Germany
Posts: 585



Reply #27 - 24.07.09 at 09:35:02  
Ok, a sepearte setting for the old yabb template is easy.

First: Open the ShoutAdmin.pl and

Code:
<search for>
$shout_height          = $FORM{'shout_height'}          || "350";
</search for>


Code:
<add after>
$shout_width_y21       = $FORM{'shout_width_y21'}       || "315";
$shout_height_y21      = $FORM{'shout_height_y21'}      || "350";
</add after>


Code:
<search for>
\$shout_height = "$shout_height";
</search for>


Code:
<add after>
\$shout_width_y21 = "$shout_width_y21";
\$shout_height_y21 = "$shout_height_y21";
</add after>


Code:
<search for>
<tr valign="middle">
   <td align="left" class="windowbg2">$shout_txt{'52'}</td>
   <td align="left" class="windowbg2"><input type="text" name="shout_height" size="5" value="$shout_height" /> $shout_txt{'60'}</td>
    </tr>
</search for>


Code:
<add after>
<tr valign="middle">
   <td align="left" class="windowbg2">$shout_txt{'51_1'}</td>
   <td align="left" class="windowbg2"><input type="text" name="shout_width_y21" size="5" value="$shout_width_y21" /> $shout_txt{'60'}</td>
    </tr>
<tr valign="middle">
   <td align="left" class="windowbg2">$shout_txt{'52_1'}</td>
   <td align="left" class="windowbg2"><input type="text" name="shout_height_y21" size="5" value="$shout_height_y21" /> $shout_txt{'60'}</td>
    </tr>
</add after>


Second: Open the Shoutbox.lng and

Code:
<search for>
'51' => 'Shoutbox overall width <b>(minimum 275 pixels)</b>',
'52' => 'Shoutbox overall height',
</search for>


Code:
<replace>
'51' => 'Shoutbox overall width in combination with the <b><font color="red"> "default" Template</b></font>?<b>(minimum 275 pixels)</b>',
'51_1' => 'Shoutbox overall width in combination with the <b><font color="red"> "yabb21" Template</b></font>?<b>(minimum 275 pixels)</b>',
'52' => 'Shoutbox overall height in combination with the <b><font color="red"> "default" Template</b></font>?',
'52_1' => 'Shoutbox overall height in combination with the <b><font color="red"> "yabb21" Template</b></font>?',
</replace>


Finally replace in the shoutbox part from your yabb21 boardindex.template the three (3)

Code:
$shout_width 

entrys with Code:
$shout_width_y21 

and the one (1) Code:
$shout_height 

entry with Code:
$shout_height_y21 



Set the different values in your shoutbox settings and save it. That was it.  Wink
 
IP Logged
 

Greeting ThM
LoonyPandora
Hacker God
*****
Offline

London, United Kingdom
Posts: 1705



Reply #28 - 25.07.09 at 06:12:01  
Hi, just thought I'd pop in and see what everyone was doing with the mod. Looks very cool indeed. Hope it gets to a final release soon! Smiley
 
IP Logged
 

Apple Technical Support
Code:
#!/usr/bin/perl --
($sig ='ddiissjjttuuffss ddaoouu ssffaee uuiijjtt
jj ssvvmmff auu qqffssmm ttmmaoohhjjoohh nnauuddiifftt')
=~y~b-v~a-z~s;
print $sig;
MeisterGigi
Hacker Wannabe
**
Offline

Germany/Austria, Nieder-Österreich, Austria
Posts: 74



Reply #29 - 30.07.09 at 10:16:28  
Can you help me with my problem.

IE6+7 is cutting shouts (no line break), if the are very long.
is there something i can do?

If theres nothing to do, how can i bring the shoutbox to the bottom?

 
IP Logged
 

20090730_shoutbox.jpg (55 KB | 130 )
20090730_shoutbox.jpg
Pages: 1 2 3 4 ... 7
© 2000-2012 by - All rights reserved.

Project website hosting proudly sponsored and provided by UK2 Hosting
 The Project | News | Downloads | Mods | FAQ | Templates | Chat | Forum