buskerdog
Forum Replies Created
-
Forum: Plugins
In reply to: A plug-in to allow users to change font size?Well, I found a Mike Industries JS version that doesn’t look the way I want but it does handle the functionality pretty well: http://www.mikeindustries.com/blog/
I guess I can make that work.
Forum: Fixing WordPress
In reply to: Changing LOTS of posts to “comments on”anyone?
Forum: Fixing WordPress
In reply to: “Email this post to a friend” How do I do it?errr, is there a way to do it within WP? I have a feedburner account but I don’t really know how to use it yet and this seems like something that should be able to happen from within WP, either with a plug in or some code.
Forum: Fixing WordPress
In reply to: DIV and Paragraph beheaver in 2.1empoor: here’s a screen shot of 2.04: http://img171.imageshack.us/img171/3528/wp204vj2.gif
You can see the paragraph tags.
And for comparison again here’s 2.1: http://img265.imageshack.us/img265/6854/wpnoparadf0.gif
Does anyone have any idea what to hack to show paragraph tags in code?
Forum: Fixing WordPress
In reply to: DIV and Paragraph beheaver in 2.1But I feel like in 2.0x I would click “view HTML” and it would show all the paragraph code. Really, all the code. The way it is now, adding in the p tags later it’s adding them all wrong and causing dozens of validation errors with stuf like
<p><strong>content</p></strong>Any idea why that would be happening? Having the ability to edit all the html was crucial in the earlier versions. Why should that change?
Forum: Fixing WordPress
In reply to: DIV and Paragraph beheaver in 2.1I posted this elsewhere but it’s not getting any attention. Here’s what I see in the visual and code editors:
http://img265.imageshack.us/img265/6854/wpnoparadf0.gif
As you can see there are no < p > tags in the code. This is causing problems. What’s going on?
Forum: Fixing WordPress
In reply to: WYSIWYG editor losing HTML on 2.1Did anyone come up with a solution to the paragraph break issue? I made an image that shows what I’m seeing:
http://img265.imageshack.us/img265/6854/wpnoparadf0.gif
Clearly there are no paragraph breaks in the code window. That is causing all sorts of validation issues and other problems. What’s up?
Forum: Fixing WordPress
In reply to: WYSIWYG editor losing HTML on 2.1“This is correct, though, with 2.1; code in “code” only, not in wysiwyg.”
And even then not really. Note the missing < p > tags.
Forum: Fixing WordPress
In reply to: WYSIWYG editor losing HTML on 2.1I’ve noticed this too. What’s weird is that if I do “View source” for a post once it’s live the HTML is back in but it’s set up kind of wrong, like
<p><strong>content</p></strong>which causes validation errors. I’m sure this will be a key 2.1.1 fix. I’m personally looking forward to it!Forum: Fixing WordPress
In reply to: static page to front pageVery swanky new feature!
Forum: Fixing WordPress
In reply to: WYSIWYG and Firefox: No cancel and insert buttonsThis is probably not helpful but are you sure you successfully upgraded? I noticed most of my WYSIWYG options other than bold and italics missing but then just realized that I had had an upload screwup and some of the WP files had not uploaded.
Two solutions:
1) Put the IMG code in the excerpt box and use that on the main page. The you can also call up the excerpt in your posts so you don’t have to have the image code twice.2) not as nice but I actually do this for one site: make image thumbnails and name them with the number of the post ID. Then put something like
<img src="http://www.mydomain.com/images/<?php the_ID(); ?>.jpg" alt="<?php the_title(); ?>" />in your template. It’s sort of a pain making the thumbnail with this stupid ID name but it works great.Forum: Fixing WordPress
In reply to: unresponsive scriptStill having the problem. 🙁 I guess my entry is just too long. I’ll switch to a different computer and use stupid IE to make the edits.
Forum: Fixing WordPress
In reply to: unresponsive scriptIn fact I’m not. I will install it right now. Thanks!
Forum: Plugins
In reply to: google toolbar button plugin?You’re the man. This should become a hot plugin since every WP user can find a use in it.