mindlesslemming
Forum Replies Created
-
Forum: Plugins
In reply to: Help with new pluginAs a happy user of both WP and shortstat, I can’t see any benefit from trying to shoehorn shortstat into a WP plugin…
It already works so well with WP just by dropping the ‘include’ line into your template page(s).
Plus Shaun has just re-written it almost from scratch, so doing this before the new version is released would be a waste of time.
That said, if you do decide to go for it I look forward to seeing the results.
If you really want to do something awesome with Shortstat, build a Flash/SVG/Client-side generated graphing front end for it ??Forum: Plugins
In reply to: weather plugin icon’s not workingI had this same problem when I installed this plugin… Never did find the problem, but when I cut up the code to replace the
- s with a heading and definition list it all fixed itself :\
Jeremiah – Glad you took my suggestion about alt text.
If anyone wants a version of Jeramiah’s plugin that outputs half as much markup to display exactly the same info, it’s available here:
https://leftjustified.net/wp-content/code-snippets/weather_php.txt
…but is based on version 1.1.2 of the plugin.
Cool plugin – weird bug ??
Forum: Fixing WordPress
In reply to: archives dropdown menuLink: Add a submit button and point the form to a php page which grabs the value and redirects to that url.
Forum: Fixing WordPress
In reply to: Help! Locked out of my blog again!FIXED!
The problem was caused by ZoneAlarm. (running site off localhost)
So, if you’ve got issues logging in to your blog when developing locally, turn off your software firewall ??Forum: Fixing WordPress
In reply to: Help! Locked out of my blog again!I’ve just manually entered all the details for a new user, including an md5()’d password. It still won’t let me in!
*VERY LOUD EXPLETIVE*Forum: Everything else WordPress
In reply to: what’s up with the wiki?I think it might have been ‘slashdotted’, so to speak… Matt linked to the wiki from his site (photomatt) and the traffic jump probably sent the server into a fit.
Forum: Fixing WordPress
In reply to: Drop down lists with post countsWhile not quite what you’re after, using dropdown_cats()
and addingonchange="submit()"
to the<form>
tag is two-thirds of the way there…Forum: Everything else WordPress
In reply to: Displaying Code - s with a heading and definition list it all fixed itself :\