Nicki Faulk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need an Urgent Help!Hi Rok, no problem. Also, if you go to the Bad Behavior site, first and foremost like HandySolo says make sure you have the latest version. The author has some WordPress notes on installation and usage, which includes whitelisting. Hope that helps!
Forum: Fixing WordPress
In reply to: wp admin redirecting to page not foundMake a local backup of your themes directory and delete everything in it except for the default themes that come with WordPress (that will force it to choose the default theme, which is Kubrick I think?). Then switch back to the theme you want.
Forum: Fixing WordPress
In reply to: No content when browsing with wwwI can’t see content on either URL, in neither Firefox nor IE.
🙁
Forum: Plugins
In reply to: WP-Members pluginWordPress has a registration page/feature by default. It’s possible that either you have “Anyone can register” turned off in your Options/General tab, or your template is missing the bit of code needed for visitors to access it.
WP register links are (as far as I know) always YOUR_BLOG_URL/wp-register.php
Forum: Fixing WordPress
In reply to: page too long, how can i create a new page coutinue to the old oneYou can use the NextPage tag to break up long pages into multiple pages/parts.
Forum: Themes and Templates
In reply to: how to skin User profile only?You can adjust the user’s role to Subscriber (the lowest one). If I remember correctly, all he/she would have access to is Dashboard and their Profile.
There’s more info on the Codex on this.
Forum: Installing WordPress
In reply to: image padding with RTEYou could always make your post then disable the RTE and go back and edit the post to make the desired styling change(s) and then turn the RTE back on. (but you’d have to go through this every time you wanted that done)
Forum: Fixing WordPress
In reply to: Setting /page/1/ as Oldest PostsIf I’m understanding you correctly, this functionality is not yet in WordPress. As it stands right now (and as with many other blogging systems/softwares/services), the newest will always be listed first, moving gradually down the line to the oldest posts.
I don’t know how the rest of your site is setup, but if you’d like your oldest posts to show first, you can use a plugin like Custom Query String to display your posts in order by date from oldest to newest.
I use this on one of my hobby sites to alphabetize my archives! It’s a great plugin, but you may have to reset it from time to time after big WP upgrades.
Forum: Fixing WordPress
In reply to: Need an Urgent Help!You may need to whitelist your ip and/or the user-agent for posting application of choice in Bad Behavior.
Forum: Fixing WordPress
In reply to: Blog StatsHave you installed, upgraded, deleted, or unactivated any plugins lately? It sounds like you had a stats plugin before, and it isn’t there now.
Forum: Plugins
In reply to: How to use YouTube data in wordpress?There is no way that I am aware of, without using a plugin. YouTube’s current embed code does not include statistics.
Forum: Fixing WordPress
In reply to: uploading picturesYou may need to change the permissions for that directory.
Forum: Themes and Templates
In reply to: URL Not Found on this serverAs neat as Fantastico is, I’ve never had much good luck installing/upgrading WordPress through it. It’s worth it in the long run to do it by hand (IMO). 🙂
Forum: Fixing WordPress
In reply to: bp_ncom.php attack!That file isn’t a WordPress file, so there’d be no problem deleting it.
Forum: Fixing WordPress
In reply to: Error messages when publishingDid you just upgrade?