abidan
Forum Replies Created
-
Forum: Plugins
In reply to: [Multi Plugin Installer] permissions issueDidnt work trying this replacement insteal
<?php
if (!current_user_can(‘manage_options’)) {
_e(‘You do not have sufficient permissions to manage plugins on this blog.
‘,’mpi’);
return;
}
?>Forum: Plugins
In reply to: [Multi Plugin Installer] permissions issueI fixed this on my installation (even though i am admin with full rights) by completely removing the lines at the top of mpi_appearance.php
<?php
if (!current_user_can(‘edit_plugins’)) {
_e(‘You do not have sufficient permissions to manage plugins on this blog.
‘,’mpi’);
return;
}
?>not sure if this will work fully yet am still testing
Forum: Plugins
In reply to: [WP Help] Sync pull breaking at linksHave you checked plugins and feed settings on both the receiving site and the site that the feed is sent from? Mine is randomly working after doing the same thing and the only settings i changeed were plugins affecting excerpts and the feed setting to full rather than summary on both sites. I also removed the feed sync url from the site receiving the feed which allowed me to delete all posts, then i added the feed again and re-synced?
Hope that helps somehow?
Forum: Plugins
In reply to: [WP Help] Sync Pull not workingCheck and advanced excerpt plugins installed on the site that is pulling data from the source. I had Advanced Excerpt installed on a clients site and I changed settings so that it showed more words etc … all working now ?? I think excerpt plugins are cropping the page content.
Abi
https://www.buildmeafabwebsite.co.ukForum: Plugins
In reply to: [WP Help] Sync pull breaking at linksCheck and advanced excerpt plugins installed on the site that is pulling data from the source. I had Advanced Excerpt installed on a clients site and I changed settings so that it showed more words etc … all working now ?? I think excerpt plugins are cropping the page content.
Abi
https://www.buildmeafabwebsite.co.uk