

Info about Joomla! CMS
First install free version of IDoBlog, check that IDO works on your servers settings correctly. It happens because you try to download the version of the IDoBlog for subscribers. You need go to "Pricing" section and become our subscriber.
See this video. RSS-feed is separated to all categories. For example: if you are in "User567" blog, by clicking rss-feed link you will receive only "User567" feeds.
Yes, here is it. We haven't any problems with installation on this settings.
In Joomla! admin interface select Help->System info
Here is full listing of all files with CHMODs (permissions)
IDoBlog Pro is compatible with CommunityBuilder 1.1 and 1.2 versions. Only subscribers can download this plugin.
No, IDoBlog works only on Joomla 1.5.2 or higher. Do not forget, that Joomla! updates includes fix security bugs. Using old versions may cause vulnerability of your sites.
In ajax.idoblog.php
Find:
$shablon=file_get_contents($shabpath."ajaxcomment.php";
Replace with:
$ch = curl_init();
$timeout = 5;
curl_setopt ($ch, CURLOPT_URL, $shabpath."ajaxcomment.php"; curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
$shablon = curl_exec($ch);
curl_close($ch);
Enjoy:)
IDoBlog works only on Joomla 1.5.2 or higher. Please update your Joomla! Do not forget, that Joomla! updates includes fix security bugs. Using old versions may cause vulnerability of your sites.
2. Manually delete section that named "blogs"
3. Then create it again with this settings
Thanks to Sid, he asks question here, and then found solution
...components/com_iboblog/assets/templates/nameofyourtemplate/ajaxcomment.php
Change chmod that file to 655
Thanks to Lalida he asks question here, and then found solution
Yes, it works, but sometimes have any problems. Now we can't help IIS users.
Yes, it works.
Check permissions for folder siteroot/images/idoblog/avatars. If folder doesn't exist then create it and set up CHMOD to 777.
Before updating, please make backup of all site and database.
Copy your avatars to images/idoblog/gallery folder.
If you use sh404SEF, may be some bugs. For example — rss-link don't work. If you disable sh404sef, idoblog rss don't work also. If you uninstall sh404sef, IDoBlog work. We recomended use standart joomla sef and mod-rewrite.
Ajax don't work in IDoBlog, if you use other components with xajax-library.