mattread
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: < code > tag not working?Try the Markdown Plugin. It works great for me. Also check out the markdown syntax:
http://daringfireball.net/projects/markdown/syntax.phpForum: Fixing WordPress
In reply to: < code > tag not working?Are you using the texturize plugin, or any other plugins?
Forum: Fixing WordPress
In reply to: help a girl with next_post tag?next_post and previous_post will only show when viewing a single post. Like when you click on the permalink to a post it will show links to the next or previous post.
Forum: Fixing WordPress
In reply to: How do I run Javascript within a post?Are you sure it will impact your other posts that much. I find it does more harm than good. I use the “markdown” plugin and disable the wp-texturize, and it works great for me. You should try it and see.
Forum: Fixing WordPress
In reply to: Comments went missing (form and all)Under Options > Disscussion, do you have “allow people to post comments…” checked?
Forum: Fixing WordPress
In reply to: How do I run Javascript within a post?You could try taking out the “wp-texturize” filter in /wp-includes/vars.php. it’s at the very bottom of that file, just comment it out like this:
//add_filter(‘the_content’, ‘wptexturize’);
I’m not sure if that is going to do it for you though. What’s the JS you want to run?
Also any “texturize” or other plugins might be doing that as well.Forum: Fixing WordPress
In reply to: can’t put HTML entities in link namesin /wp-includes/links.php on line 186
$name = htmlspecialchars(stripslashes($row->link_name), ENT_QUOTES);
take out “htmlspecialchars”
$name = stripslashes($row->link_name);Forum: Fixing WordPress
In reply to: can’t put HTML entities in link namesWhy not italicize them in CSS.
font-style: italic;Forum: Fixing WordPress
In reply to: Problems with “ä,ü,ö” and so on.. :(what can I do to make them look proper?
Squint your eyes really tight and turn down the brightness on your monitor. 🙂
Forum: Requests and Feedback
In reply to: FIx trackbacks! Please!I got trackbacks working on my 1.2 install. I changed the “mod_rewrite” generated trackback url from:
http://www.yoursite.com/wordpress/archives/2004/07/03/title/trackback/
to the one used before implementing mod_rewrite:
http://www.yoursite.com/wordpress/wp-trackback.php/<? the_ID(); ?>
Not sure if that will help anyone else.Forum: Fixing WordPress
In reply to: Database errorIf you have shell access or sftp, you can also try deleting the stuff in the temporary folder (usually /tmp/ on Linux).
Forum: Fixing WordPress
In reply to: Disappearing dates?Just use
<?php the_time('D M j, Y'); ?>instead of “the_dateForum: Everything else WordPress
In reply to: Free Suse 9.1 ProI ordered mine a couple of weeks ago and got an email novell the other day saying that the software had been mailed out!
Forum: Installing WordPress
In reply to: We’re having a little trouble selecting the propeDo you have access to CPanel or PHPmyAdmin on your host? If so, you bassically just click on create a database, then set wp-config to that database.
Forum: Your WordPress
In reply to: New install, please give feedbackLooks Perfect on Konqueror 3.2.1. Very nice integration of the tab menu thing. There’s no way that I’m going to boot to windows again so I can’t help you there. Well maybe for Farcry 🙂