Page Access Control - Overriding Rules

In the page access control module, is there a way to override rules?  For example, if I have a rule to hide all pages from a membership level, such as /page/, is there a way to override that rule for a single page so that a membership level would be blocked from all pages except a page containing a set of conduct rules; /page/rules?

 

Geeks, making the world a better place
Quote · 9 Jan 2014

I ended up doing each page individually

caredesign.net
Quote · 9 Jan 2014

you can try putting this;   page/[^rules]

Quote · 9 Jan 2014

 

you can try putting this;   page/[^rules]

Interesting, some of the /page/ are blocked and some are not with that rule.

I know that regular expressions can be used but I am a little bit weak on setting them up.

Geeks, making the world a better place
Quote · 9 Jan 2014

yea, that was matching pages with any letter of r u l e s.

this should do it I think    page/(?!rules)

Quote · 9 Jan 2014

 

yea, that was matching pages with any letter of r u l e s.

this should do it I think    page/(?!rules)

Yes, that seems to be working as it should.  Thanks for the help.

Geeks, making the world a better place
Quote · 9 Jan 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.