Arash
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Prevent caps lock replies to comments?Nope, people still do it. Some partly use CAPS others do the holw post in CAPS.
I guess your URL (or part of your URL) describes some of them 😉
Forum: Fixing WordPress
In reply to: Prevent caps lock replies to comments?I do, people just don’t seem to read.
Forum: Themes and Templates
In reply to: How to add rounded corner on images?Perhaps it’s a custom plugin?
Forum: Themes and Templates
In reply to: How to add rounded corner on images?Thanks for the replys. What I mean is CSS rounded corners around my images. An example of this can be seen on:
www .bagbliss.com/designer/louis-vuitton-purse/louis-vuitton-bellevue-vernis-bags/
The original image has no rounded corners, but usind DIV it is been added.
Forum: Fixing WordPress
In reply to: Can’t validate because of builtin CAPS.I switched from Opera 9.25 to Firefox 2, then edited every single post manually and now it works fine!
The error was caused by Opera 9.25 that automaticly turns them into caps.
Forum: Fixing WordPress
In reply to: Can’t validate because of builtin CAPS.It’s not the plugins.
I did find this.
http://trac.wordpress.org/ticket/3638Forum: Fixing WordPress
In reply to: Can’t validate because of builtin CAPS.Currently it is on a local server, so I cannot link it.
I can’t imagine a plugin messingup things like ALT, TITLE, HREF and SRC but I am going to deactive all my plugins and see what happens.
Forum: Fixing WordPress
In reply to: Fatal error in widgets.phpMu problem was fixed by deleting
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);in wp-config.php
Forum: Fixing WordPress
In reply to: Changing permalinks only for new posts?I just upgraded from 2.2 to 2.3.2 and found out that wordpress 2.3.x does not automaticly redirect the urls.
But it does work the otherway round. So going from the new url to the old. But not from the old to the new.
In my case, its important to go from the old to the new, otherwise I have to manually redirect 500+ pages 😉
Thanks for your help so far.
Forum: Fixing WordPress
In reply to: Widgets.php error since upgrade to 2.3.2To fix the problem delete:
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);in wp-config.php
Forum: Fixing WordPress
In reply to: Fatal error in widgets.phpI have the same error without using a sidebar widget plugin.
I upgraded from 2.2 to 2.3.2 and got this error
Forum: Fixing WordPress
In reply to: permalink change and Google status?I am also intressted about this. Have you found anything in 2 months?
Forum: Developing with WordPress
In reply to: Add a second RSS 2 feedForum: Fixing WordPress
In reply to: Why cant I add “www.” in my blog URL?Add this to your .htaccess file
# Redirect to WWW
rewriteCond %{HTTP_HOST} !^www\.yourwebsite\.com
rewriteRule ^(.*)$ http://www.yourwebsite.com/$1 [L,R=301]Forum: Fixing WordPress
In reply to: Changing permalinks only for new posts?Thank you Otto