moose1
Forum Replies Created
-
Forum: Plugins
In reply to: [Staff List] First name/last name reversed, no profile linkThanks very much for your help!
Forum: Plugins
In reply to: [Staff List] First name/last name reversed, no profile linkThank you. I as able to get the sorting of the name order correct. I still can’t see where the documentation explains how to do a “Show Profile” link and then link to that profile, as you’ve done on your demo page: https://abcfolio.com/wordpress-plugin-staff-list/live-previews/layout-list/.
Thank you again for your help.
Forum: Fixing WordPress
In reply to: I can install plugins via SFTP client but not via WP adminFar as I can tell, they are correct. Thanks.
Edit: my mistake. I did not have the user permissions set correctly. Thank you for suggestion I look at those.
- This reply was modified 4 years, 10 months ago by moose1.
Forum: Plugins
In reply to: [User Role Editor] Enable URE Business on second installationThanks as always, Vladimir. That worked.
Forum: Plugins
In reply to: [User Role Editor] Users Not In Page Author ListNevermind. I seemed to have fixed it somehow. By changing a user from their custom role to a standard WordPress role (in this case, Author), then changing them back to their custom role, they then appear in the author list.
Thanks.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Line Breaks in Checkbox List?Thanks a lot for this tip.
Forum: Networking WordPress
In reply to: Edit link not working from site searchUpgraded to 3.1.1 and it fixed the problem. Thanks again.
Forum: Networking WordPress
In reply to: Edit link not working from site searchOk, thanks. Planning an upgrade in the next few days.
Forum: Plugins
In reply to: [Stout Google Calendar] [Plugin: Stout Google Calendar] Military time?Nevermind. I just changed the language to English and that fixed it.
Mike,
Thanks for the reply. WP 3.x multi-site doesn’t have an ‘mu-plugins’ folder like the pre-3.0 WPMu did, so I’m guess that’s the difference.
Cheers.
Forum: Fixing WordPress
In reply to: Code tag not working?David,
Yes, that’s the one I’m referring to. Thanks for the link.
I was able to get it to work using the HTML characters for the square brackets and the forward slashes, but if I switch between visual and HTML view in the editor, it strips out the HTML.
But, the HTML did work.
Awesome. Thanks Andrea!
Forum: Fixing WordPress
In reply to: Redirect all old pages to new domainSo I just couldn’t get htaccess to do what I wanted, so I went with my original option, which was to do a php redirect.
<? Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: https://www.new_site.com"); ?>
My mistake before was putting it index.php, which is why it only worked for that one page (duh). Adding it to header.php covers all pages posts.
Thanks again.
Forum: Fixing WordPress
In reply to: Redirect all old pages to new domainThanks all for the tips. I forgot that I could do this via cPanel, which creates the redirect in .htaccess automatically. So, this is what I got now.
RewriteCond %{HTTP_HOST} ^my_old_site.com$ [OR] RewriteCond %{HTTP_HOST} ^www.my_old_site.com$ RewriteRule ^my_blob/?(.*)$ "http\:\/\/new_site\.com\/$1" [R=301,L]
I put this in the root of my Mu install but still it’s not working. I’ll mess around with it some more and report my results.
Thanks again.
Forum: Fixing WordPress
In reply to: Redirect all old pages to new domainHi Gerald,
Thanks for the tip! I just tried doing a redirect with .htaccess by putting the file in the main directory of the theme of the site that I want to redirect (since it’s an Mu site) but it’s still only re-directing the index.php page.
Since I’m re-directing from an Mu install, would I put the .htaccess file in the root of the main site instead?
Cheers,
moose