Auto ACP redirection

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.
Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29216
Joined: Sat Aug 16, 2003 7:36 am

Auto ACP redirection

Post by Extensions Robot »

Modification name: Auto ACP redirection
Author: Elias
Modification description: After logging into your ACP, this will instantly redirect you to your ACP. No more "Successfully logged into your ACP" page.
Modification version: 1.1.0
Tested on phpBB version: 3.0.10

Download file: auto_ACP_redirect.zip
File size: 32.88 KiB

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 Extension Customisations Team may not be able to provide support.

-->Modification support<--
Last edited by Extensions Robot on Mon Sep 19, 2022 7:33 pm, edited 12 times in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
User avatar
A_Jelly_Doughnut
Former Team Member
Posts: 34459
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run
Contact:

Auto ACP redirection

Post by A_Jelly_Doughnut »

Modification validated/released

Notes:
Very small MOD - only one edit
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
User avatar
Elias
Registered User
Posts: 5152
Joined: Sat Feb 25, 2006 4:31 pm
Name: Elias

Auto ACP redirection

Post by Elias »

This post has been reserved for the MOD author.
"Mystery creates wonder, and wonder is the basis of man's desire to understand." - Neil Armstrong
|Installing Extensions|Writing Extensions|Extension Validation Policy|
User avatar
Elias
Registered User
Posts: 5152
Joined: Sat Feb 25, 2006 4:31 pm
Name: Elias

Re: Auto ACP redirection

Post by Elias »

Thank you very much A_Jelly_Doughnut!
"Mystery creates wonder, and wonder is the basis of man's desire to understand." - Neil Armstrong
|Installing Extensions|Writing Extensions|Extension Validation Policy|
Swezz
Registered User
Posts: 87
Joined: Mon Apr 21, 2008 4:30 pm

Re: Auto ACP redirection

Post by Swezz »

Great Mod!

Thx!!
User avatar
KeithR
Former Team Member
Posts: 750
Joined: Mon Jun 16, 2008 6:59 pm
Location: Manchester, UK
Name: Keith R

Re: Auto ACP redirection

Post by KeithR »

Congratulations on the release EY :D
User avatar
DeathValley
Registered User
Posts: 16
Joined: Mon Aug 04, 2008 8:23 pm
Location: Pais de Llavallol

Re: Auto ACP redirection

Post by DeathValley »

Thabjs god!!! :D

Great mod man!
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: Auto ACP redirection

Post by Peter77sx »

Thanks. I dont know what's up with these confirmations of redirections and vise versa, but thanks.
iftitaj
Registered User
Posts: 638
Joined: Tue Jan 15, 2008 6:21 am
Location: Karachi, Pakistan

Re: Auto ACP redirection

Post by iftitaj »

Congrats on MODDB submission. :D
User avatar
dotn
Registered User
Posts: 8
Joined: Sun Mar 02, 2008 12:28 pm

Re: Auto ACP redirection

Post by dotn »

it dosnt work on my forum, you have in install.xml a mistake

you must find:
$redirect = meta_refresh(3, $redirect);
trigger_error($message . '<br /><br />' . sprintf($l_redirect, '<a href="' . $redirect . '">', '</a>'));
}
but no only!
meta_refresh(3, $redirect);
trigger_error($message . '<br /><br />' . sprintf($l_redirect, '<a href="' . $redirect . '">', '</a>'));
}
after this lines its all fine
Check the best slovak hip-hop forum: hiphopforum.sk
iftitaj
Registered User
Posts: 638
Joined: Tue Jan 15, 2008 6:21 am
Location: Karachi, Pakistan

Re: Auto ACP redirection

Post by iftitaj »

^ whats the real difference between two you mentioned .... when you find partial lines, you will find it anyhow. In fact MODX also mentions that the FIND line maybe partial.
When the less text (search) is enough ... is there any compulsory need to search for more text. ;)
n00b78753
Registered User
Posts: 5
Joined: Wed Aug 27, 2008 1:01 am

Re: Auto ACP redirection

Post by n00b78753 »

I am new to PHPBB and I need to know how to install a mod.
User avatar
Phil
Former Team Member
Posts: 10403
Joined: Sat Nov 25, 2006 4:11 am
Name: Phil Crumm
Contact:

Re: Auto ACP redirection

Post by Phil »

There's various articles in the MOD section of the Knowledge Base that explain the MOD installation process ;)
Moving on, with the wind. | My Corner of the Web
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak
Contact:

Re: Auto ACP redirection

Post by DoYouSpeakWak »

Strange it should be that simpel. but it wont work. im on a 3.0.0 with wpm that is just above this text to edit. Edited the file so it looks like this.

Code: Select all

			 if ($admin)
      {
      redirect($redirect);
      }
			meta_refresh(3, $redirect);
			trigger_error($message . '<br /><br />' . sprintf($l_redirect, '<a href="' . $redirect . '">', '</a>'));
		}
That didn`t work. Tryed this. No diffrence apperently, but gave it a shoot. And still nothing.

Code: Select all

			 if ($admin)
		{
		redirect($redirect);
		}
		
			meta_refresh(3, $redirect);
			trigger_error($message . '<br /><br />' . sprintf($l_redirect, '<a href="' . $redirect . '">', '</a>'));
		}
Any ideas what wrong ?
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
User avatar
Elias
Registered User
Posts: 5152
Joined: Sat Feb 25, 2006 4:31 pm
Name: Elias

Re: Auto ACP redirection

Post by Elias »

Have you tried to purge the cache or refresh the template?
"Mystery creates wonder, and wonder is the basis of man's desire to understand." - Neil Armstrong
|Installing Extensions|Writing Extensions|Extension Validation Policy|
Locked

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