cdc01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments Numbering?nicokaiser…thanks! That did it. Very simple in hindsight. Thank you very much for the answer.
Forum: Fixing WordPress
In reply to: Comments Numbering?Could someone please give me some more to go on regarding implementing a counter to get the comment numbering (that alphaoide talks about above). I am wanting to have the comment number, but not derived from the list. Where would put the counter in wp-comments.php–and could you maybe expand on the counter code as well? Thanks.
Forum: Installing WordPress
In reply to: Step 3 of install gives me no passwordI had the same problem, blank step #3. I had PHP5 running, so I changed the C:\PHP dir name to C:\PHP5 (rather than deleting it), installed PHP 4.3 from the zip to C;\PHP, changed the LoadModule line in my Apache httpd.conf file to:
LoadModule php4_module “c:/PHP/php4apache2.dll”
Then changed in php.ini, the extensions dir to:
extension_dir = “C:/PHP/extensions/”
Restarted Apache, and the install went like it should with no problems….Forum: Your WordPress
In reply to: Greasy Valleyccheaton…thanks. i installed the “time since post” comment plugin this evening, and it apparently didnt get along with some other plugin, just tried to login and couldnt. deleted the function call and the plugin, and made a test comment, all seems well. thanks again.
Forum: Your WordPress
In reply to: Greasy Valleyparse error fixed, i was installing and configuring a plugin for a few minutes.
Forum: Fixing WordPress
In reply to: Strange mysql error – cant write to tmp file??OK, so today before this happened I accessed my db thru phpmyadmin….so is there some sort of php process that is still running, prohibiting access to the db?? how do I fix this since my host is admining the db and not me? is this something that will happen everytime I access the db thru phpmyadmin??
Forum: Fixing WordPress
In reply to: Word-wrap trackback URL’sBeel, nice, works well, much cleaner.