Sabine Schröder
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Theme "Quality Control" ready to use with multisite?@ Andrea & SpencerFinell,
thanks for your postings, and thanks for the great theme!
Forum: Networking WordPress
In reply to: Allow plugin-access by $blog_idSorry, i made a mistake in my last post. I try to explane it:
On
/wp-admin/ms-options.phpi diabled the optionEnable administration menus(because i dont want to give plugin-access to my users), but i want that some special blogs can still access the plugin-managment. Now i want to write a plugin where i can list all $blog_id´s and give them access like:if($blog_id == 1234 || $blog_id == 1235 || $blog_id == 1236) function_to_allow_plugin_access();Is there a core function for this, or can i overwrite the setting´s from
/wp-admin/ms-options.phpBest regards and thanks for your help!
Forum: Plugins
In reply to: adserve – need helpAdd a new Banner:
dashboard > manage > adsUse the Field
Blog Userand write the advertisersusernamein it.After this, the advertiser find his stats with:
dashboard > adsForum: Plugins
In reply to: [Plugin: AdServe] Wrong credit counterGood idea!
Forum: Fixing WordPress
In reply to: WP-Cache problemHi,
i think its your Theme. I run 2 Blogs on my Server.
1. Blog use Loops* to display postings (sort by cat) in the sidebar
2. Blog didn´t use LoopsOn Blog 1 WP-Cache tell me “0 cached pages”, in Blog 2 WP-Cache works perfect. Now i change my Theme on Blog 1 and WP-Cache works fine here too.
Does anyone have a fix for this?