+-

UserBox

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

Sponsored Links

+- Recent Posts

Re: Code being stripped in HTML block by negative_energy
February 06, 2012, 06:30:36 pm

Re: Code being stripped in HTML block by EzPortal
February 06, 2012, 06:25:25 pm

Re: Code being stripped in HTML block by negative_energy
February 06, 2012, 06:23:16 pm

Re: Flash EzBlock by negative_energy
February 06, 2012, 06:18:40 pm

Re: Code being stripped in HTML block by EzPortal
February 06, 2012, 06:08:49 pm

Code being stripped in HTML block by negative_energy
February 06, 2012, 06:01:55 pm

Re: EzPortal 0.5.1 and Russian encoding by Retrouser
February 04, 2012, 12:59:13 am

Re: Flash EzBlock by negative_energy
January 23, 2012, 12:56:04 am

Re: Flash EzBlock by EzPortal
January 22, 2012, 11:08:10 pm

Flash EzBlock by negative_energy
January 22, 2012, 05:29:23 pm

Author Topic: Modifying standard shout box  (Read 36209 times)

0 Members and 1 Guest are viewing this topic.

Offline EzPortal

  • Administrator
  • *****
  • Posts: 624
  • Karma: 42
    • View Profile
Re: Modifying standard shout box
« Reply #45 on: April 01, 2010, 08:59:39 am »
Fixed the version. I think if you turn off autorefresh the background should be normal.

Offline Katrien

  • Newbie
  • *
  • Posts: 21
  • Karma: 2
    • View Profile
Re: Modifying standard shout box
« Reply #46 on: April 01, 2010, 09:15:38 am »
howdy EzPortal

Thats the problem...we really want to have the auto-refresh on! Our shout is used by a lot of members...whole conversations are there. Not to be able to use autorefresh will kill the life of the shout which will result in loosing members.

I hope to hear from u soon.

regards
Katrien

Offline Katrien

  • Newbie
  • *
  • Posts: 21
  • Karma: 2
    • View Profile
Re: Modifying standard shout box
« Reply #47 on: April 29, 2010, 08:30:44 am »
howdy EzPortal

Thats the problem...we really want to have the auto-refresh on! Our shout is used by a lot of members...whole conversations are there. Not to be able to use autorefresh will kill the life of the shout which will result in loosing members.

I hope to hear from u soon.

regards
Katrien

pls pls pls? Otherwise we have to switch to another portal  :'(

Offline Katrien

  • Newbie
  • *
  • Posts: 21
  • Karma: 2
    • View Profile
Re: Modifying standard shout box
« Reply #48 on: May 02, 2010, 04:49:41 pm »
thanks for yr reply. I understand..thanks.

 I wait as long as possible. But pls understand that we are also working and testing at our test site and intent to upgrade our present live smf forum in the near future.

I hope u will understand my urge due to the above what may look as impolite which never was my intention to give u that impression...sorry (bad english i think but i am dutch sorry)

Kind regards
Katrien
« Last Edit: May 02, 2010, 04:52:45 pm by Katrien »

Offline yameth

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
    • View Profile
Re: Modifying standard shout box
« Reply #49 on: June 13, 2010, 04:57:40 am »
Thanks for a nice and ez to handle portal.
The shoutbox is a great toy and used frequently by my visitors, but I must say that it is buggy. I would like to finetune the following:

1. show smaller size text.
2. the scroll bar shows only in IE8 and when refresh is set to on. Can we limit the box size by adding a scroll that works with firefox and the other browsers too?

Thanks in advance.

Offline Rothana

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
    • View Profile
Re: Modifying standard shout box
« Reply #50 on: February 20, 2011, 04:25:59 pm »
After
Code: [Select]
  if ($adminShoutBox && empty($ezpSettings['ezp_shoutbox_hidedelete']))
            echo ' <a href="',$scripturl,'?action=ezportal;sa=removeshout;shout=',$row['id_shout'],'" style="color: #FF0000">[X]</a>';
        
         echo '<br />';
Sorry, but could you give me more details about this? I tried to put
Quote
</br></br>
like CrouchingPanther said, but dont work :(

If you can, put the complete code to add a line ...thanks!

You just add the "br" directly after the first one - don't go to the next line.  You can add multiple if you want more space between shouts.  So for example like this...

Code: [Select]
  if ($adminShoutBox && empty($ezpSettings['ezp_shoutbox_hidedelete']))
            echo ' <a href="',$scripturl,'?action=ezportal;sa=removeshout;shout=',$row['id_shout'],'" style="color: #FF0000">[X]</a>';
        
         echo '<br /><br /><br />';

If you want a  small line between the shouts, use hr instead of br.
« Last Edit: February 20, 2011, 04:29:33 pm by Rothana »

 

Powered by EzPortal