collapse

* User Info

 
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

* Who's Online

  • Dot Guests: 46
  • Dot Hidden: 0
  • Dot Users: 1
  • Dot Users Online:

* Shoutbox

Refresh History
  • Shoutbox is not for support!
  • Skaty: [link]
    May 21, 2013, 02:54:27 PM
  • Skaty: tooltip in sp block
    May 21, 2013, 02:54:20 PM
  • Tattoocu_CarteL: neden adres yazınca link diye çikiyor direk adres çiksa olmaz mı
    May 19, 2013, 11:54:41 AM
  • Tattoocu_CarteL: [link]
    May 19, 2013, 11:54:26 AM
  • Old Fossil: Hey Nathaniel
    May 16, 2013, 09:41:05 AM
  • Nathaniel: lurk
    May 16, 2013, 03:19:14 AM
  • omidmavi1986: :'(
    May 15, 2013, 05:51:48 AM
  • DeToX: very nice simple mod's like!
    May 09, 2013, 01:32:03 PM
  • dhayzon: ;D
    May 09, 2013, 12:38:23 PM
  • dhayzon: xd
    May 09, 2013, 12:38:19 PM
  • dhayzon: hola y les hablo en español me gusta mucho el portal
    May 09, 2013, 12:38:12 PM
  • la muerte: If only I'd know how to fix it :D
    May 06, 2013, 11:24:15 AM
  • la muerte: I might have found the reason many sites have issues with shoutbox refresh looping on post etc [link]
    May 06, 2013, 11:23:57 AM
  • apo: elinize saglik beyler
    May 03, 2013, 02:08:40 PM
  • [SiNaN]: Well, you can't do much about it. I'm sure everyone is trying their best but it's not easy. At least old solved topics may provide a clue for those having similar problems I hope.
    May 02, 2013, 11:33:00 AM
  • JohnS: Wow! visited site earlier and 3 users online - that must be a record lately. I ca't see point of support pages here as number of posts with zero replies is big!
    May 02, 2013, 08:46:34 AM
  • rocknroller: what is up
    April 30, 2013, 02:06:06 PM
  • rocknroller: hey
    April 30, 2013, 02:05:53 PM
  • dhayzon: Shoutbox in an iframe is possible
    April 27, 2013, 11:00:14 AM

* Team Blog

* Recent Posts

Re: Only certain topics by DeToX
[Today at 07:34:38 AM]


Re: Custom Message Block by Hoodie
[Yesterday at 01:39:56 PM]


Re: Roster by Hoodie
[Yesterday at 12:36:47 PM]


¿como agrego un chat a mi foro? by cachencho29
[Yesterday at 10:28:23 AM]


¿como agrego un contador de visitas? by cachencho29
[Yesterday at 10:25:24 AM]

Thanks for having an interest with our portal. If you have any requests for features, have a look at the Feature Requests board.

Author Topic: Removing "shout!" button from the shoutbox?  (Read 931 times)

0 Members and 1 Guest are viewing this topic.

Offline Unruler

  • Semi Newbie
  • *
  • Posts: 9
  • SMF Version: 2.0.2
  • SP Version: 2.3.5
Removing "shout!" button from the shoutbox?
« on: October 28, 2012, 06:31:57 AM »
I've installed a new skin (bluez) and noticed that it makes shout! button too big so it doesn't fit on a same line with text field.

So I wounder how could I remove shout! button or figure it out somehow else?

Offline TinMan

  • Semi Newbie
  • *
  • Posts: 43
    • RC Arcade
Re: Removing "shout!" button from the shoutbox?
« Reply #1 on: October 28, 2012, 09:19:15 AM »
Instead of removing it, you could make your submit button smaller by opening your Themes/Bluez/css/index.css
and find:
Code: [Select]
.button_submit, .button_reset
{
background-image: url(../images/button-sprite.png);
background-position: 0 -1134px;
    border: 1px solid #D3D3D3;
    color: #555;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
cursor: pointer;
font: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
padding: 5px 9px;
border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
margin: 0 5px 20px;
display: inline-block;
}

and change it to something like:
Code: [Select]
.button_submit, .button_reset
{
background-image: url(../images/button-sprite.png);
background-position: 0 -1134px;
    border: 1px solid #D3D3D3;
    color: #555;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
cursor: pointer;
font: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
padding: 2px 1px 2px 1px;
border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
margin: 0 5px 20px;
display: inline-block;
}

Offline Unruler

  • Semi Newbie
  • *
  • Posts: 9
  • SMF Version: 2.0.2
  • SP Version: 2.3.5
Re: Removing "shout!" button from the shoutbox?
« Reply #2 on: October 28, 2012, 06:29:11 PM »
Thanks for the response, it worked but it also made every button smaller, when in default theme for example button in shoutbox is smaller than average button.

And shout! button serves no practical purpose anyway, I think people are smart enough to figure out to hit enter.

Offline TinMan

  • Semi Newbie
  • *
  • Posts: 43
    • RC Arcade
Re: Removing "shout!" button from the shoutbox?
« Reply #3 on: October 28, 2012, 07:07:04 PM »
You may try opening Themes/default/PortalShoutbox.template.php and find:
Code: [Select]
<input type="submit" name="submit_shout" value="', $txt['sp_shoutbox_button'], '" class="sp_float_right button_submit" onclick="sp_submit_shout(', $shoutbox['id'], ', \'', $context['session_var'], '\', \'', $context['session_id'], '\'); return false;" />and replace with something like:
Code: [Select]
<input type="submit" name="submit_shout" value="', $txt['sp_shoutbox_button'], '" class="sp_float_right button_submit" style="display:none" onclick="sp_submit_shout(', $shoutbox['id'], ', \'', $context['session_var'], '\', \'', $context['session_id'], '\'); return false;" />This should just make the button not display on the site.

Then open your Themes/default/css/portal.css and find:
Code: [Select]
input.shoutbox_input
{
width: 65%;
}
and change the value to something like 95% so the text field fits better.  There may be a better way to do what you want as my coding is limited.
« Last Edit: October 28, 2012, 07:56:57 PM by TinMan »

Offline Unruler

  • Semi Newbie
  • *
  • Posts: 9
  • SMF Version: 2.0.2
  • SP Version: 2.3.5
Re: Removing "shout!" button from the shoutbox?
« Reply #4 on: October 28, 2012, 07:56:02 PM »
Limited? Mine is non existing!

Thanks a lot, worked like a charm!

Also all that code modification gives me phpbb vibes xD

Offline TinMan

  • Semi Newbie
  • *
  • Posts: 43
    • RC Arcade
Re: Removing "shout!" button from the shoutbox?
« Reply #5 on: October 28, 2012, 08:03:19 PM »
Your welcome, glad it worked. :)

Offline AngelinaBelle

  • On Leave
  • *
  • Posts: 4343
  • Gender: Female
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: Removing "shout!" button from the shoutbox?
« Reply #6 on: November 07, 2012, 09:23:24 AM »
Welcome to Simple Portal.
Glad that worked.  Hope you won't mind me marking the question solved.
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

Offline Unruler

  • Semi Newbie
  • *
  • Posts: 9
  • SMF Version: 2.0.2
  • SP Version: 2.3.5
Re: Removing "shout!" button from the shoutbox?
« Reply #7 on: November 07, 2012, 12:19:26 PM »
Welcome to Simple Portal.

Thanks!

Quote
Glad that worked.  Hope you won't mind me marking the question solved.

Yeah, that's cool.