Joe
Forum Replies Created
-
Forum: Plugins
In reply to: Need Some Plugin Testers- WYSIWYG PluginI’ve updated the page with TWO versions of the plugin. One for WordPress 1.2 and one for 1.5+.
Just be sure to pick the right one for your WordPress version ??
https://mudbomb.com/archives/2005/02/02/wysiwyg-plugin-for-wordpress/Forum: Plugins
In reply to: Need Some Plugin Testers- WYSIWYG Pluginmosco,
The editor only shows up on the advanced editing screen. To get it to show up on a new post, change your setting in Options->Writing to “Advanced Controls”. Then it will load with new posts. Alternatively, you can just click “Advanced Editing” when writing a post.The default user level required to upload is 7. However, you can change this by opening Wysi-Wordpress/plugins/ibrowser/ibrowser.php
Near the top, you’ll see this line:
if ($user_level <= 6)
Change the number to whatever you like. For example to let users with level 3 upload, you would set the number to 2, meaning that the user level must be ABOVE 2 to upload.Forum: Plugins
In reply to: Need Some Plugin Testers- WYSIWYG PluginThanks Bob. I think I used a “1.5-only” hook for the action in my plugin :-(. So, for now, it’s only working with 1.5. Thanks for testing.
Forum: Fixing WordPress
In reply to: Trackback SpamARG! Just got another spam flood!
Forum: Fixing WordPress
In reply to: Trackback SpamFAILURE ??
Looks like my hack didn’t work. I just got another flood of beastiality porn spam.Oh well, back to the drawing board…
Forum: Fixing WordPress
In reply to: Trackback SpamAnyone up for trying a new, completely untested Trackback Spam Stopper hack?
Forum: Themes and Templates
In reply to: Free “A Clockwork Orange” TemplateDoH! Sounds like my host was having some sort of MySQL problem when you tried to connect. Seems to be working okay now.
The template preview on my site isn’t even hooked into a database, so it’s not the template ??Forum: Themes and Templates
In reply to: Design portfolio with WordPressAlso, you might want to try this hack to assist in creation and display of the thumbnails.
Forum: Themes and Templates
In reply to: Clockwork Orange Skin– Site Check?Thanks moshu, I missed that one. Fixed now. ??
Forum: Plugins
In reply to: Spam StopperOops, thanks for catching that. Now fixed in the original post.
Forum: Plugins
In reply to: Those Using The WYSIWYG Hack…Ricecakes: It’s pretty easy to set-up. You can find instructions in the readme file in the download. Basically, you just copy the htmlarea folder to your wp-admin folder and overwrite your edit-form-advanced.php file with the one in the archive.
Forum: Plugins
In reply to: Those Using The WYSIWYG Hack…Don’t go by the screenshot. That’s the old version and the new one looks a bit different.
By default, you can change both font color and text background color. Changing fontsize is not enabled by default, but you can easily add it. Open edit-form-advanced.php. Go to line 154 and you will see a list that looks like this:
config.toolbar = [ [ “bold”, “italic”, “underline”,
Add “fontsize” to the beginning of the list, so that it looks like this:
config.toolbar = [ [ “fontsize”, “bold”, “italic”, “underline”,Forum: Plugins
In reply to: Formatting problem with WYSIWIG pluginThe wysiwyg plugin doesn’t apply any css so I don’t think it could cause this problem. But if you have an example post that shows the font change, post a link and I’ll take a look.
Forum: Plugins
In reply to: WYSI-WordPress HackHmmm… this must be some problem in your WordPress install. I tried copying and pasting from your site, but I couldn’t reproduce the ?? problem. When I copy, paste, and publish, everything looks as it should…
If you’re using a nightly build, you might try switching to the “official” 1.2 release.Forum: Your WordPress
In reply to: Big Pile of Crap…Doh, I always forget to log-in. Post above was from me.