Permissions for editing static pages
Posted: Wed Dec 19, 2007 4:40 pm
Hi all,
I would like standard and chief editors of my blog (i.e. any user) to be able to edit static pages created by any user, and not just their own. I assume I ought to be able to change this by modifying the string
in the serendipity_event_staticpage.php file - but I as a newbie I'm afraid I cannot work out what I should change it to. Could someone please advise?
Many thanks!
Rae
I would like standard and chief editors of my blog (i.e. any user) to be able to edit static pages created by any user, and not just their own. I assume I ought to be able to change this by modifying the string
Code: Select all
($serendipity['serendipityUserlevel'] >= USERLEVEL_ADMIN));Many thanks!
Rae