Mark Jaquith
Forum Replies Created
-
Forum: Themes and Templates
In reply to: designers tipGood tips Martin. I always like to get my positioning done first, and so I give the divs bright colored backgrounds (yellow, pink, orange, blue, green, red, etc). Don’t forget to give backgrounds to html and to body, as this can reveal other browser differences.
Forum: Fixing WordPress
In reply to: Customizing Database Error Pageit is contained at the bottom of /wp-includes/wp-db.php
Forum: Fixing WordPress
In reply to: RSS Aggregator 1969 BugThis is a MagpieRSS question. And it is answered in the FAQ section of the link you provided.
Forum: Plugins
In reply to: Flickr Gallery 0.7 WP1.5, previous photo link error.Chad, good catch. I use this plugin on my site and had never noticed the problem before! Anyway, try this:
Find this:
$output .= "<div class=\"flickr-nav\"><p>";and right below, add this:
if ($prev == 'server') $prev = $photo;That fixed it for me.
Forum: Fixing WordPress
In reply to: comment spam–can’t get rid of itTry these plugins:
http://www.ioerror.us/software/bad-behavior/
http://unknowngenius.com/blog/wordpress/spam-karma/dev/It’s possible that trackbacks were sent to old entries that have pings open.
Forum: Plugins
In reply to: Bad Behavior 1.0-rc1I’ve been using it for several days, and it’s stopped hundreds of attempted accesses by bad bots. Lately, it seems that they’ve stopped even trying to access my site! Spam Karma 2 is getting mighty bored.
Forum: Installing WordPress
In reply to: categories problemkajika, no underline in %postname%… try this rewrite structure:
/%year%/%monthnum%/%day%/%postname%/burgen, make sure Options -> Permalinks -> Category Base is blank
Forum: Fixing WordPress
In reply to: just upgraded to 1.5Yep, follow mdawaffe’s advice.
More info on this issue here:
http://mosquito.wordpress.org/view.php?id=904Forum: Fixing WordPress
In reply to: When not logged in “next page” link is wrongThe problem appears to be the capitalized letters (FatalCure). Change that to ‘fatalcure’ in the WordPress general options page.
Forum: Themes and Templates
In reply to: Will pay money for themeOriginal themes, depending on the features they have, usually take 5-20 hours. I charge $30 an hour, which is relatively inexpensive, actually.
Forum: Fixing WordPress
In reply to: Show trackback URI when comments are closedConstantin,
With the default themes, that is the case. You are using a different theme, so you’ll have to take it up with the author of the theme. You can contact her here: http://beccary.com/contact/Forum: Fixing WordPress
In reply to: align stuff in sidebar after </div>That means that the stuff in your sidebar is too wide for your sidebar. You’ll need to reduce the width of the stuff you put in or increase the width of the sidebar.
Forum: Fixing WordPress
In reply to: Wrong Page Displaying in BlogThose pages are the same…
Forum: Fixing WordPress
In reply to: Trailing slash on permalinks?Yes, make it:
/%postname%/But beware… this structure means that you cannot choose the same post-slug twice… it needs to be unique.
Forum: Plugins
In reply to: Time Fade TitlesVery clever. 🙂 Now you need to add a script that gives entries that old newspaper yellow color.