alains
Forum Replies Created
-
Forum: Themes and Templates
In reply to: zebra-styled-commentsNope …found same code on WP 2.04 too.
Don’t know if it’s in 1.5 and prior versions as I don’t have a copy.Forum: Fixing WordPress
In reply to: Entire entry on home instead of just the headlinehttp://codex.wordpress.org/The_Loop
and
http://codex.wordpress.org/The_Loop_in_ActionEssential reading with examples and explanations.
Forum: Themes and Templates
In reply to: zebra-styled-commentsIn default theme with WP 2.3 there is file comments.php
There on line 42 you’ll find:<?php /* Changes every other comment to a different class */ $oddcomment = ( empty( $oddcomment ) ) ? 'class="alt" ' : ''; ?>So just style the class alt in your css.
Example: .alt { background: #ccc; }Forum: Themes and Templates
In reply to: Remove Blog Titlenp 🙂 Glad to help if I can.
Forum: Plugins
In reply to: Annoying break of validation by widgets …I was having a problem with one widget too. But it is all up to you to find out the problem and change the code acordingly. You can also post the problem on authors blog.
As for the solution:
Try using DOM inspector as a Firefox plugin or IE7 own webmaster toolbar. It helps you a lot with finding out those errors.Forum: Themes and Templates
In reply to: Remove Blog TitleIt’s in your theme directory: header.php
Search for <?php bloginfo(‘name’); ?> and remove it.Forum: Fixing WordPress
In reply to: navigation: same category AND custom field?Thanks! I’ll give it a try.
Forum: Plugins
In reply to: Bug in tag clouds?I’ve tried also format=array trying to help you out with the problem …it is correct: It just returns “array” text not the tags.
Forum: Fixing WordPress
In reply to: navigation: same category AND custom field?Any chance to get this plugin work with 2.3?
Forum: Fixing WordPress
In reply to: Page with multiple editable text blocks (seperated)Nice one ! 🙂
Try this nice plugin that will probably solve your problem:
Custom write panel
http://rhymedcode.net/projects/custom-write-panelForum: Fixing WordPress
In reply to: Desactivate the wysiwyg editor ?Go in WP-Admin. Under each user settings you have a check box for disabling/enabling wysiwyg
Forum: Plugins
In reply to: Best WYSIWYG editor (probably asked before, but didn’t become any wiser)ev3rywh3re:
Your plugin seems to be “dreams come true”.
http://www.funroe.net/projects/superedit/
I’ll try it and report…next week.I know that editing without those shiny wysiwyg editors gives me total control…but…I’m building websites for end users…not for me. And here is a “nr1 mistake” that lot of posters here ignore.
You build for end users: a secretary, an average office worker, your mom, school…
For god sake…why someone not into webdesign should know html,css,js etc. ?When you buy a car and someone tell you: Hey our support service is cool but you don’t have control over your car. Go study all the books & technical charts about our engines and figure out by yourself what to do…yeah only than you’ll have the power.
I’ts kind of exageration…but you don’t have to know all the stuff on anything. We, webdesigners are in charge for design, code, etc. End users on the other part care for better sales, ease of use, productivity.
Forum: Fixing WordPress
In reply to: Creating a page but not having a link in the navigationForum: Plugins
In reply to: Ultimate Tag Warrior problem with encoding tagsI’m also stuck with this.
I don’t need cyrilic but the problem is the same:
http://wordpress.org/support/topic/93915?replies=3
p.s. I think we have to wait for some WP user more “prog-oriented” in need of this…than he’ll make a workaround or post a solution 😉 But 3 months passed and still no luck.
Forum: Installing WordPress
In reply to: Page Order for pages does not seem to be workingMaybe it’s odd but I need something like that.
Is there a way to generate list of pages in random order every time someone reload a site?