vkaryl
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Non-Editors Can’t use All HTMLWell, there’s the Role Manager plugin from http://redalt.com – it might do what you want, note though I have no idea if it works with 2.0.5, 2.0.6 etc. As well, Owen’s site doesn’t seem to offer working downloads right now, so you may have to google for an alternate download site or hope someone here who has it will email it to you (I don’t have it, sorry).
Forum: Themes and Templates
In reply to: Validity issueWell, in a sideways, assbackwards manner. For some reason, paragraph tags and h tags don’t play nicely together with the validator – I haven’t dug around at w3c lately, but there’s probably a reason for that (in XHTML anyway), no doubt something about block level tags etc.
So the first logical thing to do when looking at your source through the validator was to change the p to div since you had another div right nearby that was working.
Forum: Themes and Templates
In reply to: Validity issueTry changing the
<p class="p1">to<div class="p1">and see if that helps. Don’t forget to change the closing</p>to</div>.Forum: Fixing WordPress
In reply to: Calendar links broken.Well, I’m not getting into the middle of the rants etc. I’d only like to point out that this support site is entirely volunteer. Whether anyone who posts here gets an answer has more to do with whether anyone who drops by has any info on the problem.
Dunno about your previous tries, under however many other names you’ve used, but I personally didn’t and don’t know anything about the problem you’re having in this thread.
Sorry.
Forum: Themes and Templates
In reply to: Page.php ProblemYes, like that. And thanks for the pastebin link too (which keeps the indents in the formatting – easier for me to read that way).
I don’t see anything in there that would cause what your screenshot does. However, trying to troubleshoot with a screenie is useless. Could you provide a real link to the problem?
[Ah. Missed that, mosh’!]
Forum: Themes and Templates
In reply to: Page.php ProblemJust put it at pastebin please (link above) and then put the link here.
Forum: Themes and Templates
In reply to: Page.php ProblemYou need to edit that code section, use backticks to surround the code (the oddball symbol under the tilde – the other oddball symbol – on the key to the left of the numeral one key on English keyboards) – repaste the entire code section using the backticks this time, or paste it to http://wordpress.pastebin.ca, and post the link back here.
Forum: Fixing WordPress
In reply to: why are my posts being deleted?Reword that: a notice or warning to the post author would be PROFESSIONAL….
Forum: Themes and Templates
In reply to: Sticking to One ThemeUnless these folks have somehow managed to increase their user levels to a point where they can change the theme within the backend, I don’t see how this is possible.
Is this maybe trackback comments?
Forum: Fixing WordPress
In reply to: Adding “Comments” to non-WordPress PagesYes, please post back how it’s going. At this point, you might like to start a new thread….
Forum: Installing WordPress
In reply to: Search function goes through Pages too?You’re welcome, post back if you have trouble.
Forum: Fixing WordPress
In reply to: Adding “Comments” to non-WordPress PagesIt cracks me up EVERY TIME I watch it – because I’m STILL living in Utah! “Scare the cows, wake the farmers….”, not to mention “Wow.” “Yeah. That was a first for me too.”
I watch it several times a year – a guaranteed good time. Gonna have to find a dvd one of these days….
Forum: Installing WordPress
In reply to: Can’t auto install using fantasticoProbably better contact your host and ask them to check with fantastico….
Forum: Fixing WordPress
In reply to: Adding “Comments” to non-WordPress PagesSpot on! You’re only the second person in 10 years to get that….
Forum: Fixing WordPress
In reply to: archives do not function/existWell, there isn’t an “archives” folder, any more than there’s a “posts” folder or a “pages” folder. It’s all database-driven. “Archives” are created on the fly from the variables when called for.
What are your permalinks set as? What are the values in WordPress address and Blog address in wp-options?