SimplePortal

Customization => Custom Coding => Topic started by: meemo on September 28, 2014, 03:55:16 PM

Title: Default Text Shoutbox
Post by: meemo on September 28, 2014, 03:55:16 PM
Is there a way to put default text in shoutbox textbox like "Enter message here"?
Title: Re: Default Text Shoutbox
Post by: phantomm on October 10, 2014, 02:20:47 PM
This requires two small changes in SP files.

File: ./Themes/default/PortalShoutbox.template.php
Code: (Find) [Select]
<input type="text"
Code: (Replace with) [Select]
<input placeholder="', $txt['sp_shoutbox_enter_text_here'], '" type="text"
File: ./Themes/default/languages/SPortal.english.php
Code: (Find) [Select]
?>
Code: (Replace with) [Select]
$txt['sp_shoutbox_enter_text_here'] = 'Enter message here';

?>
SimplePortal 2.3.8 © 2008-2024, SimplePortal