marmuel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Bilingual Blog – Multisite vs. Plug InI′ve developed several bilingual blogs. I prefer the “plugin-way”
See a example (customer msm) webdesign freiburgHi Brajesh,
everything works fine now! I′ve made a mistake in my theme function.
GREAT PLUGIN!!!
Sorry for that
Cheers MarcoForum: Plugins
In reply to: [BuddyPress Docs] attach files to doc for non-adminsnow, I found the issue in my functions.php! So it is no problem with the plugin:
/** begin avoid access dashboard admin*/
function wp_admin_redirect(){
if( is_admin() && !defined(‘DOING_AJAX’) && ( current_user_can(‘subscriber’) || current_user_can(‘contributor’) || current_user_can(‘s2member_level1’)) ){
wp_redirect(home_url());
exit;
}
}
add_action(‘init’,’wp_admin_redirect’);
/** end avoid access dashboard admin*/Forum: Plugins
In reply to: [BuddyPress Docs] attach files to doc for non-adminsone more informations…really strange:
If I change the theme, it works, so that seems to be no problem of the great plugin. Any tips, where I can begin to debug?
Forum: Plugins
In reply to: [BuddyPress Docs] attach files to doc for non-adminsAdditional Informations:
Mac OSX, localhost on MAMP
Browser: ChromeForum: Plugins
In reply to: [BuddyPress Docs] 404-Error link in Navigation "My Groups" (/docs/my-groups/)yeah, great job! Thank you
resolved in Docs 1.5Forum: Plugins
In reply to: [BuddyPress Docs] Edit for Admin and Mods@boone, you are the best! Thank you for your reply. Cheers Marco
Forum: Plugins
In reply to: [BuddyPress Docs] Edit for Admin and ModsI have the same problem: If a member creates a new doc and set the permissions to “Admins only”. Nobody is able to open the doc. If the admin clicks on read, nothing happens…The creator (member) cannot access the doc (that seems to be o.k.). But If the admin also cannot access, it′ll be deathlock! Any solution?
Forum: Plugins
In reply to: [BuddyPress Docs] 404-Error link in Navigation "My Groups" (/docs/my-groups/)no idea for a better solution?
Forum: Plugins
In reply to: [BuddyPress Docs] 404-Error link in Navigation "My Groups" (/docs/my-groups/)I found out, that this happen if there are no docs in the group.
Is it possible to give a message/alert and not 404-error. It′s a little bit confusing.
Thanks
Cheers MarcoForum: Plugins
In reply to: [BuddyPress Docs] Another Strange Bugresolved
Forum: Plugins
In reply to: [BuddyPress Docs] Another Strange Bugo.k. it has nothing to do with this great plugin. It was a problem with a code snippet in my functions.php. Sorry…
Cheers Marco