jonimueller
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Themes and Plugins?Probably not. Have you figured out which plugin exactly is stinking up the pond? Your best best is to find an alternate plugin that will do what you want or .. and you probably don’t want to hear this either .. find a different theme.
And hi, Joni!
Joni
Most page templates ship with the call to the comments.php template already included. Study the Default and Classic page.php template to see where to place this code:
<?php if ( comments_open() ) comments_template(); ?>Forum: Fixing WordPress
In reply to: need a plugin recommendedThis is about the closest thing, but it doesn’t display this information to site visitors other than you as admin.
http://wordpress.org/extend/plugins/wp-useronline/I suspect you are looking for something that behaves more like a forum would, showing the users online and their names.
You might be able to pull this off if your blog is restricted to members only and you used that plugin combined with this plugin AND some template tweaking, but I’m no PHP expert.
http://wordpress.org/extend/plugins/members-only/This tutorial discusses a member profile type page that is created by tweaking the author.php file and some other code. But it may not even be close to what you want, just throwing it out there.
http://www.cagintranet.com/archive/wp-membership-directory/Forum: Fixing WordPress
In reply to: creating contact page in wordpressHey, if it wasn’t for me (SHE/HER) you wouldn’t have it in the first place, since you are apparently unable to read, point and click to find a contact plugin (or any other plugin for that matter). And tell me how the fact that your FTP program didn’t behave properly is MY fault? Keep your techtips to yourself. I don’t need them.
And, no, I don’t have “patients” for people who are too lazy to learn the most basic functions of WordPress, cannot be bothered to go to the plugin repository and type in “contact”, search for a plugin, download it, install it and deploy it.
As I said, tech tips from you? Not happening.
Forum: Fixing WordPress
In reply to: creating contact page in wordpressI mean, jesus christ, you can READ and FOLLOW A LINK, can’t you?
Forum: Fixing WordPress
In reply to: creating contact page in wordpressGo to cFormsII in your dashboard. There’s a preconfigured contact form there. Modify it to suit your needs. Create a page, name it “Contact”. You’ll see in the writing area a cForms button. Click on it and select the form from the dropdown.
Read more at the plugin website.
Forum: Themes and Templates
In reply to: How to add new template for selection when creating new page?You really need to UPGRADE to at least 2.5.1 if you want to avoid the risk of being hacked.
Forum: Fixing WordPress
In reply to: WP 2.3 HackedYou need to be a bit more proactive about managing your server space, if nothing else as a courtesy to those who share that space with you.
Keep WP updated. Right now if you just want to upgrade to 2.5.1… to avoid the headaches that 2.6.x brings, that should stop hackers. Why have you just now found out about a hack that occurred six months ago?
Forum: Themes and Templates
In reply to: Widgets Making Theming TrickyI wonder if the plugin Widgetize Anything would help. You can plop that code right in, sans title coding.
Forum: Fixing WordPress
In reply to: creating contact page in wordpressYou have to use a contact form plugin. Doug Karr has revamped Ryan Boren’s WP-Contact form and it’s very robust. I highly recommend cFormsII. Visit the Extend/Plugins section (see the tab at the top of this web site), and search there for contact. You should find plenty. Follow the plugin directions for installation and deployment on your WP site.
Forum: Themes and Templates
In reply to: How to add new template for selection when creating new page?Forum: Themes and Templates
In reply to: SEO Optimized Professional Wordperss ThemeYeah, but I kind of agree with Chrisber. It seems like everyone is obsessed with SEO and Google and page ranking and actual content (real, live, keyword-rich, NATURAL LANGUAGE content) seems to be as rare as hens’ teeth these days. 🙂
Forum: Themes and Templates
In reply to: Problems using two loopsIf you want it to show on a Page, then put the loop code in your page.php template.
Forum: Themes and Templates
In reply to: Can Someone Convert my themeIf I were you, wouldn’t hold my breath.
Forum: Fixing WordPress
In reply to: Using WP for Publishing Lots of How-To ArticlesThere is a plugin that will hide any page from the menu. When you create the page, you’ll notice a checkbox that says Hide this from user menu(s) .. check it and no more worries. Change your mind? Uncheck it and voila, it appears on the menu!
http://www.simonwheatley.co.uk/wordpress-plugins/exclude-pages/I’m worried because it appears from your statement above that you plan to make WP Pages out of those articles. They are best as posts, put into an appropriate category and further organized by tags if you like. They should NOT ever be Pages.