g
Forum Replies Created
-
mdocs v3.10.10
In mdocs-patches.php there is already that line of code.
<?php
function mdocs_run_patch() {
if(MDOCS_VERSION == ‘3.9.19’ || MDOCS_VERSION == ‘3.9.20’) {
// 3.9.19 patch 1
register_setting(‘mdocs-patch-vars’, ‘mdocs-v3-9-19-patch-var-1’);
add_option(‘mdocs-v3-9-19-patch-var-1’,false);
if(get_option(‘mdocs-v3-9-19-patch-var-1’) == false && is_array(get_option(‘mdocs-list’))) {
update_option(‘mdocs-displayed-file-info’, array());
update_option(‘mdocs-v3-9-19-patch-var-1’, true);
}
}
}I also tried your code as specified and doesn’t work. The empty lines still there and can’t save anything starting from Document List Configuration | Controls the style of the document list table.
Forum: Networking WordPress
In reply to: Migrating WPMU into WP3.1 Multisite subdomain/subfolderOf course not. These edits are made on the live site and this “thing” (‘blogs.holding.local.admin’) appeared for the first time. I never used this enywhere. It seems to me its something that ‘belongs’ to the wp-multi-network plugin.
Forum: Networking WordPress
In reply to: Migrating WPMU into WP3.1 Multisite subdomain/subfolderps. Also, after I unasigned the second network and before I have recreated it, in the plugin admin, the ‘edit network’ link pointed to ‘blogs.holding.local.admin’.
Forum: Networking WordPress
In reply to: Migrating WPMU into WP3.1 Multisite subdomain/subfolderUnasigned. Still does not work (properly). I have to reauth in the second network and after that, if I move back to my main network, Im asked again to reauth here also.
Initially I tought that is something wrong with my settings in the second network so I deleted and recreated the second network. Now, I cant even login in the second network. And on top of it, after the failed login attempt in the second network, WP throws me to my main network on which I have to reauth again.Forum: Networking WordPress
In reply to: Migrating WPMU into WP3.1 Multisite subdomain/subfolderosn.ro is the main WPMS install.
depo.osn.ro and forum.osn.ro are virtual subdomains made via the main site.
blogs.osn.ro was created with the wp-multi-network plugin and asigned to the main site.Forum: Networking WordPress
In reply to: Migrating WPMU into WP3.1 Multisite subdomain/subfolderThanks for the link.
Installed, tested and retested, but…
The registration process still redirects the user to the main site. I have to add the user manually to the virtual subdomain and if the user opts to also get a blog in the registration form, WPMS (by default) sets his address to username.virtualsubdomain.domain.ro
I tweaked the permalinks to point to /%author%/%year%/%monthnum%/%day%/%postname%/ in the admin panel for the subdomain I need this format to apply. After this the user can post on “almost” his own blog.
Why almost!? WP still does not “understands” that the user blog is different from the main subdomain and does not offer/differentiate the option to create categories or pages for the user in his own subdomain site.Forum: Networking WordPress
In reply to: Migrating WPMU into WP3.1 Multisite subdomain/subfolderYes. I guess this could be a proper answer. But the second network should not be independant from the main site. Users will need to have or share their login data, eventually including their role, among the sites of the network regardless on which site of the network they register or authenticate.
Forum: Networking WordPress
In reply to: Migrating WPMU into WP3.1 Multisite subdomain/subfolderI intentionally left that only user accounts can be registered ’till I solve this “issue”.
If I enable the “…and a blog” option, WPMS will create a blog for the newly registered user at username.osn.ro/ but I do not want this format. The subdomains anything.osn.ro are reserved for me. I only want that WPMS make the “…and a blog” for the newly registerd user at blogs.osn.ro/newuser1 blogs.osn.ro/newuser2 and so on.
But as I see this link format I am after, WP understands it as a page of that subdomain. So I guess what I want it’s like a workaround to this.Forum: Networking WordPress
In reply to: Migrating WPMU into WP3.1 Multisite subdomain/subfolderI want to get rid of the old wpmu and also the main domain (wpms 3.1) already houses a lot of articles in it (it’s like a portal in his kind) and virtual subdomains.
There is no problem for a user to register on the main site, but the registration process happens on the root domain, and does not automatically makes a subpage on the subdomain for the user.
Eg. I register as a user (subscriber) on http://domain.com and after that I have access as a user in any (virtual) subdomain of domain.com like blogs.domain.com
But WPMS does not create a blog subpage for my user on the subdomain eg. http://blogs.osn.ro/myusername
ps. I know I can change the registration options from there 🙂Forum: Fixing WordPress
In reply to: WordPress 3.1 network install with user blogs like MUno one?
Forum: Fixing WordPress
In reply to: WordPress 3.1 network install with user blogs like MUps. Also I had a previous instance of WPMU, blogs.domain.com. I also want to export/import existing users and blogs to the new network install – blog.domain.com/(existing imported users/blogs).
same here, top daily and weekly show nothing
any help?