SimplePortal

Customization => Themes and Graphics => Topic started by: Old Fossil on September 04, 2009, 01:54:37 PM

Title: Shoutbox font and features
Post by: Old Fossil on September 04, 2009, 01:54:37 PM
Despite highlighting the features I want to use in shout only the bold appears.

How do i change the black font so it appears white?

Be easier to see on a black theme.
Title: Re: Shoutbox font and features
Post by: Nathaniel on September 05, 2009, 09:32:36 AM
Moved to the Themes and Graphics board.

Code: ("Find this code (/Themes/default/PortalShoutbox.template.php)") [Select]
<li class="smalltext">', $shout['text'], '</li>
Code: ("Replace with this code") [Select]
<li class="smalltext" style="color: white;">', $shout['text'], '</li>
Title: Re: Shoutbox font and features
Post by: Old Fossil on September 05, 2009, 06:52:04 PM
Made the edit and emptied the file cache.

No change.

What do I have to do to make the shoutbox length bigger?
Title: Re: Shoutbox font and features
Post by: Nathaniel on September 05, 2009, 07:30:48 PM
Whoops, that was the edit for the History page. Try the edits below.

Code: ("Find this code (/Themes/default/PortalShoutbox.template.php)") [Select]
<li class="smalltext">', !$shout['is_me'] ? '<strong>' . $shout['author']['link'] . ':</strong> ' : '', $shout['text'], '<br />', !empty($shout['delete_link_js']) ? '<span class="shoutbox_delete">' . $shout['delete_link_js'] . '</span>' : '' , '<span class="smalltext shoutbox_time">', $shout['time'], '</span></li>';
Code: ("Replace with this code") [Select]
<li class="smalltext" style="color: white;">', !$shout['is_me'] ? '<strong>' . $shout['author']['link'] . ':</strong> ' : '', $shout['text'], '<br />', !empty($shout['delete_link_js']) ? '<span class="shoutbox_delete">' . $shout['delete_link_js'] . '</span>' : '' , '<span class="smalltext shoutbox_time">', $shout['time'], '</span></li>';
Code: ("Find (/Themes/default/scripts/portal.js)") [Select]
new_body += '<li class="smalltext">
Code: ("Replace with this code") [Select]
new_body += '<li class="smalltext" style="color: white;">
Title: Re: Shoutbox font and features
Post by: Old Fossil on September 05, 2009, 07:33:13 PM
Thanks bud.

**Throws roten fruit and veg at Nathaniel before throwin a stinkbomb.**
Title: Re: Shoutbox font and features
Post by: Nathaniel on September 05, 2009, 07:39:32 PM
Ah, there are options to make the shoutbox bigger. :P

Look at the edit shoutbox areas. ;)
Title: Re: Shoutbox font and features
Post by: Old Fossil on September 05, 2009, 07:58:10 PM
The shouts are now in white.

Thanks bud.
SimplePortal 2.3.8 © 2008-2024, SimplePortal