SimplePortal

Customization => Custom Coding => Topic started by: thesikaleon on March 19, 2011, 06:56:54 PM

Title: Smileys and styling expanded in shoutbox by default
Post by: thesikaleon on March 19, 2011, 06:56:54 PM
Is there any way to make the smileys and styling bar to be expanded in shoutbox by default?
Title: Re: Smileys and styling expanded in shoutbox by default
Post by: grafitus on March 20, 2011, 09:34:34 AM
./Themes/default/PortalShoutbox.template.php
For smileys:
Code: (Find) [Select]
<div id="sp_object_sb_smiley_', $shoutbox['id'], '" style="display: none;">
Code: (Replace) [Select]
<div id="sp_object_sb_smiley_', $shoutbox['id'], '">
For styling bar:
Code: (Find) [Select]
<div id="sp_object_sb_style_', $shoutbox['id'], '" style="display: none;">
Code: (Replace) [Select]
<div id="sp_object_sb_style_', $shoutbox['id'], '">
Title: Re: Smileys and styling expanded in shoutbox by default
Post by: thesikaleon on March 20, 2011, 11:13:48 AM
works great http://battleforge.gr/index.php?page=chat

You rock dude!!!   thanks
SimplePortal 2.3.8 © 2008-2024, SimplePortal