|
Joined: Dec 2003
Posts: 6,630 Likes: 85
|
Joined: Dec 2003
Posts: 6,630 Likes: 85 |
I tried editing my post on this site for a typo and I get a usual message: The thread has been modified. The thread has been modified. In a moment you will be automatically returned to the forum.
Return to the forum | View your post However it never will refresh. You have to select Return to forum or View your post. Pm's seem to be okay. I tried this on a few of my posts pre and post of 7.5.8. and it just sits there. PS, Using current Firefox as a browser. Ha another edit.
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Oct 2006
Posts: 358
enthusiast
|
enthusiast
Joined: Oct 2006
Posts: 358 |
Yes, but this is the kind of thing that generates a lot of feedback from my users... There's something about an old saying "It is easier to find fault than it is to praise." --- Or something like that.
I don't mind ONE glitch like this, but if there's more than a couple of them, then it will spiral out of control. It even could bump "Obamacare" off of the front page. ha ha ha...
--BIll B
|
|
|
|
Joined: Dec 2003
Posts: 6,630 Likes: 85
|
Joined: Dec 2003
Posts: 6,630 Likes: 85 |
Don't get me started on Obamacare.
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Dec 2003
Posts: 239
Enthusiast
|
Enthusiast
Joined: Dec 2003
Posts: 239 |
DITTO..... tried editing a post on my forum and the auto return doesn't work; it just sits there.
Tried this with IE9.
|
|
|
|
Joined: Apr 2007
Posts: 3,940 Likes: 1
Former Developer
|
Former Developer
Joined: Apr 2007
Posts: 3,940 Likes: 1 |
libs/html.inc.php find:
$refresh = array_get($header, 'refresh', '');
$refresh = ( $refresh == 0 ) ? '' : $refresh;
replace:
$refresh = array_get($header, 'refresh', '');
$refresh = ( $refresh === 0 ) ? '' : $refresh;
( changed on this board )
|
|
|
|
Joined: Dec 2003
Posts: 6,630 Likes: 85
|
Joined: Dec 2003
Posts: 6,630 Likes: 85 |
Thank you for the quick resolution ,SD!
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Oct 2006
Posts: 358
enthusiast
|
enthusiast
Joined: Oct 2006
Posts: 358 |
Is there going to be another dot release with these changes?
I downloaded an hour ago and am installing as we speak. I don't mind making the tweaks myself, but I don't want to miss any in these discussions.
Or -- will you open a READ ONLY forum and include each of your new tweaks (Patches) in a consecutive list for us?
--BIll B
|
|
|
|
Joined: Dec 2003
Posts: 6,630 Likes: 85
|
Joined: Dec 2003
Posts: 6,630 Likes: 85 |
That probably will not happen. You will need to just keep track of changes that are not in the member area and incorporate them in your code.
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Jun 2006
Posts: 16,369 Likes: 126
|
Joined: Jun 2006
Posts: 16,369 Likes: 126 |
See here: yah, i don't expect a point release. i just think i will fix the small things and then upload a new .zip after a week of users using it. only reason for a p1 release is if there is a killer in there somewhere. only real 'bug' right now is in html.inc.php ( fix supplied in that thread ) with $refresh and that isn't a show stopper. the rest of the fixes are already in the members area. I imagine all of our little grypes will be included as well.
|
|
|
|
Joined: Apr 2007
Posts: 3,940 Likes: 1
Former Developer
|
Former Developer
Joined: Apr 2007
Posts: 3,940 Likes: 1 |
only changes are, two bugs in html.inc.php
header.tpl bugs
adduser.inc.php for stopforumspam level 2 or greater check
( so far )
|
|
|
|
Joined: Oct 2006
Posts: 358
enthusiast
|
enthusiast
Joined: Oct 2006
Posts: 358 |
Okay.... I guess that I understand. So far I've made TWO changes/tweaks/hacks -- whatever you want to call them. :-) 1. Fixed the "auto return", and 2. Added the Stop Spam w/ IP address upgrade. Now, I'm going to sit back and check-in with my users. I see that there are 43 of them online already. It's been a great day... and now my "internal" clock says that's it 5 o'clock.... if you know what I mean!!!?!?!?
--BIll B
|
|
|
2 members (Ruben, Gizmo),
1,144
guests, and
120
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|