Chris_K
Forum Replies Created
-
At Settings -> General there are two URLs — did you change both to a DNS name?
Forum: Fixing WordPress
In reply to: Theme changes not displaying…Well, that’s what caching does 🙂
If you’re actively making changes you’re best bet is to either temporarily disable caching or visit the cache’s options page and manually clear the cache.
Forum: Installing WordPress
In reply to: How to prevent Index.php override index.htmlYup — subfolder. You can’t have two default documents in the same directory and hope for both to work. You’ll go nuts!
When you’re ready to move the WP install, visit Moving_WordPress in the docs for a simple guide.
Forum: Fixing WordPress
In reply to: Chatrooms?Would this work?
I’ve never used it (I have used their “Meebo Me” product though). Looks like it offers embed code so that you could embed the chat room into a page though.
Forum: Installing WordPress
In reply to: Home page problemSeems to be working now?
Forum: Fixing WordPress
In reply to: How can I link to an external site using the menu navigation?See if the “Page Links To” plugin will help.
If you have stuff set to “localhost” and then try to view the site from another machine, things will definitely not work as expected nor desired.
Do keep in mind that everything machine thinks that its name is localhost. Thus, images won’t be found since the machine you’re viewing from is looking for images on itself…
So, for your testing, either do all your viewing from the machine hosting the site or change the URLs under General Settings to be resolvable DNS names.
Forum: Plugins
In reply to: XML import not working in WordPress 3.0Installed the wordpress-importer plugin
Import / Export have been built-in for quite a few releases now, you shouldn’t need a plugin. While logged in as an Admin, look under the Tools menu.
Forum: Fixing WordPress
In reply to: Chatrooms?Did you check the Plugins section here?
http://wordpress.org/extend/plugins/search.php?q=chatForum: Requests and Feedback
In reply to: Huge Security Risk – how come nobody fixed that yet?@euromark — were you logged in to WordPress at the time?
From Peter Westwood:
This reads very much like the standard report of XSS issues which are only present when you are logged in as an admin as you are inherently a trusted user.
The place to to point the user is this FAQ entry – http://codex.wordpress.org/Security_FAQ#Why_are_some_users_allowed_to_post_unfiltered_HTML.3F
Then ask them to report to security@wordpress.org if they find a real issue using a non-admin / editor user
Forum: Fixing WordPress
In reply to: A page that’s an outbound link?Try the Page Links To plugin. Should handle what you’re after.
Forum: Fixing WordPress
In reply to: Themes blowing up installCare to share? Helps folks who search and find this topic.
Forum: Fixing WordPress
In reply to: url structure for postsNo guess here, but it may be helpful for others to know what you have configured at Settings -> Permalinks.
Forum: Fixing WordPress
In reply to: index.php in site urlsIf “Grid Beta” is not running a current version of IIS, that’s the best you’ll ever get, I’m afraid. Newer versions of IIS are capable of getting you pretty permalinks but it takes some configuration that you may or may not be able to do.
With Linux host it’ll “just work”…
Forum: Plugins
In reply to: WordPress.com Stats not giving me any informationThe default footer.php says <?php wp_footer(); ?> not <?php wp_footer(); ?>
I probably need more coffee, but I’m not sure I see the difference.