vkaryl
Forum Replies Created
-
Forum: Plugins
In reply to: Google sitemap issues after moving blog to rootSo how about marking BOTH of your posts about this as resolved?
Forum: Themes and Templates
In reply to: Is the Theme Viewer OK ?I believe he’s using a separate program to produce thumbs, based on this line in the footer:
Snapshots by webdesignbook.net
Forum: Themes and Templates
In reply to: Is the Theme Viewer OK ?You’ll see thumbnails starting with page 4. Obviously Thomas hasn’t had time to make thumbs for the latest bunch of themes uploaded.
Forum: Plugins
In reply to: I cannot log in to my bbpress.You need to post this on the bbpress forum.
Forum: Fixing WordPress
In reply to: All users allowed to comment despite admin approval option onIf you’re running any of the spam plugins, you may see some problems with moderation not acting as you expect. If you’re using Spam Karma 2, there’s a plugin available to reactivate the moderation queue, here: http://blog.ftwr.co.uk/wordpress/sk2-moderate-plugin/
Also, some of the unmoderated comments you’re seeing may be trackback spam, if you don’t have Bad Behavior installed, available here: http://www.homelandstupidity.us/software/bad-behavior/
Forum: Fixing WordPress
In reply to: apostrophe creates database SQL syntax errorWell, I’m not running the 2.1 branch at all, so I couldn’t say about that. Hopefully someone with experience in 2.1 can answer definitively.
Extremely odd though. Not trying to be nasty, but have you done a google search for anything approximating this issue?
Forum: Plugins
In reply to: bbPress does not work. It has bugs.And I’m an idiot: I totally spaced Andy’s forum software at http://www.yellowswordfish.com/my-wordpress-plugin-library/simple-forum-wordpress-plugin/
You can see it in operation here: http://www.yellowswordfish.com/index.php?pagename=support-forum
It seems to be fairly tightly integrated with wp. Andy is a very helpful guy, too.
Forum: Plugins
In reply to: Membership Software (e.g. VisionGate)Hey, likoma, thanks for the update info. Always nice when someone posts back what really happened….
Forum: Plugins
In reply to: bbPress does not work. It has bugs.Well, really, you need to ask the bbpress stuff on the bbpress forum you know.
Forum: Plugins
In reply to: bbPress does not work. It has bugs.Not only that Trent, but then you have to deal with the non-security of phpBB…. ick.
Forum: Plugins
In reply to: bbPress does not work. It has bugs.Actually, flatworm, rereading your initial post here….
No. As far as I know there is no forum/wp munge which will do what you want.
Forum: Themes and Templates
In reply to: adding tagline to themeYou’ll generally add that line of code just below the line referencing the header div in header.php; that is, just below a line similar to this one in the default theme:
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>(that’s the line in the 2.1+ branch); or this:<h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>(that’s the line in the 2.0+ branch).Note that line can vary depending on theme.
In your style.css file, if there’s no .description set up, add one (usually under the #header element is where I put it).
So here’s what I do sometimes:
.description {
color:#FFF;
font-size:90%;
float:right;
margin-right:5%;
text-align:right;
}Mind, you’ll want to tweak that for however you want it to look, where you want it to display in the header etc.
Forum: Installing WordPress
In reply to: Dashboard gone, all graphics goneWell, both of y’all let us know please. I check a couple times a day on issues like this….
Forum: Fixing WordPress
In reply to: How to make a post sticky?Forum: Plugins
In reply to: Magazine Style Featured ArticleTry this plugin:
http://www.lesterchan.net/wordpress/2007/03/01/wp-sticky-100-beta-2/