Ravi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: stats flat at 0 after upgrading 2.6only some themes have problem. try different themes if u haven’t done any customisation. don’t need 2 swicth to default theme always.
Forum: Fixing WordPress
In reply to: Prologue theme Feed issue with Tagi have another problem. it shows feed links for english tags well in the format /tag/feed . but for tags in tamil it stops with /tag/ . however, if i type the /feed/ myself the feed still works. just the link is wrong. any help?
Forum: Fixing WordPress
In reply to: stats flat at 0 after upgrading 2.6i had to change theme as the previous one was broken. now stats are working with default theme. Thanks for the tip.
Forum: Fixing WordPress
In reply to: Import from Bloggernow u can export blogger posts, comments as xml even without accessing it from wordpress.
see – http://bloggerindraft.blogspot.com/2008/06/new-feature-import-and-export.html
importing a plain xml file into wordpress should be easy
Forum: Themes and Templates
In reply to: Prologue anonymous comment avatar broken icon imageme 2 have the same problem in wp 2.6 with prologue 1.4.1. help please !
Forum: Plugins
In reply to: popular authorsif u want 2 list by number of posts http://wordpress.org/support/topic/61404 will help u
Forum: Fixing WordPress
In reply to: Author names cloggin sidebar, can it be limited?Forum: Fixing WordPress
In reply to: Top authors list with link to author page – how to?i used
<li><?php echo "<a href='/author/" . $user->user_login . "/" . "'>$user->display_name</a>"; ?> (<?php echo $user->postcount; ?>)<br /></li>in WP 2.6 sidebar.php . This works. Try it.
Forum: Fixing WordPress
In reply to: List Authors by most postsi tried the solution in http://wordpress.org/support/topic/61404 in wordpress 2.6 sidebar.php and it works !
Forum: Fixing WordPress
In reply to: Top authorsi tried the solution in http://wordpress.org/support/topic/61404 in wordpress 2.6 sidebar.php and it works !
Forum: Plugins
In reply to: [Plugin request] Add a user as a friendvow, great idea. looking forward
Forum: Fixing WordPress
In reply to: tamil page urls not working in WP 2.6i had commented out define(‘DB_CHARSET’, ‘utf8’); define(‘DB_COLLATE’, ”); lines with // symbols. That helps in showing the whole site in tamil unicode utf-8. This was working fine with previous versions. now if i have to change this, i gotta go fix the whole database encodings 🙁
Forum: Fixing WordPress
In reply to: Just installed 2.6: huge database errorclearing the cookies for your wordpress site in your browser will help to login.
if u have revert the permalinks to default setting like ?p=123 structure it will work.
ofcourse, a temporary solution 2 keep your site running
Forum: Fixing WordPress
In reply to: tamil page urls not working in WP 2.6yes, i have rebuilt the permalinks and the problem persists. for example,
see
http://blog.ravidreams.net/சோதனை/
which gives a 404 not found error because the url is not in english
whereas
http://blog.ravidreams.net/ravishankar/
has no problem.
Please note that before the upgrade they were working fine and even now posts have no problems. only the pages have a problem.
Thanks for the help.
Forum: Fixing WordPress
In reply to: Unique IDs for postsi am having the same problem. google reader shows some of my posts written in may this year 2 be written in last year.
i see in my feed at http://blog.ravidreams.net/feed/ that the guid is the post id not the permalink. i had previously imported posts when i moved server and that resulted in change in post ids and i had 2 delete a few. is it possible that some of the old post ids r used and that’s y they r shown as old posts? how to change this post id guid into the actual pretty permalink?
i am confused since igoogle, firefox live bookmarks can all update correctly and only bloglines, google reader having a problem. is this really not a blog feed problem?
Thanks