Hi there! First of all thanks for the great component!
I got a little problem (which is actually not so important for other people), which has to with the caching of the components and the trick used to put them on the screen with Javascript. Since for me it's very important to have a website with rich content I prefer the comments to appear in the HTML code like normal content, so that it will be indexed by the search engines.
I read the trick at another topic here:
http://www.joomlatune.com/forum/index.php/topic,722.0.html which didn't work 100% for me; my site is in 3 languages so I went to phpmyadmin and inserted 3 values for each language in order to enable comments to be displayed in the HTML, so I inserted:
- lang:en-GB name:load_cached_comments value:1
- lang:el-GR name:load_cached_comments value:1
- lang:de-DE name:load_cached_comments value:1
After doing this I double checked the pages of my site and saw that only the comments in the Greek language are displayed in the source HTML code, in English and German part of my site the comments are still displayed with Javascript. One last thing, the default language for my site is Greek, so I dont know if this has somthing to do with that.
I'd appreciate your help!