tjbrewers
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help! Media not displaying from wp-content/blog.dirProblem solved. Something happened in WordPress and .htaccess. Just changing .htaccess did not solve. I had to uninstall and then reinstall WordPress first.
I was able to recreate the initial problem:
1. After turning BulletProof Security, I had updated the Mod_Rewrite Rules, which then wrote to .htaccess and interfered with BPS. Once I did this, the media files in the subdomains (multisite) no longer linked, they were still there, but did not display.
2. I read that reinstalling WP would solve it. Wrong. Made it worse, as now I had to reinstall everything.Word of warning: If you need to rewrite Mod_Rewrite Rules in WP Super Cache and you’re using BPS, restore your original .htaccess file first and then proceed.
Forum: Networking WordPress
In reply to: Change Comment Author linkMarked it as issue resolved.
Thanks for your help!
Forum: Networking WordPress
In reply to: Change Comment Author linkHi Andrea,
Yes, I posted there just a little bit ago.
Thanks, Tonya
Forum: Networking WordPress
In reply to: Change Comment Author linkNo, on the mainsite there is no members/. Although BP is network enabled, it is assigned to the secblog (subdomain), which is where the /members/username exist.
With that, how am I able to hook into comments-template.php?
Forum: Fixing WordPress
In reply to: Display Nav Menus when Theme only allows 1Woohoo I figured it out. Here’s the code I used:
<?php //title attribute gets in the way - remove it $menu = wp_nav_menu( array( 'menu' => 'Main Menu', 'container' => 'div', 'fallback_cb' => 'wp_page_menu', 'container_class' => 'menu', 'echo' => '0' ) ); $menu = preg_replace('/title=\"(.*?)\"/','',$menu); echo $menu; ?>
Forum: Plugins
In reply to: [jQuery Colorbox] [jQuery Colorbox] Not loading in one of my sitesHi Arne,
On second thought, I just deactivated it from the Network settings and then activated it at each subdomain. Must be an older version on my main site theme as it’s not working. Contacted the theme author.
Thanks, Tonya
Forum: Plugins
In reply to: [jQuery Colorbox] [jQuery Colorbox] Not loading in one of my sitesHi Arne,
Nice that it comes with the theme already. Not quite sure where to remove it though. I’ll write the theme author for tips.
Thanks, Tonya
Hi Arne,
Looking at my code, what should I do then?
Thanks, Tonya
Forum: Networking WordPress
In reply to: Main site users not showing up as BP members in secblogThank you to you both. Really appreciate your help.
Andrea, plugin worked great.
Forum: Fixing WordPress
In reply to: Need Login/Welcome/Logout link just below top nav menuThat doesn’t help me with new viewers. Plus, I’m not overly fond of that bar anyway.