vkaryl
Forum Replies Created
-
Forum: Installing WordPress
In reply to: MySQL error 1064 from pluginThat’s fine, sorry you’ve had troubles. HandySolo can probably fix it for you next time he’s around. Really glad things are fixed for you!
Forum: Installing WordPress
In reply to: MySQL error 1064 from pluginHey, that’s great that you and your host got it figured out! Could you mark this resolved, please and thanks?
Forum: Fixing WordPress
In reply to: Prevent Published Pages from showing up on Front PageTake a look here: Template_Tags/wp_list_pages
Specifically, the section on “excluding pages”.
Forum: Fixing WordPress
In reply to: Top Header ImageSure. Not a problem once you have a theme that acts “normal” as far as being edited.
Forum: Installing WordPress
In reply to: Problems after upgradeIf you imported posts, you maybe should have emptied the wp_posts table first, you may have accidentally borked the whole thing with a duplicated post ID 1….
Forum: Themes and Templates
In reply to: 700px wide theme?I remember a very narrow theme – don’t know what it’s called…. look through http://themes.wordpress.net…. it has no sidebar and is white, so check those boxes and then sort on “All”.
Forum: Fixing WordPress
In reply to: Top Header ImageWell, start by doing a search herein for “default theme header change” (without the double quotes). Then after you look through the first 20 of over 1000 nearly identical threads, hop on over to http://themes.wordpress.net, find a theme which is laid out like you like, download, install, then start changing colors, graphics etc.
Honest. Any given theme from that link is far far easier to customize than the “default”. And don’t please be put off by black thumbnail boxes on the first few pages – Thomas is doing the site by himself, and gets a bit behind sometimes. Click on the black boxes, you’ll see the theme…. and “real thumbnails” start about page 4 or 5.
Forum: Fixing WordPress
In reply to: Dual Loops? Having trouble with categories hackeryWell, it might be…. you never know. But in any case, please mark this resolved, thanks!
Forum: Everything else WordPress
In reply to: Unique upgrade situation with linksIf you’re upgrading to 2.1+, the whole links setup is completely different. So it’s not supported any more.
Forum: Everything else WordPress
In reply to: Unique upgrade situation with linksThe problem is that what you’ve done is not supported any more – and it’s probably not going to be supported in future either.
You might be able to seriously hack core to accomplish what you want to do, but the next time you upgrade you’ll run into the problem again.
Forum: Themes and Templates
In reply to: Not a template, but a pre-populated postYou could simply edit the quicktags.js file, and input what you want to see – then all that’s needed is for the poster to click the correct button.
If you’re using the wysiwyg, I don’t know if you can add more buttons to it.
If you don’t want to give your posters options, then you have to hack core code. I’m not even sure which file any more….
Forum: Fixing WordPress
In reply to: How Do I Continually Repeat The Same Blog Post In Third Position?Good, glad it helped! Mark this resolved then, please and thanks?
Forum: Fixing WordPress
In reply to: Can’t get this image to linkWell, I’m picky: I expect any theme I use to validate. It’s a very individual choice though, so not changing them is as viable an option as changing them is.
Forum: Plugins
In reply to: Comment Quicktags not workingHiya Nicki! Haven’t done much reading here today, gone most of the day, glad you got it sorted, and thanks VERY much for a link for something in this direction that works!
Forum: Plugins
In reply to: How to add MyBlogLog to sidebarYou probably now have two body tags, which is not only completely NOT valid code, but may be screwing your display in oddball ways in the various IEs.
The best place for mybloglog code is exactly where you’re advised by mybloglog to place it: just inside the opening body tag, which is normally found in header.php. There’s absolutely NO reason to do weird stuff like add a second body tag!