Kitten
Forum Replies Created
-
Forum: Plugins
In reply to: Sanitize Titles MT StyleThis is fixed in the current CVS.
Forum: Fixing WordPress
In reply to: BUG: Permalink rewrite rule wrongNow fixed in 1.2
Forum: Fixing WordPress
In reply to: Restore Database EmergencyYes, just edit the dump file in a text editor. Good break points would be at each table. Then you can upload in bite sized pieces.
Forum: Plugins
In reply to: Location ManagerOk, I dressed up the DL page a little more with a change log, and screen shots.
https://mookitty.co.uk/projects/lm.htmlForum: Everything else WordPress
In reply to: User SupportSeems like TypePad turned out to be MT 3.0 after all.
Forum: Fixing WordPress
In reply to: 2 birds 1 stone | comments / v1.2It’s in the <head> section of index.php. There’s a comment at the end of a line with instructions:
<?php //comments_popup_script(); // off by default ?>
Make it look like that to not have popup comments.
If you want to get content up, go ahead and start writing w/ 1.0.1, but if you’re more interested in the look and feel, you might want to wait.Forum: Everything else WordPress
In reply to: Unrest among MTers expect a little flood towards W283,000 if you put “powered by wordpress” in quotes.
??Forum: Fixing WordPress
In reply to: Image uploading in different directoriesThe quick and dirty workaround for this is just change the destination directory on the Options > Upload page to the directory that you want. Not elegant but workable.
Forum: Fixing WordPress
In reply to: Track/pingbackOne more thing about TBs, if you have ‘require name and email’ ticked for your comments, TBs will be held for modding because there’s no email addy in them.
Forum: Fixing WordPress
In reply to: Track/pingbackThe problem for me with recieving TBs was that the Options > Permalink page was generating .htaccess code that was missing a few characters. Cleaning that up fixed the incoming TB problem. I wasn’t able to figure out a fix, so I forwarded along what I found to Matt. Hopfully he’ll be rolling that in soon. (I had been playing with a new permalink structure, and regenerated my .htaccess file, that’s when things broke for me.)
As for sending TBs, it seems ok.
And Pings seem to be dead in the water for now. ??Forum: Everything else WordPress
In reply to: audblogInteresting, but the funny part is that in one of the example sites pointed to by audblog, the guy is also using https://www.audioblogger.com ! And that’s a free service.
Forum: Themes and Templates
In reply to: New Blogger LaunchYep, the number one way to make anything a hit on the ‘net is to make it ‘skinable.’
Forum: Themes and Templates
In reply to: Please C&C my blog Antifit (CSS version)At the very bottom of your index.php, just inside the last <div> put:
<div id="clearance"> </div>
In your CSS put:
#clearance {
clear: left;
line-height: 0;
height: 0;
}
This should force your #rap to stretch out to cover behind #content.
HTHForum: Fixing WordPress
In reply to: Comment link bug fixedThis was commited to CVS by Matt this afternoon.
Forum: Fixing WordPress
In reply to: my-hacks.php “Legacy”???