Jump to content

Download: Shoutbox


Pete T

Recommended Posts

  • Replies 2.9k
  • Created
  • Last Reply
Posted

The message currently is using a standard IP.Board class that defines that color. There isn't a standard class that sounds like what you're looking for. You'd essentially have to either write your own class that defines the background, border, and text colors, and the stuff like margins and paddings, or set all of those in a style tag in that template.

Posted

Hello, can someone please tell me what skin edit i need to do to make smilies icon show on the same row as the Shout icon.

Thank you for the shoutbox is very useful.

Posted

Alright thanks a lot. Looks like I'll be keeping that color until I learn some HTML.




Look & Feel > Manage Skin Sets & Templates > Manage Templates in <Skin>

Click skin_shoutbox > announcement

You'll see this:

<tr id='shoutbox-announcement-row' class='row2'<if test="$hide"> style='display:none;'</if>>

<td class='altrow' valign='middle'<if test="$global"> colspan='2'</if>>

<div id='shoutbox-announcement-text' class='message'>

{$this->settings['shoutbox_announcement']}

</div>

</td>

</tr>

Change class='message' to something else, example:

<div id='shoutbox-announcement-text' class='annc'>

Now load up the ipb_styles.css file, look for this:

.message {

background: #ebfcdf;

padding: 10px;

border: 1px solid #a4cfa4;

color: #0e440e;

line-height: 1.6;

font-size: 12px;

}

Copy and paste it below, now change .message to something else, as with the other example:

.annc {

background: #ebfcdf;

padding: 10px;

border: 1px solid #a4cfa4;

color: #0e440e;

line-height: 1.6;

font-size: 12px;

}



Now just change background: #ebfcdf; to whatever color you want to use.

Posted

Just upgraded to 3.2.3 and newest shoutbox.

When i want to create a new post and hit the image button my screen goes a bite on fade mode and nothing happens (i know there is a fix but cannot find it) If i disable shoutbox all is working normal

Posted

Then you probably have some customized skin template in this application which didn't get updated when you upgraded this app. Verify that you have no modified skin templates in the shoutbox sections.

Posted

Then you probably have some customized skin template in this application which didn't get updated when you upgraded this app. Verify that you have no modified skin templates in the shoutbox sections.





After re-cache all skin problem was solved ???
Posted

Hello, can someone please tell me what skin edit i need to do to make smilies icon show on the same row as the Shout icon. Thank you for the shoutbox is very useful.




Alright, i give up. I was hopping to get that icon in the same row as the "Shout" to save space but i just couldn't find where to make that change.
Posted

Hey got a problem with Chrome and the auto refresh. When I enter a new shout the auto scroll feature doesn't work properly in Chrome. It moves down slightly but cuts off the new message.

Works perfect in Firefox. any ideas?

Posted

Someone else mentioned this before, I couldn't reproduce it then, even on their site they said they had a problem with. I can only guess it is a browser issue, either it's got something cached or it's an outdated version.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...