Instant Post Redirect

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Locked
Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29224
Joined: Sat Aug 16, 2003 7:36 am

Instant Post Redirect

Post by Extensions Robot »

Modification name: Instant Post Redirect
Author: igorw
Modification description: Redirects instantly after posting a message instead of using meta redirection.
Modification version: 1.0.2
Tested on phpBB version: 3.0.0

Download file: instant_post_redirect_1_0_2.zip
File size: 34112 Bytes

Modification overview page: View

The phpBB Team is not responsible nor required to provide support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB Modifications Team may not be able to provide support.

-->Modification support<--
Last edited by Extensions Robot on Tue Feb 08, 2011 4:51 am, edited 6 times in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
User avatar
Highway of Life
Former Team Member
Posts: 6048
Joined: Wed Feb 02, 2005 5:41 pm
Location: Bend, OR
Name: David Lewis
Contact:

Instant Post Redirect

Post by Highway of Life »

Modification validated/released

Notes:
No more confirmation page after posting! Now you can go straight to your post, quite a nice little hack.
User avatar
igorw
Former Team Member
Posts: 8024
Joined: Fri Dec 16, 2005 12:23 pm
Location: {postrow.POSTER_FROM}
Name: Igor Wiedler

Re: Instant Post Redirect

Post by igorw »

Yay, my first approved phpBB3 MOD! Thanks! :D
Igor Wiedler | area51 | GitHub | trashbin | Formerly known as evil less than three
User avatar
lefty74
Registered User
Posts: 3649
Joined: Wed Sep 14, 2005 8:26 pm
Location: NL
Contact:

Re: Instant Post Redirect

Post by lefty74 »

very nice, congrats evil :D
lefty74
zoocrew.eu - help us save our wildlife
My MODS | Due to lack of time I unfortunately am unable to work on my mods anymore, anyone who has ideas to improve them and would like to take any of them over, please PM me.
clight77
Registered User
Posts: 907
Joined: Sun May 11, 2003 11:09 pm

Re: Instant Post Redirect

Post by clight77 »

Any way this can go to topic instead of post ?

Thanks. :) .
Last edited by clight77 on Sun Oct 14, 2007 4:05 am, edited 1 time in total.
I Follow Up On My Posts.
So Should Everybody...
User avatar
Highway of Life
Former Team Member
Posts: 6048
Joined: Wed Feb 02, 2005 5:41 pm
Location: Bend, OR
Name: David Lewis
Contact:

Re: Instant Post Redirect

Post by Highway of Life »

clight77 wrote:Any way this can go to topic instead of post ?
That’s ambiguous. A Post lies within a Topic, therefore redirecting to the post is also the topic, its one and the same.
clight77
Registered User
Posts: 907
Joined: Sun May 11, 2003 11:09 pm

Re: Instant Post Redirect

Post by clight77 »

Highway of Life wrote:
clight77 wrote:Any way this can go to topic instead of post ?
That’s ambiguous. A Post lies within a Topic, therefore redirecting to the post is also the topic, its one and the same.
Maybe i should have said Thread then.
Instead of re directing to the post can it be made to re direct to the Thread ?
Or back to that forum ?

Thanks.
I Follow Up On My Posts.
So Should Everybody...
User avatar
Highway of Life
Former Team Member
Posts: 6048
Joined: Wed Feb 02, 2005 5:41 pm
Location: Bend, OR
Name: David Lewis
Contact:

Re: Instant Post Redirect

Post by Highway of Life »

clight77 wrote:Maybe i should have said Thread then.
Instead of re directing to the post can it be made to re direct to the Thread ?
Or back to that forum ?
For the record, phpBB3 (by default) doesn’t have “Threads”. If you’re thinking going back to the forum (aka topiclist) that would be called a “Forum”. See the Official phpBB Podcast Episode #1 on http://podcast.phpbb.com for a description of correct terms used in phpBB2 and 3. :)
clight77
Registered User
Posts: 907
Joined: Sun May 11, 2003 11:09 pm

Re: Instant Post Redirect

Post by clight77 »

Highway of Life wrote:
clight77 wrote:Maybe i should have said Thread then.
Instead of re directing to the post can it be made to re direct to the Thread ?
Or back to that forum ?
For the record, phpBB3 (by default) doesn’t have “Threads”. If you’re thinking going back to the forum (aka topiclist) that would be called a “Forum”. See the Official phpBB Podcast Episode #1 on http://podcast.phpbb.com for a description of correct terms used in phpBB2 and 3. :)
How about i put it this way for clarification then:
Is it possible to be re directed to:
Return To Forum Last Visited

I would sooner be taken back to last visited rather than last post.

Thanks :) .
I Follow Up On My Posts.
So Should Everybody...
clight77
Registered User
Posts: 907
Joined: Sun May 11, 2003 11:09 pm

Re: Instant Post Redirect

Post by clight77 »

By the way this mod does not work when deleting a post/thread or whatever. :)
I Follow Up On My Posts.
So Should Everybody...
User avatar
mara7
Registered User
Posts: 139
Joined: Wed May 11, 2005 5:59 pm

Re: Instant Post Redirect

Post by mara7 »

is this mod using AJAX ?
User avatar
igorw
Former Team Member
Posts: 8024
Joined: Fri Dec 16, 2005 12:23 pm
Location: {postrow.POSTER_FROM}
Name: Igor Wiedler

Re: Instant Post Redirect

Post by igorw »

clight77 wrote:How about i put it this way for clarification then:
Is it possible to be re directed to:
Return To Forum Last Visited

I would sooner be taken back to last visited rather than last post.
That would be possible, instead of this code:

Code: Select all

redirect($redirect_url);
You would put:

Code: Select all

redirect(append_sid("{$phpbb_root_path}viewforum.$phpEx", 'f=' . $data['forum_id']));
clight77 wrote:By the way this mod does not work when deleting a post/thread or whatever. :)
I know, it's called instant post redirect, not instant delete redirect ;).
mara7 wrote:is this mod using AJAX ?
No, it uses HTTP headers, more preciseley the redirect() function of phpBB. :)
Igor Wiedler | area51 | GitHub | trashbin | Formerly known as evil less than three
Krank
Registered User
Posts: 179
Joined: Wed Sep 06, 2006 4:50 pm

Re: Instant Post Redirect

Post by Krank »

Congrats eviL<3, a great MOD, I used it in 2 and using it in 3 :)
Image
phpBB3 Je t'adore: subSilver2 Based styles fan
proSilver, good, but too .... I don't know just too... :P
User avatar
igorw
Former Team Member
Posts: 8024
Joined: Fri Dec 16, 2005 12:23 pm
Location: {postrow.POSTER_FROM}
Name: Igor Wiedler

Re: Instant Post Redirect

Post by igorw »

Thanks :)
Igor Wiedler | area51 | GitHub | trashbin | Formerly known as evil less than three
User avatar
Qiaeru
Former Team Member
Posts: 2603
Joined: Sun Nov 20, 2005 12:44 am
Location: Paris, France
Contact:

Re: Instant Post Redirect

Post by Qiaeru »

Great MOD, congratz evil<3 :D !
Locked

Return to “[3.0.x] MOD Database Releases”