#76624 - m2pt5 - Thu Mar 23, 2006 3:14 am
I know I frequently make a post, then I notice something I mistyped or wanted to change, but the flood control makes me wait to edit my post. (Why flood control affects edits in the first place is beyond me.) Anyway, this is a very easy mod, the only change is a single line in a single script.
http://www.phpbb.com/phpBB/viewtopic.php?t=140980
_________________
Don't sign your posts, it's dumb.
#76627 - DekuTree64 - Thu Mar 23, 2006 3:28 am
I'll second that :)
_________________
___________
The best optimization is to do nothing at all.
Therefore a fully optimized program doesn't exist.
-Deku
#76629 - swimgod - Thu Mar 23, 2006 3:35 am
um third :P
_________________
1x WII 2x remotes
2x NDS/L(FMv7-ORG:v4,FMv7-org:DSL)
1x GBAMP
2x 1gb (MicroDrive{typeII}&SanDisk{typeI})
1x SuperPass2
1x Supercard-CF
MoonShell skins
#76644 - tepples - Thu Mar 23, 2006 4:53 am
Forth
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#76647 - swimgod - Thu Mar 23, 2006 4:56 am
look man :P
ill even fix up the mod to allow the edit delay to be removed :P
i know php,
and phpbb.
so if you need someone to do it i will :P
_________________
1x WII 2x remotes
2x NDS/L(FMv7-ORG:v4,FMv7-org:DSL)
1x GBAMP
2x 1gb (MicroDrive{typeII}&SanDisk{typeI})
1x SuperPass2
1x Supercard-CF
MoonShell skins
#76650 - caitsith2 - Thu Mar 23, 2006 5:17 am
Fifth.
#76659 - m2pt5 - Thu Mar 23, 2006 6:50 am
swimgod wrote: |
i know php,
and phpbb.
so if you need someone to do it i will :P |
It's a matter of a single line. Even someone who knows zero PHP could do it. (I've modded the hell out of my own phpBB, and learned some PHP in the process, but mostly how to mod phpBB.)
You open "includes/functions_post.php", find this:
Code: |
if ($mode == 'newtopic' || $mode == 'reply' || $mode == 'editpost') |
and change it to this:
Code: |
if ($mode == 'newtopic' || $mode == 'reply') |
_________________
Don't sign your posts, it's dumb.
#76667 - sajiimori - Thu Mar 23, 2006 8:20 am
/metoo
#76668 - keldon - Thu Mar 23, 2006 8:35 am
Why did I know it was going to link to something about the forth programming language?
#76699 - sajiimori - Thu Mar 23, 2006 6:52 pm
Uh... because otherwise it would be spelled "fourth"?? :)
#76700 - keldon - Thu Mar 23, 2006 6:54 pm
sajiimori wrote: |
Uh... because otherwise it would be spelled "fourth"?? :) |
Oh yeah. Silly me.
#76745 - swimgod - Fri Mar 24, 2006 4:07 am
........................
Wow....
well they applied the mod,
but didn't tell anyone they did so lol,
now you can edit with out waiting :)
_________________
1x WII 2x remotes
2x NDS/L(FMv7-ORG:v4,FMv7-org:DSL)
1x GBAMP
2x 1gb (MicroDrive{typeII}&SanDisk{typeI})
1x SuperPass2
1x Supercard-CF
MoonShell skins
#76747 - m2pt5 - Fri Mar 24, 2006 5:06 am
Hey, that's awesome.
Edit: Did they? I made this post and tried to edit it right away, and I still got flood controlled.
_________________
Don't sign your posts, it's dumb.
#76801 - HyperHacker - Fri Mar 24, 2006 10:31 pm
They didn't. It seems to be taking even longer now. :-(
#76805 - swimgod - Fri Mar 24, 2006 10:49 pm
for a day it was instant...
wonder what happened :S
_________________
1x WII 2x remotes
2x NDS/L(FMv7-ORG:v4,FMv7-org:DSL)
1x GBAMP
2x 1gb (MicroDrive{typeII}&SanDisk{typeI})
1x SuperPass2
1x Supercard-CF
MoonShell skins
#78690 - SimonB - Sun Apr 09, 2006 12:01 am
Thank you for your suggestion. I have fixed it now :)
EDIT TEST!
Seems to be working.
Simon
#78691 - keldon - Sun Apr 09, 2006 12:10 am
It's funny because I had no idea what this post was about, I just noticed the counting up to Forth. Well this is great news.
#78694 - SimonB - Sun Apr 09, 2006 12:37 am
Figured Id do it when I was updating to 2.0.20 :)
Simon
#78698 - swimgod - Sun Apr 09, 2006 12:39 am
thanks a lot man :D
now i can cover my mistakes before people see them :P
_________________
1x WII 2x remotes
2x NDS/L(FMv7-ORG:v4,FMv7-org:DSL)
1x GBAMP
2x 1gb (MicroDrive{typeII}&SanDisk{typeI})
1x SuperPass2
1x Supercard-CF
MoonShell skins
#78707 - DekuTree64 - Sun Apr 09, 2006 1:38 am
Awesome, but I think it had some side effects...
Me: *refreshes 'view latest posts' page*
Computer: You cannot make another search so soon after your last; please try again in a short while.
_________________
___________
The best optimization is to do nothing at all.
Therefore a fully optimized program doesn't exist.
-Deku
#78708 - swimgod - Sun Apr 09, 2006 1:42 am
DekuTree64 wrote: |
Awesome, but I think it had some side effects...
Me: *refreshes 'view latest posts' page*
Computer: You cannot make another search so soon after your last; please try again in a short while. |
same here...
well i guess thats not So important :P
_________________
1x WII 2x remotes
2x NDS/L(FMv7-ORG:v4,FMv7-org:DSL)
1x GBAMP
2x 1gb (MicroDrive{typeII}&SanDisk{typeI})
1x SuperPass2
1x Supercard-CF
MoonShell skins
#78710 - tepples - Sun Apr 09, 2006 2:10 am
Some people can actually search, read results, and refine the query string within three seconds. Throttling search any slower than that for logged-in users is likely to result in more frequently asked questions getting re-asked.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#78737 - SimonB - Sun Apr 09, 2006 10:09 am
Well that is a completely unrelated "problem". However, I have now changed it back to its original value.
Simon
#78738 - DekuTree64 - Sun Apr 09, 2006 10:15 am
All seems to be working fine now. Thanks Simon!
_________________
___________
The best optimization is to do nothing at all.
Therefore a fully optimized program doesn't exist.
-Deku
#79039 - The 9th Sage - Tue Apr 11, 2006 5:41 am
I didn't notice this when voting was in session, but I also wish to say thank you. I noticed the other day that you could edit without getting that error message. :)
_________________
Now with 20% More Old Man from Zelda 1 than ever before!
#82710 - MrD - Mon May 08, 2006 8:59 pm
Can we have a similar mod for the search delay, pretty please? :)
_________________
Not active on this forum. For Lemmings DS help see its website.