On Thu, Jan 11, 2007 at 04:56:07PM -0500, The Editor wrote:
> First, on the subscription/unsubscriptions page, I have a page list
> used to check and see which mail lists a member is subscribed to, (the
> page allows them to subscribe/unsubscribe at the click of a
> button--and then is supposed to dynamically reflects those changes):
> 
> Current Subscriptions:
> (:pagelist {$Email} group=MailList name=-Template list=normal fmt=#title:)
> 
> It works fine as long as they have read permission to the MailList
> group, but when they don't it won't show any subscriptions.  The
> reason is not because the pagelist is protected, but rather, I'm
> guessing, because pagelist can't read the target pages to test for the
> search criteria (their email address), all the lists fail.  I've
> verified using two browsers (one with admin access) that the user is
> indeed adding and dropping himself to/from the lists, so that is not
> the problem.  It's just the pagelist can't see that.
 
Have you tried setting 
$EnablePageListProtect = 0;

That should disable pagelist protection, which means that it would be
able to list pages that the user isn't allowed to read.

Kathryn Andersen
-- 
 _--_|\     | Kathryn Andersen  <http://www.katspace.com>
/      \    | 
\_.--.*/    | GenFicCrit mailing list <http://www.katspace.com/gen_fic_crit/>
      v     | 
------------| Melbourne -> Victoria -> Australia -> Southern Hemisphere
Maranatha!  |   -> Earth -> Sol -> Milky Way Galaxy -> Universe

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to