Tagged Questions
0
votes
0answers
20 views
Multisite for Multisite?
Is there anyway I can allow users to create their own WordPress multisite network on my multisite network? It will be a premium service and will work much like reseller hosting, where the customer ...
1
vote
1answer
32 views
Getting Custom Post Type content from main-site of a Multisite
I have a multi-site network with 3 sub-sites:
Is it possible to "link" or include custom post to all 3 sites from the main site?
By include or link I don't mean to make other sites to edit them, ...
0
votes
1answer
25 views
Wordpress multisite haml templates
I'm building a very large Wordpress multisite at the moment and while I sort out the project at a top level I want to know if it's possible to use haml or phamlp for my templates instead of php.
I ...
0
votes
0answers
26 views
Spinning Articles and Publishing to Multiple Sites
I have a main wordpress blog site and several small specialized sites that are each similar. I'd like to be able to create original articles using spin code (so I can create many variations on a ...
0
votes
1answer
18 views
Is the wordpress user-model changed in wpmu?
I'm running wpmu on heroku using a postgres extension. It works great, but I have a plugin that needs to get the userId based on the e-mail-adress. This is how it does it:
$sql = 'SELECT id FROM ' . ...
0
votes
0answers
18 views
Plugin De/Activation Not Firing On MultiSite install
I have a very rudimentary plugin in development, but at the point of needing to enable the register_activation_hook() and register_deactivation_hook() I have stalled. I am getting zero output from ...
0
votes
1answer
25 views
Completely remove ability to create users?
I have added the code below to a plugin:
add_action( 'admin_init', 'remove_add_users_cap' );
function remove_add_users_cap() {
$role = get_role( 'administrator' );
$role->remove_cap( ...
1
vote
1answer
99 views
Fatal error: Call to undefined function wp_get_current_user()
I have some strange error or may be I do not have the skills to tackle this issue.
I am building a plugin for Multisite. When is use is_admin(), my plugin works fine but when I use is_super_admin it ...
2
votes
1answer
179 views
Setting up a multilingual wordpress site
I am trying to set up a multilingual site using wordpress. I went through Each language in its own WordPress installation and decided to use this option:
Plugins like Multisite Language Switcher ...
0
votes
1answer
35 views
Run A Function When A New Site Is Created In Wordpress Using Multisite
i am currently developing a multi-site plug-in for word press..
i need to Run A Function When A New Site Is Created In Wordpress Using Multi-site
2
votes
2answers
43 views
Display All Non-Used Plugins
My company currently has a multisite of about 20 sites, and growing every day. We're trying to go through the plugins and set standards. IE, forms use plugin X. However, we have not found a single way ...
0
votes
2answers
131 views
How to run Two Wordpress blogs with different themes and with single database and same content
How do you run two Wordpress blogs with different themes using one database where the content remains the same in both sites? The issue that I am getting is at the Domain mapping in both blogs.
-1
votes
1answer
379 views
Fix How? Fontpress Wordpress Plugin Error “Warning: file_get_contents(C:\./..) failed to open stream: Permission denied” on Win7 64 XAMPP 1.8.1 WP 3.5 [closed]
Fix How? Fontpress Wordpress Plugin Error "Warning: file_get_contents(C:./..) failed to open stream: Permission denied" on Win7 64 XAMPP 1.8.1 WP 3.5
Warning: ...
1
vote
1answer
48 views
WordPress Multisite - get_plugin_data()
I use WordPress Multisite. I have multiple sites with plugins installed. I can successfully get a list of the plugin paths with the option value active_plugins from each site.
I can not get ...
0
votes
1answer
28 views
how to make a wplang for network fill automatically
I made a new network in my website its default language was ar when I add a new website it does not fill it WPLANG automatically, I made it manually but how to make it fill automatically.
1
vote
0answers
56 views
Users are being redirected to main site when trying to register on subsite of my Multisite network
I want to allow my clients on my network to have visitors register on their site. Currently, there is no link or button to allow visitors to access the signup page. This looks like default ...
0
votes
1answer
59 views
why i cannot see some plugins while they are enabled on network admin page?
i am using WPMU 3.3.1, i have some plugins enabled but why i cannot see them in some wordpress panel, it is confusing, but these plugins may take effect to these blogs, it is really strange to take ...
0
votes
1answer
67 views
Trying to output a “Most visited blogs” list in wordpress multisite
Does anyone know how to get a "most visited" list out of Wordpress Multisite?
I got alot of bloggers and have been looking for a way to output a top 10/20 list of most visited blogs, but cant find ...
2
votes
1answer
114 views
Wordpress language switcher
Is there an easy way I can switch between languages (perhaps with some flag icons) on a single Wordpress site? Can this be done with 2 content editors on the same page, or will I have to resort to a ...
0
votes
1answer
62 views
Pulling sub-site content into specific pages
I'm working on a school website. The design calls for a collection of largely static pages, but for each class to have a blog which will be updated every few days.
I know nothing about WordPress or ...
2
votes
1answer
107 views
Inherit plugin settings to new site in Multisite
I use the Breadcrumb NavXT plugin for a WP Multisite. I activated the plugin for all sites so I can use it throughout my network.
My problem is that every time I add a new site I have to change the ...
1
vote
1answer
38 views
Wordpress Multisite plugin delegation
I'm currently familiarising myself with the Wordpress Multisite feature, but there appears to be an option missing:
If I want to install a specific plugin for one of my sites, but not for any of the ...
2
votes
1answer
36 views
Multisite mu-plugins site-specific directory
Is it possible to have a must-use directory within the multisite system that is specific to each individual site?
0
votes
0answers
47 views
Multisite modify global plugin [closed]
i create a plugin to modify product orderer in public pages of wp e-commerce, but the wp-ecommerce is installed on root of a multisite, and dont work
in a wordpress single site work fine
0
votes
1answer
52 views
Do Wordpress plugins suport multisite site?
I will build several community sites that somehow similar structure.
I will use buddypress. I am new to Wordpress I have used Drupal before. Currently buddypress 1.6.1 version states that it works ...
0
votes
2answers
333 views
While using WordPress Multisite is it possible to display data to main site from subsites?
I am using WordPress Multisite:
Main site
--sub site
--sub site
What i need to anything publish to sub sites will auto publish on the Main site
Regards
3
votes
2answers
326 views
How to do I get a list of active plugins on my wordpress blog programmatically?
I have 2 blogs, one which is multisite and one which isn't. I want to get a list of plugins active on both the blogs so I can compare them.
On the multisite blog, I want to list the plugins which are ...
0
votes
3answers
194 views
WordPress network: set themes and plugins for new blog
How can I enable specific themes and plugins for new blogs that have been created with wpmu_create_blog? I'd like to set the themes and plugins in code rather than having a person manually set them in ...
2
votes
1answer
312 views
What is the function to get plugin base url in multisite?
I'm using this function plugins_url().
But it always echoes main site url even in subsite.
So i'm getting ajax errors like Domains, protocols and ports must match.
Lets say my main domain name is ...
0
votes
2answers
124 views
Multisite Plugin - Access options (wp_options) on child sites
Is there a way I can access the wp_options table of all the child sites? I want to create a multisite plugin that can be setup at the network level and will populate the child site plugins with ...
0
votes
2answers
1k views
Media is not attached after import
I am new there and I need some help for importing a wordpress blog.
I have a old wordpress 3.1 blog (no multisites) and need to move to new hosting (a sites under multisites). I don't have the access ...
2
votes
2answers
334 views
Multisite Backup Plugin [closed]
Hi
Is it possible to backup each blog separately from a multisite installation?
Can I do it with: http://wordpress.org/extend/plugins/backwpup/ ?
0
votes
1answer
39 views
looking for a multi-user hello-world plugin
i am jumping neck deep into wordpress. I have set up a muilt-site environment.
I am not looking for a hello-world/tutorial on creating a plugin in a muilt-site environment.
Can i just follow this ...
1
vote
1answer
117 views
Having separate plugins and themes folder for multi-site setup
My multi-site setup uses sub-directory. I am creating one plugin + one theme to customize each of the sites. Is there any way to have separate plugins and themes folder per site like so or something ...
1
vote
1answer
197 views
How to make an interface similar to multi-site for switching between multiple (single) sites for administrators?
I have a few WordPress sites and I want to make it easier to manage. I was thinking of being able to switch sites in the dashboard like WordPress multi-site, but when I was looking into it I see ...
1
vote
1answer
45 views
How do I tell what plugins are used on my multisite install?
I have a bunch of plugins I have installed but never use, others I am not sure if they are used or not. Is there a way to tell what plugins are not active on any site?
0
votes
2answers
95 views
Is it possible to run plugin code when a multisite blog is deleted?
I have a plugin that creates tables when activated or when a new blog is added to a network. When a blog is deleted I would like to be able to remove those tables for that blog. Is there a hook ...
2
votes
2answers
301 views
How to get popular post from across a network?
I have a multisite network on WP 3.3.1. I now need to get all popular posts from across this network (preferably based on the amount of views).
Is this possible, and how do I do that?
0
votes
1answer
203 views
Managing database tables in WordPress multisite
I'm working on plugin that creates and stores some data in database table (using global $wpdb->base_prefix). In WordPress multisite I want sub-website owners to have access only to data that they've ...
1
vote
2answers
166 views
Network: retrieve a list of latest posts
I need to list all the latest x posts from the whole Network in my WordPress Network.
I am already using the Sitewide Tags plugin to collect all posts in a separate blog, but I also need to list the ...
0
votes
1answer
523 views
“Master” Wordpress Multisite - Database Sync
I've had an idea in my head about creating a Wordpress Multisite environment that would have Plugins along with them that would not only have "default" settings, but be able to update each blog's ...
0
votes
2answers
624 views
How can I disable the multisite feature of WordPress 3.0?
I want to use the Google XML Sitemaps plugin and it says: "The plugin will not be active until you disable the multisite mode". I don't need a multisite mode.
0
votes
1answer
91 views
How to get values from network settings panel?
I'm using wordpress 3.3. I've created a plugin
My plugin details:
My plugin creates a sub menu under Network settings and create two form fields to define adsense code (200 x 200 ad, 300 x 250 ad).
...
2
votes
2answers
710 views
Is there a way to share content amongst wordpress sites
We have a set of five health blogs which have been running for about six months. Other than using the same theme (styled slightly differently for each one), they are currently completely separate. We ...
1
vote
1answer
282 views
NGiNX + PHP5-fpm + CDN Tools (plugin) [closed]
I am trying to activate the CDN tools plugin and I keep getting the following error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 30720 bytes) in ...
1
vote
1answer
57 views
How to write a plugin to add users to a mail list
I run a multi-site blog with about 300 sites.
I have an idea that I want to write a plugin that in order to add all administrators of blogs to a MailMan mail-list. I just want administrators though, ...
0
votes
1answer
92 views
Allow public creating their own blogs using multi site feature
Is there a plugin or any other method to allow users to create their own wordpress blog on our server using the wordpress multi site feature
0
votes
1answer
335 views
Share plugins, themes, and multi post in a multidomain network
I have created a network consisting of 3 sites (site1.com, site2.com, site3.com).
Everything works fine, and I can access all three sites fine.
What I need is to be able to share themes, plugins and ...
0
votes
1answer
664 views
Plugin to create unlimited custom shortcodes?
I want to be able to create unlimited shortcodes and use them anywhere on my theme, pages or posts.
The idea is:
A textfield for the shortcode name.
A textarea for the shortcode content (html+js).
...
1
vote
1answer
145 views
Any recommendation on how to manage ads?
I am in the process of creating a network of >40 sites with wordpress, and I am trying to put together the base that each site will use, for example all the sites will use google analytics so I will ...


