jasontromm
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Version 3.0 FeaturesI’d like to see a feature that would allow you to merge tags. Say someone has two different tags: “dog” and “dogs.” I’d like a way to merge both of them as “dogs.”
Forum: Installing WordPress
In reply to: Cannot run upgrade.phpActually, it was the file/directory permissions that were causing the problem. Once I did a
chmod -R 755 wordpress, everything worked fine.Forum: Plugins
In reply to: multi-topic-icon pluginactually, it’s not a problem with the multi-topic-icon plugin. I think it’s a problem with get_post_custom_values() in the base code. If you have a *lot* of entries in wp_postmeta like I do, I think it breaks the caching functions build into WP 2.0.
Forum: Plugins
In reply to: Icons in postsTry this one: http://www.khertz.net/multi-topic-icon/
It’s actually better than mine.
Forum: Plugins
In reply to: Topic Icon PluginPlease e-mail me if you want this plugin. (webmaster@trommetter.org)
Forum: Fixing WordPress
In reply to: Trackback problems in 1.3-alpha-3Is that fixes for outgoing pings? Which files did you commit?
Forum: Plugins
In reply to: Another Random Quote ImplementationYes, there has been some downtime for my website over the past few days. Dreamcode Hosting is getting ready to move my site over to another server.
Forum: Plugins
In reply to: Trackback After PublishHow do you delete a thread? This one was misnamed!
Forum: Plugins
In reply to: Topic Icon PluginI’ve made a few improvements. Get the code.
Forum: Fixing WordPress
In reply to: Alternative smileys?Forum: Plugins
In reply to: WYSI-WordPress HackIf you’re using Mozilla, there’s always Composite. Doesn’t require any hacks to WordPress.
http://composite.mozdev.org/Forum: Plugins
In reply to: Topic Icon PluginHaven’t decided how to handle multiple categories.
I’ve also added one more thing to the to do list:- Don’t create a topic icon if the topicicon field = ‘none’
Forum: Plugins
In reply to: Topic Icon PluginTo Do:
- Verify the graphic exists first.
- Add code to get the size of the graphic from the file and put height and width attributes on the img tag.
- Automatically pick a graphic if one is not specified?
Forum: Fixing WordPress
In reply to: No email notifications of new postsI’m not seeing an option to turn on e-mail notification in my Options -> Reading screen. I’m running 1.2-epsilon-RC1, do I need to upgrade?
Forum: Plugins
In reply to: WordPress File Manager HackHow do I unpack an .rar file on a Windows machine?
I also use cygwin if there’s a GNU command line utility to unpack .rar files.