[04/02/07] Slick Forum Admin

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

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.

Rating:

Excellent!
2
67%
Very Good
0
No votes
Good
0
No votes
Fair
1
33%
Poor
0
No votes
 
Total votes: 3

Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29220
Joined: Sat Aug 16, 2003 7:36 am

[04/02/07] Slick Forum Admin

Post by Extensions Robot »

MOD Name: Slick Forum Admin
Author: damnian
MOD Description: Better forum management

MOD Version: 1.2.0 (Updated 02/04/07)
Tested on phpBB Version: 2.0.22

Download File: slick_forums_1.2.0.zip
mods overview page: View
File Size: 5979 Bytes



Support for this MOD needs to be asked within this topic. The phpBB Teams are not responsible or required to give anyone support for this MOD. By installing this MOD, the phpBB Support Team or phpBB MODifications Team may not be able to provide support.

This MOD has only been tested by the phpBB MOD Team with the phpBB version listed in the topic. It may not work in any other versions of phpBB.
Last edited by Extensions Robot on Mon Apr 30, 2007 12:29 am, edited 1 time in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
MarkTheDaemon
Former Team Member
Posts: 2771
Joined: Thu Oct 20, 2005 2:42 am
Location: United Kingdom
Name: Mark Barnes

Post by MarkTheDaemon »

MOD Validated/Released

Notes:
User avatar
brandsrus
Registered User
Posts: 102
Joined: Thu Jan 19, 2006 5:36 pm
Location: Leeuwarden, The Netherlands
Contact:

Post by brandsrus »

Are there same screenshots available?
For more information, contact me with pm or e-mail
chris207
Registered User
Posts: 182
Joined: Thu Mar 31, 2005 4:18 am
Location: Maine, US
Contact:

Post by chris207 »

Yea, I'd love to see it before installation.
bellmaster4
Registered User
Posts: 62
Joined: Thu Nov 30, 2006 3:58 pm

Post by bellmaster4 »

yes, please give us a screenshot of the result. That would be very helpful.
mtweldon
Registered User
Posts: 21
Joined: Thu Feb 02, 2006 7:09 pm

Post by mtweldon »

would love to see a screen shot of this also.
mtweldon
Registered User
Posts: 21
Joined: Thu Feb 02, 2006 7:09 pm

Post by mtweldon »

double post...
User avatar
cbrain
Registered User
Posts: 244
Joined: Tue Aug 01, 2006 11:39 am
Location: UK

Post by cbrain »

I would much like to see a screenshot.
User avatar
lefty74
Registered User
Posts: 3649
Joined: Wed Sep 14, 2005 8:26 pm
Location: NL
Contact:

Post by lefty74 »

According to his blog, the author is on holiday.

Anyway, below is the link to the RC of this mod.
http://www.phpbb.com/phpBB/viewtopic.php?t=470858

I will delete the link once he is back from leave and inlcuded his screenshot, rest of the story :wink:
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.
Keav
Registered User
Posts: 1
Joined: Wed Dec 20, 2006 12:25 pm

Post by Keav »

I just tried this mod and it works great, thanks.

I was surprised to see that the "Permissions" column remained on the right hand side, in addition to your added link.

Not like the screenshot in the blog.

I also notice that the release you link to in your blog, on scourceforge, is slightly different to your posted release here. Here you have posted slick_forums_1.0.0a.zip and on scourceforge it is slick_forums_1.0.0.zip

I've used slick_forums_1.0.0a.zip and just changed the code in forum_admin_body.tpl to remove the original permissions column, but I just wanted to check I hadn't done something wrong with my implimentation or that there wasn't a reason for it remaining?

And what are the differnces in your two releases of the code?
User avatar
damnian
Registered User
Posts: 801
Joined: Sat Nov 19, 2005 4:43 pm

Post by damnian »

The author is back from his vacation ;)

Thanks MarkTheDaemon for validating this MOD.
Keav wrote: I was surprised to see that the "Permissions" column remained on the right hand side, in addition to your added link.

I'm as surprised as you are. Double check your installation.
Keav wrote: And what are the differnces in your two releases of the code?

Technically speaking, 1.0.0a isn't "my release". Mark added a supposed extra security measure. I wouldn't include it (it is ACP, after all), but since the MOD team had my permission to do small fixes, it became the official MOD release. I'll post it to SourceForge as well.
MOD Validation Team wrote: We repacked your MOD, fixing a issue located below:

Code: Select all

$cat_id = ( isset($HTTP_POST_VARS[POST_CAT_URL]) ) ? $HTTP_POST_VARS[POST_CAT_URL] : $HTTP_GET_VARS[POST_CAT_URL];
wasn't intval()ed.
I no longer develop for phpBB. Check out my .NET blog!
User avatar
damnian
Registered User
Posts: 801
Joined: Sat Nov 19, 2005 4:43 pm

1.2.0

Post by damnian »

Version 1.2.0 is available for testing.

From now on, you don't have to change permissions for a new forum. Instead, you just create it with the right permissions!
I no longer develop for phpBB. Check out my .NET blog!
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Post by Paul »

MOD Updated to version 1.2.0
See first post for Download Link
deejaybet
Registered User
Posts: 1814
Joined: Thu Dec 08, 2005 2:01 pm
Location: Derry, Northern Ireland
Contact:

Post by deejaybet »

found a slight error in the mod file

within the admin_forums.php file

your mod file said

Code: Select all

#
#-----[ FIND ]------------------------------------------
#
require('./pagestart.' . $phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#

// Start add - Slick Forum Admin MOD
$pruneall = ( isset($HTTP_POST_VARS['pruneall']) ) ? TRUE : FALSE;
$no_page_header = $pruneall;
// End add - Slick Forum Admin MOD

#
#-----[ AFTER, ADD ]------------------------------------------
#

// Start add - Slick Forum Admin MOD
$pruneall = ( isset($HTTP_POST_VARS['pruneall']) ) ? TRUE : FALSE;
if ($pruneall)
{
	redirect(append_sid("admin/admin_forum_prune.$phpEx?" . POST_FORUM_URL . "=-1", true));
}
// End add - Slick Forum Admin MOD
but should it not say

Code: Select all

#
#-----[ FIND ]------------------------------------------
#
require('./pagestart.' . $phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#

// Start add - Slick Forum Admin MOD
$pruneall = ( isset($HTTP_POST_VARS['pruneall']) ) ? TRUE : FALSE;
$no_page_header = $pruneall;
// End add - Slick Forum Admin MOD

#
#-----[ AFTER, ADD ]------------------------------------------
#

// Start add - Slick Forum Admin MOD
$pruneall = ( isset($HTTP_POST_VARS['pruneall']) ) ? TRUE : FALSE;
if ($pruneall)
{
	redirect(append_sid($phpbb_root_path . "admin/admin_forum_prune.$phpEx?" . POST_FORUM_URL . "=-1", true));
}
// End add - Slick Forum Admin MOD
User avatar
damnian
Registered User
Posts: 801
Joined: Sat Nov 19, 2005 4:43 pm

Post by damnian »

deejaybet wrote: found a slight error in the mod file

within the admin_forums.php file


Doesn't it work without that?
I no longer develop for phpBB. Check out my .NET blog!
Post Reply

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