thomas
Forum Replies Created
-
Forum: Plugins
In reply to: Word Counthello, I have put that in the template, but… it shows “word” or “letters”? In short entry, I have about 22,xxx words? owh.. i put it on http://cinila.com/
Forum: Fixing WordPress
In reply to: Post titles not showing properlywell, i notice that the problem is on the tag, do you put the right tag? your link goes like this : http://words.writtenonthesky.com/?cat=
I think that indicates that you miss something there… ( correct me if i’m wrong )Forum: Installing WordPress
In reply to: Can’t installwhere do you put your files ? right under /htdocs/ or /htdocs/wordpress … it seems there is something wrong with the path
Forum: Fixing WordPress
In reply to: Post Via EmailErghh.. sorry, anonymous, that was me!
Forum: Fixing WordPress
In reply to: Can’t post commentOops.. sorry, the problem is fixed. In my previous b2, I have comment_notify field in my b2 comments table. So, I drop that field, and the problem is fixed. Anyone having the same problem?
Forum: Installing WordPress
In reply to: Installation problem:relative pathWell, I think you don’t need to add the $abspath = ‘../wordpress/’;
Just remove that line. If you want to install it in your /wordpress/ folder, just change this line:
$siteurl = ‘http://www.yoursiteurl.com/wordpress’; … just change that url into your WP directory…Forum: Installing WordPress
In reply to: cannot login –I think, when downloading WordPress, there is no b2-login.php in our /wp-admin/
So, when we want to login, we use the b2login.php in our WP files .. it will be http://www.myurl.com/b2login.php
BUT, after login, we will directly go to /wp-admin/ where all admin area scripts resides…