FIXED [BUG?] Refresh Button Tagboard


Subject: [BUG?] Refresh Button Tagboard
Hi all,

i've noticed that if I write something in the textbox but i dont' send that, after if i press on the refresh button my message where sent

how can I fix that??

sorry for my english...

o/

EDIT: IP version is 1.3.0.53a

Profile PM  
Subject: Re: [BUG?] Refresh Button Tagboard
Nobody can help me?

Profile PM  
Subject: Re: [BUG?] Refresh Button Tagboard
I think, that thats a writing error . The buton should say send

Subject: Re: [BUG?] Refresh Button Tagboard
First of all we are talking about shoutbox, right.

I would say, there is something wrong.

GO=Send

But refresh should be refresh ;-)
If you go to shoutbox max:
http://www.icyphoenix.com/shoutbox_max.php

You can not refresh without text in it :mricy:

Profile PM  
Subject: Re: [BUG?] Refresh Button Tagboard
TheSteffen wrote: [View Post]
First of all we are talking about shoutbox, right.

I would say, there is something wrong.

GO=Send

But refresh should be refresh ;-)
If you to shoutbox max:
http://www.icyphoenix.com/shoutbox_max.php

You can not refresh without text in it :mricy:


I'm talking about Shoutbox CMS Block that i've located in the standard page "forum"

Spoiler: [ Show ]


the green arrow point to the send button and the red one point to the refresh button the one whit the problem...

Profile PM  
Subject: Re: [BUG?] Refresh Button Tagboard
Yes, I am with you...

Lets wait for MG or maybe someone else could try to fix it.

Profile PM  
Subject: Re: [BUG?] Refresh Button Tagboard
Thanks for reporting, i'll take a look this evening ;)

Subject: Re: [BUG?] Refresh Button Tagboard
Kas, did you already have a look at that?

Subject: Re: [BUG?] Refresh Button Tagboard
Not yet, I completely forgot... I'll take a look this weekend ;)

Subject: Re: [BUG?] Refresh Button Tagboard
:oops: nobody can help me??

Profile PM  
Subject: Re: [BUG?] Refresh Button Tagboard
Hi, sorry for the delay. Here it is the solution:

Open shoutbox.php
Find
Code: [Download] [Hide] [Select]
$refresh = (isset($_GET['auto_refresh']) || isset($_GET['refresh'])) ? 1 : 0;

Replace with
Code: [Download] [Hide] [Select]
$refresh = (isset($_GET['auto_refresh']) || isset($_POST['refresh'])) ? 1 : 0;


Open shoutbox_max.php
Find
Code: [Download] [Hide] [Select]
$refresh = (isset($_GET['auto_refresh']) || isset($_GET['refresh'])) ? 1 : 0;

Replace with
Code: [Download] [Hide] [Select]
$refresh = (isset($_GET['auto_refresh']) || isset($_POST['refresh'])) ? 1 : 0;


Greets!

Subject: Re: [BUG?] Refresh Button Tagboard
Don't Worry,

thank you now it's all ok

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.163s (PHP: 13% SQL: 87%)
SQL queries: 10 - Debug Off - GZIP Enabled