Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post [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
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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: [Download] [Hide]
  1. ?>  
  2.  
! do
Code: [Download] [Hide]
  1. ?> 
!


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

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



 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [Mod Release 1.3] Page Permissions 
 
If u have any time xD ... (but remember to delete $HTTP_SERVER_VARS :p)
 



 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [Mod Release 1.3] Page Permissions 
 
No problem, don't worry
 



 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [Mod Release 1.3] Page Permissions 
 
Informpro wrote: [View Post]
No problem, don't worry


Thanks
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [Mod Release 1.3] Page Permissions 
 
after I installed the mod I got this error

Code: [Download] [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.

 



 
PaPa_FoZzYSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [Mod Release 1.3] Page Permissions 
 
Try to disable gzip compression in configuration - Server.

see if that helps
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.  
 



 
PaPa_FoZzYSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
PaPa_FoZzYSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron