Jump to content

Download: Shoutbox


Pete T

Recommended Posts

  • Replies 2.9k
  • Created
  • Last Reply

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.

Link to comment

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.

Link to comment

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.
Link to comment

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.

  • Upcoming Events

    No upcoming events found
×
×
  • Create New...