Admin Panel

Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here.
Forum rules
Discuss features as they are added to the new version. Give us your feedback. Don't post bug reports, feature requests, support questions or suggestions here. Feature requests are closed.
DeadEye686
Registered User
Posts: 448
Joined: Mon Jul 21, 2003 7:18 pm
Contact:

Re: Admin Panel

Post by DeadEye686 »

Ermacrules29 wrote: Wow the admin panel looks good if you can I would make it so normal registerd users can post file attachments.
That's controlled by the permissions system. You can set it up however you'd like.

Ermacrules29
Registered User
Posts: 25
Joined: Sat Jan 14, 2006 4:53 pm

Re: Admin Panel

Post by Ermacrules29 »

DeadEye686 wrote:
Ermacrules29 wrote: Wow the admin panel looks good if you can I would make it so normal registerd users can post file attachments.
That's controlled by the permissions system. You can set it up however you'd like.
kool excepy my forum wont be upgarded to phpbb3 until it's released.

User avatar
Vixion
Registered User
Posts: 3
Joined: Sun Jan 15, 2006 10:47 am

Re: Admin Panel

Post by Vixion »

About the new ACP, the only thing that needs to be cleared out is how it's build up. I am using phpBB2 since the version 2.0.0.0 and always have been seeking around were to find a certain option.

Permission management for example isn't set up in the easiest way, it's quiet hard to add permissions to a board with 25+ forums without installing an overall permission MOD.

Depending on the screenshots that are shown here, I can only say that the overview has greatly improved! I like the tab-item navigation sorted in subjects rather then the side-frame that still is confusing.

Keep up the work!

ChALkeR
Registered User
Posts: 176
Joined: Tue Mar 15, 2005 4:38 pm
Location: Russia

Re: Admin Panel

Post by ChALkeR »

Vixion wrote: it's quiet hard to add permissions to a board with 25+ forums without installing an overall permission MOD.

Well, you don't need to configure permissions every day?
Image
Sorry for my bad English....

Glorius Hole
Registered User
Posts: 31
Joined: Sun Sep 18, 2005 5:39 pm

Re: Admin Panel

Post by Glorius Hole »

Hmm, about the modules, mod authors be able to write a module for the ACP and just sort of 'drop' it into the modules folder right?

If so, will it envolve just one or two lines of code being added to a file so the module is loaded, or won't you need to alter any code at all (I presume the former, unless there's some sort of module loader going to be implimented)?

Ermacrules29
Registered User
Posts: 25
Joined: Sat Jan 14, 2006 4:53 pm

Re: Admin Panel

Post by Ermacrules29 »

Vixion wrote: About the new ACP, the only thing that needs to be cleared out is how it's build up. I am using phpBB2 since the version 2.0.0.0 and always have been seeking around were to find a certain option.

Permission management for example isn't set up in the easiest way, it's quiet hard to add permissions to a board with 25+ forums without installing an overall permission MOD.

Depending on the screenshots that are shown here, I can only say that the overview has greatly improved! I like the tab-item navigation sorted in subjects rather then the side-frame that still is confusing.

Keep up the work!
Well I have patiance and how did you know I have about 25 forums on my forum?

User avatar
Vixion
Registered User
Posts: 3
Joined: Sun Jan 15, 2006 10:47 am

Re: Admin Panel

Post by Vixion »

ChALkeR wrote:
Vixion wrote: it's quiet hard to add permissions to a board with 25+ forums without installing an overall permission MOD.
Well, you don't need to configure permissions every day?
No, you need to do it atleast once. And even then, doing every forum one for one is a bit of useless if it can be done in just one single page.
Last edited by Vixion on Sun Jan 15, 2006 11:53 pm, edited 1 time in total.

-CC-
Registered User
Posts: 18
Joined: Sat Nov 13, 2004 10:15 pm

Re: Admin Panel

Post by -CC- »

Glorius Hole wrote: If so, will it envolve just one or two lines of code being added to a file so the module is loaded, or won't you need to alter any code at all (I presume the former, unless there's some sort of module loader going to be implimented)?
You have to add the module (either for ucp, mcp or acp) in the database. This can be done via an SQL statement (many mods require the change of the database scheme anyway, so this can be done too). The other possibility is the great module management via the ACP. There you just have to add the module and the ACP will change the DB for you.

This is what I see in the actual CVS. Please corret me, if I am wrong.

Michaelo
Registered User
Posts: 106
Joined: Thu Apr 01, 2004 7:56 am
Location: Dublin

Re: Admin Panel

Post by Michaelo »

To my knowledge the ACP -> Modules/System section only deals with actual module management i.e your module must contain two functions, install and uninstall these are (I guess!) used to do all the SQL/database work.

Mike
Mods: Forum Icons Enhancement, Kiss Portal Engine
Links:
Kiss Portal Engine (dev site) Stargate Portal (archive site) ...
Styles: Technika

Cap'n Refsmmat
Registered User
Posts: 219
Joined: Tue Jan 25, 2005 11:31 pm

Re: Admin Panel

Post by Cap'n Refsmmat »

Vixion wrote: No, you need to do it atleast once. And even then, doing every forum one for one is a bit of useless if it can be done in just one single page.
I believe in Olympus you can make "presets" of permissions.

Post Reply