schaef2493
Forum Replies Created
-
Forum: Plugins
In reply to: [HTTP Authentication] Login Redirect LoopHey Daniel,
Thanks for the quick reply. I added an .htaccess to the wp-admin (in addition to the one in WP root).
They both have this content:
AuthType Shibboleth
ShibRequireSession On
Require ShibbolethI cleared all my cookies and am still getting the issue.
Forum: Plugins
In reply to: Show a popup message warning is user uses IE 6 or older. Is that possible?Najkiie, sorry my solution didn’t work out too well. Could you post what you did to get the message box working, though?
Forum: Plugins
In reply to: Show a popup message warning is user uses IE 6 or older. Is that possible?Use this code:
<!--[if IE 5]> <script language="Javascript"> <!-- alert ("It looks like you aren't using Internet Explorer 7. To see our site correctly, please update.") //--> </script> <![endif]--> <!--[if IE 5.0]> !-- alert ("It looks like you aren't using Internet Explorer 7. To see our site correctly, please update.") //--> </script> <![endif]--> <!--[if IE 5.5]> !-- alert ("It looks like you aren't using Internet Explorer 7. To see our site correctly, please update.") //--> </script> <![endif]--> <!--[if IE 6]> !-- alert ("It looks like you aren't using Internet Explorer 7. To see our site correctly, please update.") //--> </script> <![endif]-->
Forum: Plugins
In reply to: Post by email as draftTo the OP, go ahead and install the WP plugin Postie. It offers more features than the post by email module that is included with WordPress.
After you download it, open up the Postie folder and locate postie-functions.php. On line 63, you’re going to want to change ‘post_status’ => ‘publish’ to ‘post_status’ => ‘draft’.
Next, just upload it to your site and configure it via the options panel. All posts received by Postie will then be marked as a draft.
Forum: Fixing WordPress
In reply to: Won’t change from military time!That would affect even the admin??
Forum: Plugins
In reply to: Featured Content Gallery 2 w/ Ikarus???Wendy, any updates?
Forum: Fixing WordPress
In reply to: Permalink NightmareUPDATE: I made some changes to Apache and I am no longer getting the Apache 404 so I am now getting the WordPress 404 with or without permalinks on. My wp-admin + homepage work, by the way.
Forum: Fixing WordPress
In reply to: Multiple Style.css & Configuration.php filesThanks, that was a huge help. One thing, it seems that the is_front_page conditional is being returned as true no matter what. The only way I can get the second style sheet to display is if I change “style.css” to “style2.css”.
Thanks again.