Laughinglizard
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Upgrade from 0.72 to 1.0@casedaling: I would make sure all the settings are correct (check with the wiki and the forum if you are unsure) and I would make sure you have correctly uploaded all of the WP 1.0 files.
Forum: Themes and Templates
In reply to: I created a 3 column CSS for WordPressRupe…not 1.0 compatible yet. It will be soon I hope, just not yet.
Forum: Installing WordPress
In reply to: problem after upgrading to 1.0There is something at the bottom of your page which is causing the error. It works fine in Mozilla. I would revert to the original 1.0 index.php and see what happens.
Forum: Fixing WordPress
In reply to: Dropdown_cats bug?It is now! LOL
Forum: Fixing WordPress
In reply to: Dropdown_cats bug?It does not keep track of all posts. That would need a hack.
Forum: Fixing WordPress
In reply to: Automatic comment moderation?Yes. These two are identical. The manual moderation is for future additions to the system such as bayesian filtering for comments.
Forum: Fixing WordPress
In reply to: can’t login after making css changes!?Give us a URL or something to go on. I am totally confused…LOL 😛
Forum: Installing WordPress
In reply to: 1.0 clean installRockSolid…did you ever get your problem fixed with the install?
Forum: Fixing WordPress
In reply to: 1.0: problems with archives. they’ve disppeared.Seraph…I can see December now…did anything change?
Forum: Installing WordPress
In reply to: OK I Did It. Upgrading From b2 0.6.1 To WordPress@steevak: Your Mysql server has shutdown. The error you see is the server telling you that there is no server to connect to. Ask your system admin to restart mysql, or the server itself. If its on your own server, and it is linux, use the following command at a shell (you have to be root):
#> /etc/init.d/mysqld restartForum: Fixing WordPress
In reply to: Woohoo, new update problem..Can you be a little more specific about your problem with the mysql-query? I looked at your blog and everything seems fine.
Forum: Everything else WordPress
In reply to: php commands@ Giles:
You have a problem with your siteurl variable…please remove the index.php at the end of that variable and your CSS will show up again!
This can be found under your admin page, options, base settings, siteurl.Forum: Fixing WordPress
In reply to: Comment linksLOL…QOTK (quick on the keyboard)… 🙂
Forum: Fixing WordPress
In reply to: Comment linksA word of warning: This will break XHTML 1.0 strict validation but…
Here is the fix:
Find the line below in your template-functions.php (which is inside your wp-includes folder):
echo ‘” rel=”external”>’ . $author . ‘‘;
And replace it with:
echo ‘” target=”_blank” rel=”external”>’ . $author . ‘‘;Forum: Fixing WordPress
In reply to: No Smilies in Comments.😀
Peace