[Mod Release 1.3] Page Permissions »  Show posts from    to     

Icy Phoenix


Old Customizations - [Mod Release 1.3] Page Permissions



DWho [ Sat 25 Jul, 2009 23:04 ]
Post subject: [Mod Release 1.3] Page Permissions
This MOD is designed to allow board administrators to control access at the page
level rather than at the forum level. It is not intended to replace the existing
Icy Phoenix permission system but to supplement it.

For example, a common request is to "protect" the member list by preventing
guests from viewing that page. Or perhaps even only allowing board moderators to
view that information. This MOD will do that. It can also handle pages with
different functions such as profile.php (which handles editing profiles, viewing
profiles, and even new user registrations).

This MOD also sets up a page view counter for each page that you specify. Page
counts are incremented based on MEMBER or GUEST viewing, and can be reset at any
time.

Finally, you can disable individual pages. If a page is disabled users with
ADMIN permissions can still view the pages, which will allow you to work on the
page without other board members seeing what is going on. Want to shut down new
user registrations? Simply set the profile page with mode of "register" to ADMIN
and nobody will be able to register. Want to keep guests from viewing member
profiles? Want to restrict access to a custom php page to members of a specific
group? This MOD can do all of that. You can even set up a custom message (one
language only) for each page that you disable.

Access levels include:
Guest
Registered
Private
Moderator
Administrator

Note that there is a loophole with "moderator" permissions. Users that have ever
been a moderator of something may still have a user_level value of "2", which
means that they can still appear as a Moderator. This is not a problem with this
MOD, and to the best of my knowledge has been fixed in the latest versions of
phpBB. One quick fix that is very easy to do: Go into your admin panel and make
the user an Administrator and then set them back to User right away. That will
reset the phpbb_users.user_level field to 0 (user) rather than 2 (moderator).

What about non-phpBB Pages?
This MOD can be used to set permissions for *any* page in your board, even
something that is not a part of the standard phpBB distribution. You must,
however, include the phpBB session handler in order for this to work. At the
current time all pages must be in the same directory as the forum. There is a
file (newpage.zip) in the contrib folder of this MOD that will show you how to
do that.

Download Here please

Enjoy


spydie [ Sat 25 Jul, 2009 23:20 ]
Post subject: Re: [Mod Release 1.3] Page Permissions
DWho, you gonna drive me crazy.

Can´t update page as fast as you release this Mod´s


DWho [ Sun 26 Jul, 2009 11:08 ]
Post subject: Re: [Mod Release 1.3] Page Permissions
spydie wrote: [View Post]
DWho, you gonna drive me crazy.

Can´t update page as fast as you release this Mod´s


lol


Informpro [ Mon 28 Sep, 2009 15:35 ]
Post subject: Re: [Mod Release 1.3] Page Permissions
error: $HTTP_SEFVER_VARS is deprecated. Please use $_SERVER instead :p


And, because of alot of bug, never do
Code: [Hide]
  1. ?>  
  2.  
! do
Code: [Hide]
  1. ?> 
!


Code: [Hide]
  1. if ( $disable_page )  
  2. {  
  3. message_die (GENERAL_MESSAGE, $disabled_message);  
Maybe check "in_array(explode(',', MAIN_ADMINS_ID), ...)

Code: [Hide]
  1. append_sid("$thisPage") 
Loose time for nothing ... append_sid($thisPage); take less time ..


DWho [ Mon 28 Sep, 2009 16:46 ]
Post subject: Re: [Mod Release 1.3] Page Permissions
lol thanks.. i only ported the mod.. not going through the code..

dont have time nor the finance...

but thanks for going through the mods for errors... always helpful



Informpro [ Mon 28 Sep, 2009 18:29 ]
Post subject: Re: [Mod Release 1.3] Page Permissions
If u have any time xD ... (but remember to delete $HTTP_SERVER_VARS :p)


DWho [ Mon 28 Sep, 2009 23:11 ]
Post subject: Re: [Mod Release 1.3] Page Permissions
Informpro wrote: [View Post]
If u have any time xD ... (but remember to delete $HTTP_SERVER_VARS :p)


will do ... sorry if i sounded a bit short in my last post having a bad day.. no excuse so my apologise



Informpro [ Tue 29 Sep, 2009 08:18 ]
Post subject: Re: [Mod Release 1.3] Page Permissions
No problem, don't worry


DWho [ Tue 29 Sep, 2009 10:49 ]
Post subject: Re: [Mod Release 1.3] Page Permissions
Informpro wrote: [View Post]
No problem, don't worry


Thanks


PaPa_FoZzY [ Tue 06 Apr, 2010 04:31 ]
Post subject: Re: [Mod Release 1.3] Page Permissions
after I installed the mod I got this error

Code: [Hide] [Select]
Content Encoding Error













The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.








* Please contact the website owners to inform them of this problem.


DWho [ Tue 06 Apr, 2010 10:43 ]
Post subject: Re: [Mod Release 1.3] Page Permissions
Hi this is a firefox browser error...

could you tell me what version of firefox you are using and if you need to update it and any plugins you have installed... also dump the cache in firefox to see if that helps

if you are not using firefox can I have a link to your site so I can have a look...

thanks



spydie [ Tue 06 Apr, 2010 11:08 ]
Post subject: Re: [Mod Release 1.3] Page Permissions
Try to disable gzip compression in configuration - Server.

see if that helps


PaPa_FoZzY [ Wed 07 Apr, 2010 01:46 ]
Post subject: Re: [Mod Release 1.3] Page Permissions
I'm using the latest version of fire fox I'm also unable to access the site from IE on my other computer and I did clear the cache and cookies and my link in www.para-hunters.com.

I removed the mod step by step and it's still not loading.


spydie [ Wed 07 Apr, 2010 08:54 ]
Post subject: Re: [Mod Release 1.3] Page Permissions
Try to disable gzip compression in your site

ACP-Configuration-Server

And clear the cache of your Icy aswell


BTW:

Your page opens fine for me


PaPa_FoZzY [ Thu 08 Apr, 2010 01:53 ]
Post subject: Re: [Mod Release 1.3] Page Permissions
I re uploaded my original files then it started working again. and the I was able to go to my ACP and disable gzip compression and clear my cache. Haven't tried re installing the mod again yet

thanks




Powered by Icy Phoenix