Hi,
I've been testing my website as a subscriber as came across a problem..under Settings any subscriber can modify the settings of the widget (e.g. height, width, font). This is very risky. If you could please advise of a solution or how to remove it from the Subscriber's Settings page it would be appreciated.
Thanks.
http://wordpress.org/extend/plugins/announcement-and-vertical-scroll-news/
servlet
Member
Posted 2 years ago #
Hi Luke92,
forget it... plugins's author will not solve the problem.
Bye
servlet
Member
Posted 2 years ago #
Hi,
change line 142 announcement-and-vertical-scroll-news.php in
add_options_page('Announcement and vertical scroll news', '', level_8, "announcement-and-vertical-scroll-news/setting.php",'' );
level_8 is the capabilities. ( http://codex.wordpress.org/Roles_and_Capabilities )
reguards