macsoft3
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: <p></p> and <br /> in posts not working?>WORDPRESS, this is a STUPID problem! Why should I upgrade if you can’t even fix this silly issue????
I hate to read comments with no respect to WP developers.
If you want to use a break, enter
<br></br>Forum: Your WordPress
In reply to: Review my site:DSpam…
Forum: Installing WordPress
In reply to: Error establishing a database connectionAre you sure you have actually assigned an account (username/password) to the database?
Anyway, I’m not 100% sure what you intend to do. It seems that you can complete your objective by manipulating htaccess file. I believe BlueHost will let you configure redirection under Control Panel. If you use this function, the htaccess will be rewritten. Perhaps, you want to ask Google about Apache and htaccess and redirect.
Good luck
Forum: Fixing WordPress
In reply to: I cant change blog title to Eng/Japanese in 2.3.2 – “Anime ?????”Oops… My apology.
Forum: Fixing WordPress
In reply to: I cant change blog title to Eng/Japanese in 2.3.2 – “Anime ?????”You can’t.
Forum: Fixing WordPress
In reply to: Spam Comments that arent registered users?>It must be some kind of exploit or something though.
Negative. And it doesn’t really matter in this particular subject. Spammers download WP package and analyze software vulnerability. If you use moderation, your viewers will never see spam comments as long as you block them all manually. Akistmet and Bad Behavior will only stop comments from rookie spammers.
Moderation is the only perfect solution. That’s because we are smarter than computers. Computers are faster but not smarter.
Forum: Installing WordPress
In reply to: Something Isn’t right?I would eliminate the space between Canadian and Snowboarding in the actual directory name.
Forum: Fixing WordPress
In reply to: in which file is the blog urlOptions > General
See under ‘Blog address (URL).’
Forum: Fixing WordPress
In reply to: List 2 years archive – or last 12 monthsOh, I’m sorry for the misunderstanding. I suppose you want to have all posts to be listed at the index page. If that’s the case, do you have
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>in index.php? But you can see all posts by clicking on ‘archive’ anyway, can’t you?
Forum: Installing WordPress
In reply to: Can’t access MySQL DB to installAh, yeah. You need to add a user to each database that you create.
Forum: Fixing WordPress
In reply to: Spam Comments that arent registered users?You need to enable the moderation function. I have great respect for Akismet. But there will be a lot of spam comments that will evade Akismet. Or you want to perhaps add other anti-spam plug-ins.
Forum: Fixing WordPress
In reply to: List 2 years archive – or last 12 months<?php wp_get_archives('type=monthly'); ?>is supposed to display all existing months, I suppose.
Forum: Installing WordPress
In reply to: i want to remove thisyou need to edit the theme style sheet.
Forum: Plugins
In reply to: Many users register, but don’t do any activityHave you ever had a one-sentence comment like “Hi, I like your website!, “Thanks for this”? They usually post a simple comment to test your moderation functions before exploiting your website.