[2.0.8] Forum Permissions List

The cleanup is complete. This forum is now read only.
Post Reply

Rating:

Excellent!
53
67%
Very Good
19
24%
Good
6
8%
Fair
0
No votes
Poor
1
1%
 
Total votes: 79

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

[2.0.8] Forum Permissions List

Post by Extensions Robot »

MOD Name: Forum Permissions List
Author: Graham
MOD Description: This MOD provides a summary listing of the permissions for all of your forums on one screen, with brief tooltip explanations of what that permission setting means, as well as integrated editing of the permissions for either an individual forum, or for an entire category in one go.

MOD Version: 1.0.1 (Updated 05/26/04)



Download File: Forum_Permissions_List_1.0.1.zip
mods overview page: View
File Size: 8903 Bytes

Security Score:
Last edited by Extensions Robot on Mon Apr 30, 2007 12:27 am, edited 1 time in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
wGEric
Former Team Member
Posts: 8805
Joined: Sun Oct 13, 2002 3:01 am
Location: Friday
Name: Eric Faerber
Contact:

Post by wGEric »

MOD Validated/Released
Eric
quentin
Registered User
Posts: 197
Joined: Tue May 20, 2003 7:30 am
Location: Geneva, Switzerland
Contact:

Post by quentin »

is there a demo somewhere so we get a chance to see what it looks like ?

Quentin
The largest message boards on the web !
Web Design Library (coming soon)
Friends sites: Heroes of might and magic - Biometric security
Graham
Former Team Member
Posts: 8462
Joined: Tue Mar 19, 2002 7:11 pm
Location: UK
Contact:

Post by Graham »

Thanks to the team for validating it.

No, there is currently no demo to show what this looks like.
"So Long, and Thanks for All the Fish"

phpBB Useful Links: Knowledge Base | Userguide | Forum Search | MOD Database | Styles Database
My Links: Blog!
Selven
Registered User
Posts: 291
Joined: Fri Nov 08, 2002 7:28 am

global announcement

Post by Selven »

submitted waiting validation gloabl announcement addon
##############################################################
## MOD Title: Permissions List integration with Global Announcement MOD
## MOD Author: Selven < [email protected] > () http://www.zaion.com
## MOD Description: This MOD integrates support for the Global Announcement MOD
## into the Permissions List to enable you to manage permissions
## for Global Announcement on the same screen as the other permissions
##
## MOD Version: 0.3.0
##
## Installation Level: Easy
## Installation Time: 5 Minutes
## Files To Edit:
## admin/admin_forumauth_list.php
## Included Files:
## None
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## These instructions assume that you already have both MODs
## installed on your forum.
##
## These instructions adapted from those for the Attachment MOD
## giving changes to admin_forumauth.php
##############################################################
## MOD History:
## Oct 07, 2003 - Version 0.3.0
## - Initial release of these instructions
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
#-----[ OPEN ]------------------------------------------
#
admin/admin_forumauth_list.php

#
#-----[ FIND ]------------------------------------------
#
// View Read Post Reply Edit Delete Sticky Announce Vote Poll

#
#-----[ AFTER, ADD ]------------------------------------------
#
// Globalannounce added

#
#-----[ FIND ]------------------------------------------------
#
$simple_auth_ary = array(
0 => array(

#
#-----[ IN-LINE FIND ]----------------------------------------
#
),

#
#-----[ IN-LINE BEFORE, ADD ]------------------------------------------
#
, AUTH_MOD

#
#-----[ FIND ]------------------------------------------------
#
1 => array(

#
#-----[ IN-LINE FIND ]----------------------------------------
#
),

#
#-----[ IN-LINE BEFORE, ADD ]---------------------------------
#
, AUTH_MOD

#
#-----[ FIND ]------------------------------------------------
#
2 => array(

#
#-----[ IN-LINE FIND ]----------------------------------------
#
),

#
#-----[ IN-LINE BEFORE, ADD ]---------------------------------
#
, AUTH_MOD
#
#-----[ FIND ]------------------------------------------------
#
3 => array(

#
#-----[ IN-LINE FIND ]----------------------------------------
#
),

#
#-----[ IN-LINE BEFORE, ADD ]---------------------------------
#
, AUTH_MOD

#
#-----[ FIND ]------------------------------------------------
#
4 => array(

#
#-----[ IN-LINE FIND ]----------------------------------------
#
),

#
#-----[ IN-LINE BEFORE, ADD ]---------------------------------
#
, AUTH_MOD
#
#-----[ FIND ]------------------------------------------------
#
5 => array(

#
#-----[ IN-LINE FIND ]----------------------------------------
#
),

#
#-----[ IN-LINE BEFORE, ADD ]---------------------------------
#
, AUTH_MOD
#
#-----[ FIND ]------------------------------------------------
#
6 => array(

#
#-----[ IN-LINE FIND ]----------------------------------------
#
),

#
#-----[ IN-LINE BEFORE, ADD ]---------------------------------
#
, AUTH_MOD

#
#-----[ FIND ]------------------------------------------
#
$forum_auth_fields = array(

#
#-----[ IN-LINE FIND ]------------------------------------------
#
);

#
#-----[ IN-LINE BEFORE, ADD ]------------------------------------------
#

, 'auth_globalannounce'


#
#-----[ FIND ]----------------------------------------
#
']);

#
#-----[ IN-LINE FIND ]----------------------------------------
#
);

#
#-----[ IN-LINE REPLACE WITH ]--------------------------------
#
,

#
#-----[ AFTER, ADD ]------------------------------------------
#
'auth_globalannounce' => $lang['Globalannounce']);

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Tom_S
Registered User
Posts: 524
Joined: Tue Jul 29, 2003 6:54 pm
Location: 127.0.0.1
Contact:

Forums Permissions List

Post by Tom_S »

I edited all that was listed accordingly and uploaded all files as instructed but get this error when accessing it in my admin.

Template->make_filename(): Error - file does not exist

Could you help me understand what I did wrong please?

Thank you.

Tom
User avatar
morpheus2matrix
Former Team Member
Posts: 9171
Joined: Wed Apr 10, 2002 7:31 pm
Location: France
Contact:

Post by morpheus2matrix »

check if you have uploaded all the files of the MOD.
Former phpBB MOD-Team Member -

Forgive my bad English :(

No support by PM/Email - Thanks - You can thanks me here :) - Pay me for installing MOD's :lol:
Tom_S
Registered User
Posts: 524
Joined: Tue Jul 29, 2003 6:54 pm
Location: 127.0.0.1
Contact:

Post by Tom_S »

I did. I am sitting here now trying to figure it out. All there and accounted for.


Tom
User avatar
A_Jelly_Doughnut
Former Team Member
Posts: 34459
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run
Contact:

Post by A_Jelly_Doughnut »

You probably didn't upload the included template files for all of the templates you have installed.
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
Tom_S
Registered User
Posts: 524
Joined: Tue Jul 29, 2003 6:54 pm
Location: 127.0.0.1
Contact:

Fixed

Post by Tom_S »

I got if fixed. As you said. I didn't have them uploaded. I did but in the wrong directory. My humble apologies and I sincerely thank you all for your help.


Tom
dennistt
Registered User
Posts: 271
Joined: Sat May 10, 2003 12:06 am
Location: DennisTT.Net
Contact:

Post by dennistt »

Is there a MOD where you can mass-change the permissions as well? It might be a good addition to this MOD
Graham
Former Team Member
Posts: 8462
Joined: Tue Mar 19, 2002 7:11 pm
Location: UK
Contact:

Post by Graham »

This MOD will let you mass change the permissions by category - just click on the category name, and you will be able to set them for all the forums under that category in one go.

There is also another one in the MOD DB somewhere (or was) which lets you set the permissions of everything in one go.
"So Long, and Thanks for All the Fish"

phpBB Useful Links: Knowledge Base | Userguide | Forum Search | MOD Database | Styles Database
My Links: Blog!
User avatar
tinkerbell
Registered User
Posts: 21
Joined: Sun Jan 06, 2002 9:39 pm

there's already a mod for this...

Post by tinkerbell »

dennistt wrote: Is there a MOD where you can mass-change the permissions as well? It might be a good addition to this MOD


I have that mod, though I've just switched to this one - way better on the eyes 8O . Not sure where I obtained it though. You can do a search here or over at phpbbhacks for the authors (Antony Bailey & Freakin' Booty).
LLusive
Registered User
Posts: 39
Joined: Thu Oct 16, 2003 12:14 am

Post by LLusive »

I have the Global Announcement mod installed, which adds an extra item to the forum permissions. Is there an easy way to get this included on the Permissions List page?

Thanks!
Graham
Former Team Member
Posts: 8462
Joined: Tue Mar 19, 2002 7:11 pm
Location: UK
Contact:

Post by Graham »

Do the instructions posted by Selven earlier in this thread do what you want, or is it a different MOD which you are using?
"So Long, and Thanks for All the Fish"

phpBB Useful Links: Knowledge Base | Userguide | Forum Search | MOD Database | Styles Database
My Links: Blog!
Post Reply

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