[RFC] New front pages in extensions

These requests for comments/change have lead to an implemented feature that has been successfully merged into the 3.1/Ascraeus branch. Everything listed in this forum will be available in phpBB 3.1.
User avatar
brunoais
Registered User
Posts: 964
Joined: Fri Dec 18, 2009 3:55 pm

Re: [RFC] New front pages in extensions

Post by brunoais »

I was thinking:
If the extension does not exist or if the extension is disabled,
It would send a 303 See Other to the index.php or other significant place.

Anyway, If we may get a problem like that, I think it's better if we create a page for the extensions. Some place (not the index.php... ext.php, as an example) to where all the requests to extension pages go. That pages makes sure that the extension is there and activated and then includes the extension information for execution.

igorw
Registered User
Posts: 500
Joined: Thu Jan 04, 2007 11:47 pm

Re: [RFC] New front pages in extensions

Post by igorw »

I'm pro-front-controller. Having it just for extensions at first seems like a good idea. At some point we may want everything routed through one.

User avatar
imkingdavid
Registered User
Posts: 1050
Joined: Thu Jul 30, 2009 12:06 pm

Re: [RFC] New front pages in extensions

Post by imkingdavid »

igorw wrote:I'm pro-front-controller. Having it just for extensions at first seems like a good idea. At some point we may want everything routed through one.
Via index.php (which I think is best) or via something like ext.php (like brunoais suggested)?
I do custom MODs. PM for a quote!
View My: MODs | Portfolio
Please do NOT contact for support via PM or email.
Remember, the enemy's gate is down.

Post Reply