<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>ShinePHP Forum &#187; Recent Posts</title>
		<link>http://shinephp.com/community/</link>
		<description>General Web development, PHP, MySQL, WordPress and its plugins discussions</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Feb 2012 15:39:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://shinephp.com/community/search.php</link>
		</textInput>
		<atom:link href="http://shinephp.com/community/rss/" rel="self" type="application/rss+xml" />

		<item>
			<title>robertnash on "Appearance Capabilities"</title>
			<link>http://shinephp.com/community/topic/appearance-capabilities#post-308</link>
			<pubDate>Fri, 03 Feb 2012 13:46:47 +0000</pubDate>
			<dc:creator>robertnash</dc:creator>
			<guid isPermaLink="false">308@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Dear Valdimir,&#60;/p&#62;
&#60;p&#62;I have a question about the Appearance menu and it's subcategories. &#60;/p&#62;
&#60;p&#62;I need and end user that I have setup in 'User Role Editor' to be able to edit the 'Menus' category but not widgets, themes, custom theme options (themes.php?page=theme_options) and custom colour options (custom themes.php?page=functions.php).&#60;/p&#62;
&#60;p&#62;I have tried a few settings and also tried using the 'Add New Capability' option but can't seem to get it to work, I have also had a look through the links below but can't work out how to edit the code to the relevant part in the functions.php file.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.shinephp.com/how-to-block-wordpress-admin-menu-item/&#34; rel=&#34;nofollow&#34;&#62;http://www.shinephp.com/how-to-block-wordpress-admin-menu-item/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.shinephp.com/wordpress-admin-menu-permissions/&#34; rel=&#34;nofollow&#34;&#62;http://www.shinephp.com/wordpress-admin-menu-permissions/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Kindest regards,&#60;br /&#62;
Anthony
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vladimir on "Manage options tick box shows tools need to hide it or show YOAST SEO on own"</title>
			<link>http://shinephp.com/community/topic/manage-options-tick-box-shows-tools-need-to-hide-it-or-show-yoast-seo-on-own#post-307</link>
			<pubDate>Fri, 20 Jan 2012 01:29:45 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">307@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Thanks :).&#60;/p&#62;
&#60;p&#62;When you install update for plugin, generally just its file are overwritten with new versions. So you will lose your changes in the yst_plugin_tools.php file. All other settings, options, etc. should be safe as they are stored at the WordPress database.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Vladimir.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robertnash on "Manage options tick box shows tools need to hide it or show YOAST SEO on own"</title>
			<link>http://shinephp.com/community/topic/manage-options-tick-box-shows-tools-need-to-hide-it-or-show-yoast-seo-on-own#post-306</link>
			<pubDate>Fri, 20 Jan 2012 00:31:28 +0000</pubDate>
			<dc:creator>robertnash</dc:creator>
			<guid isPermaLink="false">306@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;You sir are a gentleman! Thank you very much for your help...&#60;/p&#62;
&#60;p&#62;With the negative side, is it just the user settings that will be lost, the actual plugin settings won't be lost will they?&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Robert
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vladimir on "Manage options tick box shows tools need to hide it or show YOAST SEO on own"</title>
			<link>http://shinephp.com/community/topic/manage-options-tick-box-shows-tools-need-to-hide-it-or-show-yoast-seo-on-own#post-305</link>
			<pubDate>Thu, 19 Jan 2012 15:45:30 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">305@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Hi Robert,&#60;/p&#62;
&#60;p&#62;Look at wp-content/plugins/wordpress-seo/admin/yst_plugin_tools.php, line #47. You will see that the most Yoast SEO submenu items is restricted by 'manage_options' capability, as you discovered yourself. That's defined at line #19.&#60;br /&#62;
It's possible to add custom capabilities to the user role, e.g. yoast_submenu, yoast_submenu_item1, ..., yoast_submenu_itemN and turn on for the user just yoast_submenu and needed item capability. In order this system start to work you need to change '$this-&#38;gt;accesslvl' at lines 47-55 to the custom capabilities.&#60;br /&#62;
Negative side - after plugin update you will definitely lose you changes and should make them again.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Vladimir.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robertnash on "Manage options tick box shows tools need to hide it or show YOAST SEO on own"</title>
			<link>http://shinephp.com/community/topic/manage-options-tick-box-shows-tools-need-to-hide-it-or-show-yoast-seo-on-own#post-304</link>
			<pubDate>Thu, 19 Jan 2012 15:09:53 +0000</pubDate>
			<dc:creator>robertnash</dc:creator>
			<guid isPermaLink="false">304@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am hoping you'll be able to help.&#60;/p&#62;
&#60;p&#62;My client wants access to the YOAST SEO plugin options, I can allow him to see this if I tick the manage options button but with that selected he can see all the tools and settings options. Is there a way to hide the tools, and possibly setting options. I have tried all different combinations of options but can't quite figure it out?&#60;/p&#62;
&#60;p&#62;I am running a multi-site.&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Robert Nash
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FatherBear on "URE retains s2member access levels when s2 has been deleted"</title>
			<link>http://shinephp.com/community/topic/ure-retains-s2member-access-levels-when-s2-has-been-deleted#post-303</link>
			<pubDate>Fri, 13 Jan 2012 20:41:09 +0000</pubDate>
			<dc:creator>FatherBear</dc:creator>
			<guid isPermaLink="false">303@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Vladimir&#60;br /&#62;
You were right. I have now fixed both&#60;br /&#62;
Thanks&#60;/p&#62;
&#60;p&#62;FB
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FatherBear on "URE retains s2member access levels when s2 has been deleted"</title>
			<link>http://shinephp.com/community/topic/ure-retains-s2member-access-levels-when-s2-has-been-deleted#post-302</link>
			<pubDate>Fri, 13 Jan 2012 19:56:11 +0000</pubDate>
			<dc:creator>FatherBear</dc:creator>
			<guid isPermaLink="false">302@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Vladimir&#60;br /&#62;
Thanks I tried that but still no luck with removal. I also have a problem with an apparent conflict with another plugin &#34;Front End User&#34; That plug in always says that an administrator has access to the admin functions but it hides thefront end access to the fuctions from me but not from a super admin. I changed my role to super admin and now URE prevents me having access and does not allow me to revert. Any suggestions?&#60;/p&#62;
&#60;p&#62;FB
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vladimir on "URE retains s2member access levels when s2 has been deleted"</title>
			<link>http://shinephp.com/community/topic/ure-retains-s2member-access-levels-when-s2-has-been-deleted#post-300</link>
			<pubDate>Thu, 05 Jan 2012 15:21:35 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">300@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;access_s2member_levels - are capabilities, not roles. Check if they assigned to some other role. Exclude them from all roles, then delete with URE help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FatherBear on "URE retains s2member access levels when s2 has been deleted"</title>
			<link>http://shinephp.com/community/topic/ure-retains-s2member-access-levels-when-s2-has-been-deleted#post-290</link>
			<pubDate>Wed, 04 Jan 2012 22:16:53 +0000</pubDate>
			<dc:creator>FatherBear</dc:creator>
			<guid isPermaLink="false">290@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;S2Member proved to complex for my needs so I removed it. However even though all S2 roles were deleted manually from URE they still appear in the list of roles and capabilities. I tried completely removing any trace of S2 using legacy file manager in Cpanel and uninstalling URE entirely and reinstalling it but the S2 access levels remain. Any suggestions?&#60;/p&#62;
&#60;p&#62;FB
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Used Cars In Chennai on "Edit admin post"</title>
			<link>http://shinephp.com/community/topic/edit-admin-post#post-279</link>
			<pubDate>Wed, 28 Dec 2011 11:19:31 +0000</pubDate>
			<dc:creator>Used Cars In Chennai</dc:creator>
			<guid isPermaLink="false">279@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
I have the same issue. and running around to fix this solution. I tried creating editor role. But could not fix it. &#60;/p&#62;
&#60;p&#62;FYI mine is a multisite environment
&#60;/p&#62;</description>
		</item>
		<item>
			<title>henkerska on "Users adminpage &#34;crash&#34; in Wp3,3 if they dont have mangage_options"</title>
			<link>http://shinephp.com/community/topic/users-adminpage-crash-in-wp33-if-they-dont-have-mangage_options#post-275</link>
			<pubDate>Thu, 15 Dec 2011 06:22:52 +0000</pubDate>
			<dc:creator>henkerska</dc:creator>
			<guid isPermaLink="false">275@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Of course! Thank you for quick response.&#60;/p&#62;
&#60;p&#62;I was seized by panic when the problem occurred in connection with the WordPress 3.3 update. &#34;Like-Button-Plugin-For-Wordpress&#34; Was the culprit this time
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vladimir on "Users adminpage &#34;crash&#34; in Wp3,3 if they dont have mangage_options"</title>
			<link>http://shinephp.com/community/topic/users-adminpage-crash-in-wp33-if-they-dont-have-mangage_options#post-274</link>
			<pubDate>Thu, 15 Dec 2011 00:47:55 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">274@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;I'm sure that problem is not in WordPress 3.3 itself. All standard WordPress roles (subscriber, contributor, author, editor) except administrator have not this capability and WordPress admin page is not crashed. Try to deactivate all plugins you use and login to admin. Then activate plugins one by one and check admin page after every plugin activation. It seems that you have a problem with some of your plugins.&#60;br /&#62;
Do you see any error message in the browser?&#60;br /&#62;
If not try to setup WP_DEBUG constant inside wp-config.php file to true&#60;br /&#62;
&#60;code&#62;define(&#38;#39;WP_DEBUG&#38;#39;, true);&#60;/code&#62;&#60;br /&#62;
and check again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>henkerska on "Users adminpage &#34;crash&#34; in Wp3,3 if they dont have mangage_options"</title>
			<link>http://shinephp.com/community/topic/users-adminpage-crash-in-wp33-if-they-dont-have-mangage_options#post-273</link>
			<pubDate>Wed, 14 Dec 2011 22:09:47 +0000</pubDate>
			<dc:creator>henkerska</dc:creator>
			<guid isPermaLink="false">273@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Some of my users have a small role. I dont want them to &#34;manage_options&#34; on the blog.&#60;/p&#62;
&#60;p&#62;If they dont allows manage_options the adminpage crash in the newest Wordpress relese (3,3). This was not a problem for a few days ago.&#60;/p&#62;
&#60;p&#62;How can i come around this problem?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vladimir on "Will URE limit user access to just certain PARTS of the WP-Admin page?"</title>
			<link>http://shinephp.com/community/topic/will-ure-limit-user-access-to-just-certain-parts-of-the-wp-admin-page#post-272</link>
			<pubDate>Fri, 09 Dec 2011 12:02:11 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">272@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Yes, you can restrict access to some parts of WP admin back-end using URE and allow it to others. Read this post to decide what capabilities you need to include into your new role&#60;br /&#62;
&#60;a href=&#34;http://www.shinephp.com/wordpress-admin-menu-permissions/&#34; rel=&#34;nofollow&#34;&#62;http://www.shinephp.com/wordpress-admin-menu-permissions/&#60;/a&#62;&#60;br /&#62;
and play with User Role Editor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>airpilot on "Will URE limit user access to just certain PARTS of the WP-Admin page?"</title>
			<link>http://shinephp.com/community/topic/will-ure-limit-user-access-to-just-certain-parts-of-the-wp-admin-page#post-266</link>
			<pubDate>Fri, 09 Dec 2011 00:21:54 +0000</pubDate>
			<dc:creator>airpilot</dc:creator>
			<guid isPermaLink="false">266@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Can URE priv a contributor user for access to the WP-Admin Page which would just show USERS, ALL USERS, NEW USER and YOUR PROFILE?   In other words, I want to allow a particular contributor level user to access the WP-Admin page, but restrict this user to a specific set of choices on that page, with none other showing or at least not active?  Note that I'm trying to set privs for WP-Admin access, and NOT to specific pages.  Can URE do that?  If not,is there a plug-in that does manage user access to portions of the WP-Admin page?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Airpilot
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vladimir on "I want the user to go to a specific page after log in and not to the Dashboard."</title>
			<link>http://shinephp.com/community/topic/i-want-the-user-to-go-to-a-specific-page-after-log-in-and-not-to-the-dashboard#post-265</link>
			<pubDate>Thu, 08 Dec 2011 16:54:17 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">265@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Try this WordPress plugin to setup redirection to URL for specific role:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/peters-login-redirect/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/peters-login-redirect/&#60;/a&#62;&#60;br /&#62;
It should help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BigZepFan on "I want the user to go to a specific page after log in and not to the Dashboard."</title>
			<link>http://shinephp.com/community/topic/i-want-the-user-to-go-to-a-specific-page-after-log-in-and-not-to-the-dashboard#post-264</link>
			<pubDate>Thu, 08 Dec 2011 15:49:17 +0000</pubDate>
			<dc:creator>BigZepFan</dc:creator>
			<guid isPermaLink="false">264@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;I want the user to go to a specific page after log in and not to the dashboard, is there a snippet of code or can you tell me what file to edit to accopmlish this? I created a role that needs permission to edit their own profile and nothing else, it works with another plug in for information display. (this is working excellent) But when this custom user logs in it takes them to the dashboard and I need them to go to a specific page on the site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Facebook Hacken on "Restrict Access To Plugins"</title>
			<link>http://shinephp.com/community/topic/restrict-access-to-plugins#post-258</link>
			<pubDate>Thu, 24 Nov 2011 02:14:21 +0000</pubDate>
			<dc:creator>Facebook Hacken</dc:creator>
			<guid isPermaLink="false">258@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Did not work for me. I just use Yoast SEO plugin at the moment. Works like a charm.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vladimir on "Custom menus"</title>
			<link>http://shinephp.com/community/topic/custom-menus#post-257</link>
			<pubDate>Mon, 21 Nov 2011 15:37:51 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">257@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Hi Jean-Yves,&#60;/p&#62;
&#60;p&#62;1st, install this useful &#34;Widget Logic&#34; plugin&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/widget-logic/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/widget-logic/&#60;/a&#62;&#60;br /&#62;
After activating it you will see new field &#34;Widget logic&#34; in every widget you have.&#60;br /&#62;
Just add into that field this expression&#60;/p&#62;
&#60;p&#62;&#60;code&#62;current_user_can(&#38;#39;read&#38;#39;)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#34;read&#34; is capability which every registered user has. If you have more control use other capability (possibly your self-added with help of &#34;User Role Editor&#34;). You can use role name instead of capability there also.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jydurand on "Custom menus"</title>
			<link>http://shinephp.com/community/topic/custom-menus#post-256</link>
			<pubDate>Mon, 21 Nov 2011 15:19:37 +0000</pubDate>
			<dc:creator>jydurand</dc:creator>
			<guid isPermaLink="false">256@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Hi Vladimir ...&#60;/p&#62;
&#60;p&#62;How,it's possible with your plugIn to show specific menu for registred users and hide for visitor website.&#60;/p&#62;
&#60;p&#62;PS: I'm not perfectly bilingual, if you don't understand, just post to be sure ...&#60;/p&#62;
&#60;p&#62;Thanks Jean-Yves
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LordNyu on "User Role Editor - Comment Editor"</title>
			<link>http://shinephp.com/community/topic/user-role-editor-comment-editor#post-255</link>
			<pubDate>Sun, 20 Nov 2011 10:55:15 +0000</pubDate>
			<dc:creator>LordNyu</dc:creator>
			<guid isPermaLink="false">255@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Aw, so its not possible. -.-&#60;/p&#62;
&#60;p&#62;Do you have any Idea if there is any other way to solve this problem maybe by using a completly different code? W/o actually using the wordpress backend and roles i mean? &#60;/p&#62;
&#60;p&#62;Thank you very much for your effort...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brasofilo on "Unfiltered html and MultiSite"</title>
			<link>http://shinephp.com/community/topic/unfiltered-html-and-multisite#post-254</link>
			<pubDate>Sun, 20 Nov 2011 07:55:09 +0000</pubDate>
			<dc:creator>brasofilo</dc:creator>
			<guid isPermaLink="false">254@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Hi, Vladimir,&#60;/p&#62;
&#60;p&#62;i ended up solving the question with a shortcode to build the embed code i needed&#60;br /&#62;
Ipstenu strongly advised me not to enable this feature, and although i'm running a closed network, i decided to follow the advice&#60;br /&#62;
...well, as a matter of fact, i ended &#60;a href=&#34;wordpress.org/extend/plugins/audio-tube&#34;&#62;building a plugin&#60;/a&#62; :)&#60;/p&#62;
&#60;p&#62;but then, the reverse of my initial idea would be nice:&#60;br /&#62;
if running inside MultiSite maybe you should advise &#34;unfiltered_html doesn't works in MS&#34; &#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vladimir on "User Role Editor - Comment Editor"</title>
			<link>http://shinephp.com/community/topic/user-role-editor-comment-editor#post-253</link>
			<pubDate>Sat, 19 Nov 2011 13:42:38 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">253@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Look at this post&#60;br /&#62;
&#60;a href=&#34;http://www.shinephp.com/wordpress-admin-menu-permissions/&#34; rel=&#34;nofollow&#34;&#62;http://www.shinephp.com/wordpress-admin-menu-permissions/&#60;/a&#62;&#60;br /&#62;
As you see 'Comments' section of admin menu is available for those users who has 'edit_posts' capability.&#60;br /&#62;
edit_comment.php file checks it too&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ( !current_user_can(&#38;#39;edit_posts&#38;#39;) )
	wp_die(__(&#38;#39;Cheatin’ uh?&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I didn't investigated the subject in depth, but for this stage it seems that it's impossible to separate comments moderator from the posts editor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LordNyu on "User Role Editor - Comment Editor"</title>
			<link>http://shinephp.com/community/topic/user-role-editor-comment-editor#post-252</link>
			<pubDate>Sat, 19 Nov 2011 13:18:03 +0000</pubDate>
			<dc:creator>LordNyu</dc:creator>
			<guid isPermaLink="false">252@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Hi Guys!&#60;/p&#62;
&#60;p&#62;I have a little problem. I have a wordpress blog. Many people are commenting on my blog, which is good. But sometimes the tone gets a little rude. &#60;/p&#62;
&#60;p&#62;The problem is, i don't have the time to filter all comments and delete inappropriate comments. I would like to name one of my trusted readers as a &#34;Comment Mod&#34; and give him the rights to delete and edit comments under my posts.&#60;/p&#62;
&#60;p&#62;So I installed &#34;User Role Editor&#34; and created a new role with the checkbox &#34;Moderate Comments&#34; checked.&#60;/p&#62;
&#60;p&#62;These are my settings (Screenshot):&#60;br /&#62;
&#60;a href=&#34;http://img707.imageshack.us/img707/2342/screenshotze.png&#34; rel=&#34;nofollow&#34;&#62;http://img707.imageshack.us/img707/2342/screenshotze.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But the test user within this group still can't edit any comments. He can login to the backend and thats all. Did I miss an important checkbox? Whats is going wrong?&#60;/p&#62;
&#60;p&#62;Thanks for your help...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vladimir on "Buddypress Private messaging access"</title>
			<link>http://shinephp.com/community/topic/buddypress-private-messaging-access#post-249</link>
			<pubDate>Mon, 14 Nov 2011 13:59:34 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">249@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Hi Mark,&#60;/p&#62;
&#60;p&#62;Thanks for the question. I haven't decision for this moment, but I will try to investigate a problem. I will return with answer if I have some useful information.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Vladimir.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vladimir on "Unfiltered html and MultiSite"</title>
			<link>http://shinephp.com/community/topic/unfiltered-html-and-multisite#post-248</link>
			<pubDate>Mon, 14 Nov 2011 13:56:43 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">248@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Hi, Rudolf,&#60;/p&#62;
&#60;p&#62;Thanks for the idea. I saw that plugin earlier, but didn't think about adding such feature to User Role Editor due to &#34;Unfiltered-Mu&#34; authors security warning &#34;If you use this plugin your site will be hacked in one way or another if you allow anonymous users on the Internet to create blogs on your site. It's very dangerous&#34;.&#60;br /&#62;
From other side, it is site owner decision and responsibility to use such feature or not, so why do not have such feature as an option including strong security warning of course?&#60;br /&#62;
I will think about it. Thanks again.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Vladimir.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brasofilo on "Unfiltered html and MultiSite"</title>
			<link>http://shinephp.com/community/topic/unfiltered-html-and-multisite#post-247</link>
			<pubDate>Mon, 14 Nov 2011 05:48:55 +0000</pubDate>
			<dc:creator>brasofilo</dc:creator>
			<guid isPermaLink="false">247@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;hi, vladimir,&#60;br /&#62;
first of all, thanks for this great plugin :)&#60;/p&#62;
&#60;p&#62;as your plugin has MS support, wouldn't you consider adding the same functionality as this &#60;a href=&#34;http://wordpress.org/extend/plugins/unfiltered-mu/&#34;&#62;other plugin&#60;/a&#62;?&#60;/p&#62;
&#60;p&#62;cheers,&#60;br /&#62;
rudolf
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markuril on "Buddypress Private messaging access"</title>
			<link>http://shinephp.com/community/topic/buddypress-private-messaging-access#post-245</link>
			<pubDate>Sat, 12 Nov 2011 18:02:16 +0000</pubDate>
			<dc:creator>markuril</dc:creator>
			<guid isPermaLink="false">245@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is there a way for s2Member to allow level0 members to send a Buddypress 'Private message' to level 0 members only. Level 1 members to 'Private message' level 0 and level 1 members only. And level 2 members to 'Private message' all member levels?&#60;/p&#62;
&#60;p&#62;I have no PHP knowledge, so if there is a solution, please can you give me a step by step guide?&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;br /&#62;
Mark.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vladimir on "Editor Role can&#039;t Edit"</title>
			<link>http://shinephp.com/community/topic/editor-role-cant-edit#post-242</link>
			<pubDate>Tue, 01 Nov 2011 13:33:29 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">242@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Hi Nico,&#60;br /&#62;
thanks for the information.&#60;br /&#62;
I missed your previous message somehow. It's good that you found a workaround, but that's still strange, as editor should be capable to edit any page, not only those which belongs to him as an author. Is 'edit_others_pages' capability turned on in your Editor role?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nico boink on "Editor Role can&#039;t Edit"</title>
			<link>http://shinephp.com/community/topic/editor-role-cant-edit#post-241</link>
			<pubDate>Tue, 01 Nov 2011 11:47:46 +0000</pubDate>
			<dc:creator>nico boink</dc:creator>
			<guid isPermaLink="false">241@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Oh, I found it. I had to make the new editor the author of the article which she will edit.&#60;br /&#62;
so simple. thanks anyhow,&#60;br /&#62;
nico
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nico boink on "Editor Role can&#039;t Edit"</title>
			<link>http://shinephp.com/community/topic/editor-role-cant-edit#post-240</link>
			<pubDate>Wed, 26 Oct 2011 16:08:31 +0000</pubDate>
			<dc:creator>nico boink</dc:creator>
			<guid isPermaLink="false">240@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Vladimir, thanks for your reaction, I started as you said by just assigning him the Editor role.When this didn't work I installed  your plugin, and I've been trying and comparing along the way permanently, but no sign whatsoever that gives the Editor the opportunity to edit existing pages on our site, &#60;a href=&#34;http://www.olga-amstelland.nl&#34; rel=&#34;nofollow&#34;&#62;http://www.olga-amstelland.nl&#60;/a&#62;. Don't know what's wrong here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vladimir on "Editor Role can&#039;t Edit"</title>
			<link>http://shinephp.com/community/topic/editor-role-cant-edit#post-239</link>
			<pubDate>Tue, 25 Oct 2011 13:52:43 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">239@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;1st of all there is no need in User Role Editor plugin to give the user opportunity edit published pages. You could just assign him Editor role. That's enough. If you created new role to simulate Editor behavior try to compare them capability by capability. It's possible that you missed something.&#60;/p&#62;
&#60;p&#62;To isolate the problem try for begin just assign that user the &#34;Editor&#34; role, and see can he edit pages or not.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nico boink on "Editor Role can&#039;t Edit"</title>
			<link>http://shinephp.com/community/topic/editor-role-cant-edit#post-238</link>
			<pubDate>Mon, 24 Oct 2011 20:41:23 +0000</pubDate>
			<dc:creator>nico boink</dc:creator>
			<guid isPermaLink="false">238@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;I just installed the user role editor pluginn, in order to give the only user on my website the opportunity to edit published pages. I assigned her role as editor up to level 9. But no way she can do any editing in existing pages. The conversation with Hughstew, here above I cannot follow. Should I deactivate all existing pluginns because the problem lies somewhere else? Quite mysterious!&#60;br /&#62;
Hopefully you can help me solving this problem. Regards, Nico Boink
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pcather on "Confused about where New Capability code goes"</title>
			<link>http://shinephp.com/community/topic/confused-about-where-new-capability-code-goes#post-236</link>
			<pubDate>Mon, 17 Oct 2011 14:39:37 +0000</pubDate>
			<dc:creator>pcather</dc:creator>
			<guid isPermaLink="false">236@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Thanks so much.  Working fine now.  Appreciate your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vladimir on "unfiltered_html  and MU site"</title>
			<link>http://shinephp.com/community/topic/unfiltered_html-and-mu-site#post-233</link>
			<pubDate>Thu, 06 Oct 2011 16:11:40 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">233@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Thanks for the information.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

