mrkryptic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: SQL error and no 404Anyone?
Forum: Fixing WordPress
In reply to: Preview while editing – Not workinglol thanks. It had me confused.
Forum: Fixing WordPress
In reply to: Hyperlink QuestionsIf you use the visual editor you have to use the insert link button, otherwise use something like this:
<a href="url here">url name</a>Forum: Fixing WordPress
In reply to: Akismet MySQL errorbump
Forum: Fixing WordPress
In reply to: Added New User, But They Aren’t Able to Login!They should use the built in register form to register, and then you can up their access levels.
Forum: Fixing WordPress
In reply to: Mindboggling IE Header ErrorJS Fix: http://homepage.ntlworld.com/bobosola/
Doesnt always work, and can bork the layout. Happened to me once.Forum: Fixing WordPress
In reply to: Author Comment Highlightbump
Forum: Your WordPress
In reply to: Please help with my student siteYou have a massive ad on your site that flashes colours :/ Thats a huge turn off from visiting the rest of the site.
Forum: Your WordPress
In reply to: WHATAYARECKON?Open up sidebar.php, and change this line:
<?php wp_list_pages(”); ?>
to
<?php wp_list_pages(‘sort_column=menu_order&title_li=’); ?>then go to page management and set the page order the page order box on the side.
Forum: Everything else WordPress
In reply to: wordpress.org broken for me in FFI had this problem earlier in Firefox on Linux. Looked fine on Konquror (sp?), but in Firefox, it wouldn’t apply the css. Looks fine now at home using Firefox.
Forum: Installing WordPress
In reply to: Upgrade WordPress 2.1Uploaded to my site, was having problems earlier:
Forum: Installing WordPress
In reply to: Upgrade WordPress 2.1Here is a quick and dirty video example I put together: http://www.axifile.com/?9460158
The video quality isn’t too great, but you can understand whats going on.
Forum: Fixing WordPress
In reply to: Not spam comments disappearingIf you upgraded to 2.0.6, make sure you update the askimet plugin, a new one was released.
Forum: Fixing WordPress
In reply to: Upgrade to 2.0.6: Didn’t load upgrade.phpThanks for explaining that, this is my first time I’m upgrading, so I was a little worried when I wasn’t prompted to update the changes.