What would you like to see?

Discuss the development of future releases of phpBB (phpBB 3.x minor releases) and MODing/Coding related questions.
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: What would you like to see?

Post by Obsidian »

eviL<3 wrote:
chaosweapon wrote:Quick Reply

:P

AGAIN?!? :lol:

I did see that bit about the ACP folder location being defined in the config file too, earlier, thought that was a good idea.
harmlessgoat22
Supporter
Supporter
Posts: 316
Joined: 18 Sep 2007, 14:35
Real name: David
Contact:

Re: What would you like to see?

Post by harmlessgoat22 »

I think there should be constants for every page... INDEX_PAGE = 'index', VIEWTOPIC_PAGE = 'viewtopic', etc. This would be much better, in my opinion, cause it would make it much easier for users that want to change their index page to board.php, for instance. Overall, I think phpBB3.0 has everything needed for phpBB3, but it doesn't make things too much easier for modders who want to change things like that. They make it a royal pain...
Image
That's like, I can't beat my neighbor in an argument, so instead I kill his dog.
-Best English Teacher Ever
chaosweapon
New member
New member
Posts: 2
Joined: 22 Aug 2008, 10:57

Re: What would you like to see?

Post by chaosweapon »

The ACP doesn't have to be AJAXed since it's only for admins.

Another good idea for security is saving the user ids of those allowed to access the ACP in the config file.

Also I think that the config file should have 644 permissions from now on.
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: What would you like to see?

Post by igorw »

Modders shouldn't change it. That would break all compatibility. It's easy to change it, just do a search-replace-in-files for:

Code: Select all

index.$phpEx

Code: Select all

index.' . $phpEx
harmlessgoat22
Supporter
Supporter
Posts: 316
Joined: 18 Sep 2007, 14:35
Real name: David
Contact:

Re: What would you like to see?

Post by harmlessgoat22 »

Ok, I guess not modders, but people that want to change it. My point is, currently, it is basically set in stone. Keep in mind, the phpEx var/constant is for the php extension, which, changing it, would break all compatibility, as far as I know...yet it's still there.
Image
That's like, I can't beat my neighbor in an argument, so instead I kill his dog.
-Best English Teacher Ever
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: What would you like to see?

Post by igorw »

harmlessgoat22 wrote:Keep in mind, the phpEx var/constant is for the php extension, which, changing it, would break all compatibility, as far as I know...yet it's still there.

I don't get what you're trying to say with that. $phpEx / PHP_EXT exists because some hosts misconfigure and users are not knowledged enough to enable .php support, so they have to use .php5. And changing the extension on all files will not break any compatibility of any MODs (if they follow guidelines and use $phpEx correctly).

IMO the filenames themselves should in general not be changed. I don't see the point. If you want to change them just do a quick replace on all files. I don't see the gain of changing it.

Anyway, just my opinion.
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: What would you like to see?

Post by Obsidian »

chaosweapon wrote:Also I think that the config file should have 644 permissions from now on.


Erm, I think that it does use that. You just have to set it to rw-rw-rw- (666 I think) for in the install so that phpBB can write the info it needs to it. :P
harmlessgoat22
Supporter
Supporter
Posts: 316
Joined: 18 Sep 2007, 14:35
Real name: David
Contact:

Re: What would you like to see?

Post by harmlessgoat22 »

Just because you may not want to change the filename does NOT mean someone else might not have a perfectly good reason for doing it. Just because I have no use for a portal (except for the support site...which wouldn't exist without it...) doesn't mean I can't make it so others can use it.
Image
That's like, I can't beat my neighbor in an argument, so instead I kill his dog.
-Best English Teacher Ever
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: What would you like to see?

Post by igorw »

Just use apache's DirectoryIndex, works perfectly while maintaining compatibility.
ssnobben
New member
New member
Posts: 1
Joined: 02 Sep 2008, 13:52

Re: What would you like to see?

Post by ssnobben »

Why not an accordion topic nested system? its like AJAX style that they do for menus.

So you can set up different topics etc how they should appear with or without accordion effect on the site.
User avatar
House
Member
Member
Posts: 70
Joined: 23 Feb 2008, 12:49
Real name: Sean
Location: Hiding in Tree.

Re: What would you like to see?

Post by House »

ssnobben wrote:Why not an accordion topic nested system? its like AJAX style that they do for menus.

So you can set up different topics etc how they should appear with or without accordion effect on the site.



I'm not sure I know what you mean.. I tried a couple search queries in Google, and still can't seem to find anything on it. Could you link to an example or describe it more? :geek:
Women should be obscene and not heard. X)
BetaDevil
Supporter
Supporter
Posts: 27
Joined: 01 Sep 2007, 12:27
Real name: Tim

Re: What would you like to see?

Post by BetaDevil »

I think that's something like:

Code: Select all

Topic
   |
Reply 1
   |---------- Reply on reply 1, 1
Reply 2          |
   |           Reply on reply 1, 2
Reply 3          |------------ Reply on reply on reply 1, 2, 1
   |            Reply on reply 1, 3
Reply 4
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: What would you like to see?

Post by igorw »

Something like threads?
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: What would you like to see?

Post by Obsidian »

For some reason, the threaded topic mode for vB comes to mind.
Post Reply