tfblog
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Update siteurl and home as well.Been working on this all day (clearly). I am now able to update my netword after removing some of the newly created blogs. The rest of the issue still remains:
1. In snooping around on the backend through my admin, I noticed that this person’s blog was the only one that had “Update siteurl and home as well.” unchecked.
2. The database shows no newly created tables for the testblog I created, nor does it show in the ‘wp_bp_user_blogs” table.
3. When I got to network>Sites and click “edit site” fo the site, the settings tab there has only:
Site Upload Space Quota MB (Leave blank for network default)
Forum: Networking WordPress
In reply to: Update siteurl and home as well.The other thing I am noticing is that in the backend for this newly created subdomain blog, when I got to network>Sites and click “edit site” fo the site, the settings tab there has only:
Site Upload Space Quota MB (Leave blank for network default)
Whereas for older subsites, there are a
large multitude (90+) of fields. The fields start with: Siteurl and ending with Site Upload Space QuotaOne live link would be imtesting.thefertilityblogs.com
Forum: Networking WordPress
In reply to: Update siteurl and home as well.The host hasn’t changed anything. Seems this occured after changing my settings from users can register/create blogs to uses can only register. Yesterday I changed it back to users being able to both register and create a blog…and there started the problem
Forum: Networking WordPress
In reply to: Update siteurl and home as well.Created a new blog with an existing user name:
testblog.mysiteurl.com/wp-login.php takes me to a 500 error
Tried accessing an older existing user’s blog and that one was fine:
oldblog.mysiteurl.com/wp-login.php is fine
Deactivated all recent plugins and still received the error.
Other things I am noticing:1. I am not able to update the network. I receive this error:
Warning! Problem updating . Your server may not be able to connect to sites running on it. Error message: A valid URL was not provided.2. The database shows no newly created tables for the testblog I created, nor does it show in the ‘wp_bp_user_blogs” table.
Hi, can you post what changes you made to the code in order to display the site image? I am trying to do the same and I see on your site that you were able to successfully do this.
Thanks!
Forum: Plugins
In reply to: [Plugin Diamond Multisite Widget]Anyone??
Forum: Networking WordPress
In reply to: Permalink not pointing to users sublogI provided the information you had asked for. Any suggestions?
Forum: Networking WordPress
In reply to: Permalink not pointing to users subloghttp://thefertilityblogs.com/categories/members-recent-posts/ is the page where the plugin appears.
Diamond MultiSite Plugin is the culprit:
http://ww.wp.xz.cn/extend/plugins/diamond-multisite-widgets/The portion of the code I think is responsible is in the original section of this thread. If you need more info, just let me know
Thanks.
Forum: Networking WordPress
In reply to: Permalink not pointing to users sublogIt is actually because of a plugin. All other plugins have worked just fine.
I tried getting support through the plugin forum directly but the request has been ignored. I tried here hoping someone would have a word of advice.
Forum: Networking WordPress
In reply to: Permalink not pointing to users sublogI realize it is slow, my server is having technical problems today.
Is there anything in the above code you can spot that would be an issue?
Forum: Networking WordPress
In reply to: Permalink not pointing to users sublogNo, I’m using a wpmu theme.
The website is http://thefertilityblogs.com
If you go over to this page, you’ll see what I mean:
http://thefertilityblogs.com/categories/members-recent-posts/Forum: Plugins
In reply to: [Plugin Diamond Multisite Widget]Here is the code that is the culprit:
$txt = str_replace('{title}', '<a href="' .get_blog_permalink($post["blog_id"], $post["id"]).'">'.$p->post_title.'</a>' , $txt); $txt = str_replace('{more}', '<a href="' .get_blog_permalink($post["blog_id"], $post["id"]).'">'.$wgt_mtext.'</a>' , $txt); $txt = str_replace('{title_txt}', $p->post_title , $txt); $txt = str_replace('{date}', date_i18n($wgt_dt, strtotime($p->post_date)), $txt); $txt = str_replace('{excerpt}', $ex , $txt); $txt = str_replace('{author}', get_userdata($p->post_author)->nickname, $txt); $txt = str_replace('{avatar}', $av , $txt); $txt = str_replace('{blog}', get_blog_option($post["blog_id"], 'blogname') , $txt);Can you give me an idea of what you put into your .htaccess? I can’t seem to get a response on correcting the issue, but I will pass it along when I do…….
Thanks.
Forum: Plugins
In reply to: [Plugin Diamond Multisite Widget]Does anyone have any suggestions at all?
Forum: Plugins
In reply to: [Diamond MultiSite Widgets] [Plugin: Diamond MultiSite Widgets] subdomainsWhat is the rewrite code that needs to be put into .htaccess for this to work? It’s all pointing to the main site rather than the subsite
Thanks