yngwin
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Possible feature: disable auto-formatting?That’s a good idea MtDewVirus. I may actually use that myself!
Forum: Everything else WordPress
In reply to: Consolidating the three WordPress comment files?NuclearMoose, of course I know I don’t have to use it. But the topic starter was talking about the development perspective. Personally I don’t have issues with it, I send it to /dev/null as soon as I do any new installation.
On the other hand, pop-ups are really not good practice on the web, and as WP is sensitive to the standards community, I thought the developers might consider removing it altogether.
[ Comment moderated. ]
Forum: Everything else WordPress
In reply to: Why did YOU choose WordPress?1. Open Source/Free Software
2. PHP, not Perl
3. Standards compliance
4. Not too heavy (as are full-blown CMSes) -> hackabilityForum: Everything else WordPress
In reply to: Possible feature: disable auto-formatting?That’s only a small part of it, RustIndy. It doesn’t turn off the wpautop function (automatic paragraphing).
You can try commenting out the lines
add_filter('the_content', 'wpautop');
...
add_filter('the_excerpt', 'wpautop');
in the beginning of wp-includes/template-functions-post.phpForum: Everything else WordPress
In reply to: Consolidating the three WordPress comment files?Why can’t we ditch the popup version? Does anyone really need that? Then we end up with just one template file. Much better, if you ask me.
And I agree, the less markup in core functions, the better. Seperation of functionality and template markup is really important!
Forum: Everything else WordPress
In reply to: Happy 21st Birthday, Matt!Happy B-day, Matt! Enjoy!
Forum: Themes and Templates
In reply to: no linebreak between headline and articleYou need to play with display:inline
Forum: Fixing WordPress
In reply to: am/pm confusionI much prefer H:i
Forum: Fixing WordPress
In reply to: errors in backgroundSorry, I made a mistake (’twas late…). You need this:
`#page:after {
content: “.”;
display: block;
height: 0;
overflow:hidden;
clear: both;
visibility:hidden;
}
* html #page { height: 1%; }Forum: Fixing WordPress
In reply to: errors in background.narrowcolumn:after {
content: ".";
display: block;
height: 0;
overflow:hidden;
clear: both;
visibility:hidden;
}
* html .narrowcolumn { height: 1%; }But you really should fix your markup. Lots of XHTML mistakes. That may cause trouble too.
Forum: Requests and Feedback
In reply to: 3 column theme for 1.5It’s in the works. I have a layout. Now I only need a design…
Forum: Fixing WordPress
In reply to: Menuhttps://css.maxdesign.com.au/listamatic/ may help, it has a number of horizontal designs as well, all with css provided.
Forum: Fixing WordPress
In reply to: What version should I be using ?If you can do a bit of php hacking you can upgrade to 1.5beta. If not, stay with 1.2.2, as things work differently and might be broken.
Forum: Plugins
In reply to: Spaminator 1.0r6 for downloadThanks for your work, Kitten! I’ve been using this with great satisfaction :-))
People browsing the repository should note that when viewing a file, at the bottom there are “Download in other formats” links!