Support » Plugins » New Plugin: Page Access

  • I now present my second WordPress plugin – Page Access.

    This plugin allows the creation of page groups and then allows users to be associated with the groups. If the page is in a group that is associated with the user, then the user is allowed to access the page. Otherwise, they are redirected to another page which is specified on the Page Access admin panel. Personally, I just created another page explaining what is going on – saying that they don’t have access to this page and to contact the admin. If you do it this way, be sure not to restrict that page!

    Also, this plugin is used in conjunction with my Page Restriction plugin. That plugin restricts certain pages to logged in users.

    This is my biggest plugin to date, so let me know what you think!

Viewing 3 replies - 1 through 3 (of 3 total)
  • yem

    (@yem)

    Your plugin sounds interesting.

    Is it possible to hide certain pages (links and menus) from a logged in user who doesn’t belong to that group? I would rather do that then let him click on a links to then inform him that he doesn’t have access to it.

    Thanks

    i get errors with these plugins

    WordPress database error: [Unknown column ‘restricted’ in ‘field list’]
    update wp_posts set restricted=0 where ID=1

    WordPress database error: [Unknown column ‘restricted’ in ‘field list’]
    update wp_posts set restricted=0 where ID=2

    WordPress database error: [Unknown column ‘restricted’ in ‘field list’]
    update wp_posts set restricted=1 where ID=3

    WordPress database error: [Table ‘name.wp_page_access_groups’ doesn’t exist]
    select ID,group_name, group_description from wp_page_access_groups

    Yes i have also same problem.
    If you like to write plugin i have some advises for you.
    I couldn’t find your mail on your website.
    just send me mail serhat343 [at] yahoo.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New Plugin: Page Access’ is closed to new replies.