ClassiPress ad editing problem with BuddyPress
ClassiPress: 3.1.6
WordPress: 3.2.1 multisite with subdomains
BuddyPress: 1.5.1
ClassiPress is installed on a subdomain, the users can sing up on the main site. There is no problem with posting new ads, but when a user tries to edit a previously posted ad, nothing happens. There is no error message.
Checking the source code of ClassiPress I found, that different permissions needed for posting an ad and for editing an ad.
tpl-edit-item.php line 29: if((!empty($_POST['submit'])) && current_user_can('edit_posts')) {
But there is no permission checking while posting new ads. I'm not sure, but what happens if we skip the "edit posts" permission checking?
It's not recommended to add users to the subdomain site, because they shows up in the blog authors section of the BuddyPress Bar.