ivovic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Extra characters in the wp_list_pagesyou’re not using IE6 by chance are you? I just googled around, and it seems IE6 would prefer you to use
.menuhome { border: 0; }
the two *should* be equivalent (for all intents and purposes), but perhaps not.
Forum: Themes and Templates
In reply to: Extra characters in the wp_list_pagesok, see you changed the id=menuhome which you posted above… into class=menuhome.
so now, in the css, replace the #menuhome with a .menuhome
you with me now?
Forum: Themes and Templates
In reply to: Sidebar customizationWhat I like most about wordpress is that there’s no custom templating language. Its all just php.
What makes wordpress so flexible is that you can VERY EASILY just intercept what’s going on and do some cool stuff with it. The further you hide that by increasing the required code by a factor of ten, the less flexible you make it.
A dramatic increase in widgetization will decrease the value of wordpress as a CMS to power users, unless a widgetless option remains available. I would find that quite a loss.
Forum: Themes and Templates
In reply to: Sidebar customizationI’m building my sidebar, I’ll come help you blow up your garage with widgets when I’m done 😉
(I didn’t say php, I said edit files… obviously everyone who knows php should be working on whatever you want them to :P)
I don’t actually like the widget concept very much in the first place. If I came over, I’d work on the anti-widget.
Forum: Themes and Templates
In reply to: Sidebar customizationthe phrase is ‘build it and they will come’ not ‘come over and wait while I build it’ 🙂
Forum: Themes and Templates
In reply to: Sidebar customizationSo the question is: Why are widgets a BAD THING?
I didn’t say they were a bad thing, I just said they were for people who didn’t know how to edit their files.
widgets are much easier to use, but are much less flexible… so if you enjoy customization, wean yourself off widgets.
Forum: Themes and Templates
In reply to: Extra characters in the wp_list_pagesyou’ve lost me now… where is this most recent link?
refer to class=”menuhome” as .menuhome{} in your css. refer to id=”menuhome” as #menuhome{} in your css.
it doesnt matter which one you use, as long as you refer to it correctly in the css.
Forum: Themes and Templates
In reply to: Extra characters in the wp_list_pagestry this for the css:
#menu ul li { list-style-type: none; display: inline; padding: 0 8px 0 8px; border-left: 1px solid #cccccc; } #menuhome { border: none; }Forum: Themes and Templates
In reply to: Extra characters in the wp_list_pagesseems you have two borders now… put your border on the left side only… then make a class for the LI which contains your HOME link, and set border: none
Forum: Themes and Templates
In reply to: Extra characters in the wp_list_pagesI think maybe you posted just as I posted… putting it on the left would work.
Forum: Themes and Templates
In reply to: Extra characters in the wp_list_pageswell.. I see you have a home link there first, which is not in your wp_list_pages output…
maybe put the border on the LEFT side of your list-items, and then put your home link in a list-item which has the border removed from it.
Forum: Themes and Templates
In reply to: Extra characters in the wp_list_pageshave you thought about putting borders on the right of your list-items? and a little padding maybe?… similar effect to using pipes.
Forum: Fixing WordPress
In reply to: Problems with languageanyone want to help me write a trojan that secretly installs IE7? these straggling IE6 users are really starting to annoy me.
it’s an update that’s worth it for png support alone.
Forum: Fixing WordPress
In reply to: Logging of administrator activity?That’s a good point joni… A ‘superadmin’ role, with less privileges would go a very long way 🙂
Forum: Fixing WordPress
In reply to: Logging of administrator activity?I understand… looking for answers can be frustrating.
To address your point as directly as I can, I don’t believe that wordpress logs admin activity. I hope that for your sake I’m wrong, but I am yet to see any evidence of it.
Short of trawling your server’s access logs looking for hits on the theme page from known IP addresses, I don’t see how you’re going to get joy here.
The reason I didn’t say that to begin with was that I don’t believe it to be a solution in any sense of the word… and also because if you could manage trawling your webserver’s access logs, you probably would have thought of that by now.
In my view, I just posted the least useful thing I’ve said in this thread, but it was as direct as I could be towards addressing your question.
Lets hope someone else can be more useful to you.