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
FIXED [BUG?] Refresh Button Tagboard
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:
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:
Subject: Re: [BUG?] Refresh Button Tagboard
I'm talking about Shoutbox CMS Block that i've located in the standard page "forum"
the green arrow point to the send button and the red one point to the refresh button the one whit the problem...
TheSteffen wrote: [View Post]
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...
Subject: Re: [BUG?] Refresh Button Tagboard
Yes, I am with you...
Lets wait for MG or maybe someone else could try to fix it.
Lets wait for MG or maybe someone else could try to fix it.
Subject: Re: [BUG?] Refresh Button Tagboard
Not yet, I completely forgot... I'll take a look this weekend ;)
Subject: Re: [BUG?] Refresh Button Tagboard
Hi, sorry for the delay. Here it is the solution:
Open shoutbox.php
Find
Replace with
Open shoutbox_max.php
Find
Replace with
Greets!
Open shoutbox.php
Find
$refresh = (isset($_GET['auto_refresh']) || isset($_GET['refresh'])) ? 1 : 0;
Replace with
$refresh = (isset($_GET['auto_refresh']) || isset($_POST['refresh'])) ? 1 : 0;
Open shoutbox_max.php
Find
$refresh = (isset($_GET['auto_refresh']) || isset($_GET['refresh'])) ? 1 : 0;
Replace with
$refresh = (isset($_GET['auto_refresh']) || isset($_POST['refresh'])) ? 1 : 0;
Greets!
Page 1 of 1
You cannot post new topicsYou 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