[wp-hackers] remove user level restrictions/limitations

ayj & j yllyn at clear.net.nz
Sun Jun 27 10:55:23 UTC 2004


If I understand you correctly, try changing

$user_level > $authordata

to

$user_level >= $authordata  at the beginning of lines 111 and 112 in
edit.php. You may also need to have a look at the top of menu.php and make
sure all users have access to the page.

(both files in the admin area)

Andrew




----- Original Message -----
From: "Markku Seguerra" <markku at rebelpixel.com>
To: <hackers at wordpress.org>
Sent: Sunday, June 27, 2004 7:40 PM
Subject: [wp-hackers] remove user level restrictions/limitations


> I'm currently trying to customize wordpress for
> a web-zine, something that would publish issues
> every few weeks, with articles archived and
> categorized as well.
>
> Users that will be allowed registration into the
> wp administration will all be editors/writers
> and I want them to have edit/delete permissions
> of any article, whether they wrote it or someone
> else did.
>
> Does anyone have a clue what part of the wp source
> I should edit/hack so that the "edit" section
> in wp-admin allows anyone to edit all entries?
>
> Thanks.
>
>
> --
> markku
>
>
> _______________________________________________
> hackers mailing list
> hackers at wordpress.org
> http://wordpress.org/mailman/listinfo/hackers_wordpress.org




More information about the hackers mailing list