<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Forum Forum: KBPublisher General discussion</title>
<link>http://www.kbpublisher.com/forums/</link>
<description>Forum Forum: KBPublisher General discussion</description>
<language>en</language>
<pubDate>Wed, 19 Nov 2008 11:40:23 +0000</pubDate>

<item>
<title>dtwilliams on "Search forums"</title>
<link>http://www.kbpublisher.com/forums/topic/search-forums#post-284</link>
<pubDate>Wed, 12 Nov 2008 17:16:39 +0000</pubDate>
<dc:creator>dtwilliams</dc:creator>
<guid isPermaLink="false">284@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Is it possible to search the forums???
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Contact Us Form"</title>
<link>http://www.kbpublisher.com/forums/topic/contact-us-form#post-283</link>
<pubDate>Fri, 31 Oct 2008 09:34:47 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">283@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;In Knowledgebase-&#38;gt;Settings&#60;br /&#62;
try to set Support Mailer: KBMailer
&#60;/p&#62;</description>
</item>
<item>
<title>dekkere on "Contact Us Form"</title>
<link>http://www.kbpublisher.com/forums/topic/contact-us-form#post-282</link>
<pubDate>Thu, 30 Oct 2008 09:07:44 +0000</pubDate>
<dc:creator>dekkere</dc:creator>
<guid isPermaLink="false">282@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;The KB version I'm using is 2.0.1.&#60;br /&#62;
There's no topic about mail problems in the forum above.
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Contact Us Form"</title>
<link>http://www.kbpublisher.com/forums/topic/contact-us-form#post-281</link>
<pubDate>Wed, 29 Oct 2008 18:16:13 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">281@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;What id your KBP version?&#60;br /&#62;
If 2.0 try to search on sourceforge forum&#60;br /&#62;
&#60;a href=&#34;http://sourceforge.net/forum/?group_id=144153&#34; rel=&#34;nofollow&#34;&#62;http://sourceforge.net/forum/?group_id=144153&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>dekkere on "Contact Us Form"</title>
<link>http://www.kbpublisher.com/forums/topic/contact-us-form#post-280</link>
<pubDate>Wed, 29 Oct 2008 16:28:20 +0000</pubDate>
<dc:creator>dekkere</dc:creator>
<guid isPermaLink="false">280@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;So, I configured php.ini file and the code above worked fine, but through the Contact Us form is not working, shows the same error msg &#34;Something goes wrong. We are unable to process your request. Please retry shortly.&#34;&#60;br /&#62;
What should it be now?
&#60;/p&#62;</description>
</item>
<item>
<title>dekkere on "Contact Us Form"</title>
<link>http://www.kbpublisher.com/forums/topic/contact-us-form#post-279</link>
<pubDate>Wed, 29 Oct 2008 15:56:16 +0000</pubDate>
<dc:creator>dekkere</dc:creator>
<guid isPermaLink="false">279@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Really, it's not working....I've got this error:&#60;br /&#62;
Warning: mail() [function.mail]: &#34;sendmail_from&#34; not set in php.ini or custom &#34;From:&#34; header missing in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\kb\admin\testEmail.php on line 2&#60;br /&#62;
Mail is not working&#60;/p&#62;
&#60;p&#62;I'm trying to google it. &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Contact Us Form"</title>
<link>http://www.kbpublisher.com/forums/topic/contact-us-form#post-278</link>
<pubDate>Wed, 29 Oct 2008 13:00:30 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">278@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Make sure that php mail function works for you.&#60;br /&#62;
You can test it with this php code.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
$mail = mail('email@example.com', 'My Subject', 'My message');&#60;br /&#62;
if($mail) {&#60;br /&#62;
    echo 'Mail is working';&#60;br /&#62;
} else {&#60;br /&#62;
     echo 'Mail is not working';&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>dekkere on "Contact Us Form"</title>
<link>http://www.kbpublisher.com/forums/topic/contact-us-form#post-276</link>
<pubDate>Wed, 29 Oct 2008 11:55:41 +0000</pubDate>
<dc:creator>dekkere</dc:creator>
<guid isPermaLink="false">276@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I configured my email in the email tab of the Admin Settings menu, but every time I've tried to send an email through the 'Contact Us' form I got an error msg &#34;Unable to process your request. Please retry shortly.&#34;  I already make sure that the email address that is in the &#34;From E-mail / Support E-mail:&#34; field is right and I didn't change anything else in the email settings(it's still using the PHP mailer function) but the error message continues to appear. &#60;/p&#62;
&#60;p&#62;Any idea what's going on? Do I need to change any other configuration to make it work?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Esther.
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Syntax error"</title>
<link>http://www.kbpublisher.com/forums/topic/syntax-error#post-275</link>
<pubDate>Fri, 24 Oct 2008 11:25:27 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">275@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;It was fixed in v3.0.1
&#60;/p&#62;</description>
</item>
<item>
<title>dekkere on "Problem with Register and Login links"</title>
<link>http://www.kbpublisher.com/forums/topic/problem-with-register-and-login-links#post-274</link>
<pubDate>Fri, 24 Oct 2008 10:10:47 +0000</pubDate>
<dc:creator>dekkere</dc:creator>
<guid isPermaLink="false">274@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;I added one private category at it solved the &#34;problem&#34;. Thanks!!!
&#60;/p&#62;</description>
</item>
<item>
<title>ihubling on "Syntax error"</title>
<link>http://www.kbpublisher.com/forums/topic/syntax-error#post-273</link>
<pubDate>Fri, 24 Oct 2008 01:50:17 +0000</pubDate>
<dc:creator>ihubling</dc:creator>
<guid isPermaLink="false">273@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;When I try to add a supplementary comment to the knowledgebase, I get the following error from the database:&#60;/p&#62;
&#60;p&#62;1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 're looking for from experienced parents. Please continue to share.', active =' at line 7&#60;/p&#62;
&#60;p&#62;Could this be because the comment had an apostrophe in it?  If so, that's a significant weakness that could be exploited.
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Problem with Register and Login links"</title>
<link>http://www.kbpublisher.com/forums/topic/problem-with-register-and-login-links#post-272</link>
<pubDate>Thu, 23 Oct 2008 13:38:23 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">272@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;v2.0? If no any items required authorization - no links&#60;br /&#62;
Add at least on private category.
&#60;/p&#62;</description>
</item>
<item>
<title>dekkere on "Problem with Register and Login links"</title>
<link>http://www.kbpublisher.com/forums/topic/problem-with-register-and-login-links#post-271</link>
<pubDate>Thu, 23 Oct 2008 09:36:37 +0000</pubDate>
<dc:creator>dekkere</dc:creator>
<guid isPermaLink="false">271@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I just installed the KB Publisher in my machine, but I'm having a weird problem(to me seems so)&#60;br /&#62;
I tick the box at &#34;Allow users to register&#34; on the Security/Privacy/Registering section and it saves normally, but when I call the initial page the links that should be at the right top doesn't appear. There's no link to register or login. These links just appear if I check the &#34;access for registered users only&#34;.&#60;/p&#62;
&#60;p&#62;Any idea what's going on?&#60;/p&#62;
&#60;p&#62;I'm new at PHP as well, so it's quite difficult to me understand the code and try to fix it by myself....&#60;/p&#62;
&#60;p&#62;Thanks very much.&#60;/p&#62;
&#60;p&#62;Esther Dekker.
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Browse Server for file Uploads"</title>
<link>http://www.kbpublisher.com/forums/topic/browse-server-for-file-uploads#post-263</link>
<pubDate>Wed, 08 Oct 2008 21:23:30 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">263@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Check your upload directory setting &#34;Settings-&#38;gt;Admin-&#38;gt;HTML editor file director&#34;&#60;br /&#62;
if you set it to &#34;/www/kb/gfx/&#34; FCK Editor will add &#34;images&#34; directory so directory will be&#60;br /&#62;
&#34;/www/kb/gfx/images/&#34;&#60;br /&#62;
You can change it in  admin/tools/fckeditor_custom/filemanager_connector_config.php&#60;br /&#62;
see&#60;br /&#62;
$Config['FileTypesPath']['Image']&#60;br /&#62;
$Config['FileTypesAbsolutePath']['Image'] &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>toominator on "Browse Server for file Uploads"</title>
<link>http://www.kbpublisher.com/forums/topic/browse-server-for-file-uploads#post-262</link>
<pubDate>Wed, 08 Oct 2008 17:36:10 +0000</pubDate>
<dc:creator>toominator</dc:creator>
<guid isPermaLink="false">262@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Running version 3.01. When attempting to insert an image, selecting Browse Server displays nothing but an empty Images folder. I assume this is the value of the kb_upload or kb_files variable?? &#60;/p&#62;
&#60;p&#62;Anyway, we have all our uploaded images in /www/kb/gfx and want that folder to show up instead of Images. Any help would be appreciated.
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "relocating detailed article block"</title>
<link>http://www.kbpublisher.com/forums/topic/relocating-detailed-article-block#post-256</link>
<pubDate>Mon, 22 Sep 2008 10:23:41 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">256@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;See template file client/skin/view_default/default/article.html
&#60;/p&#62;</description>
</item>
<item>
<title>mahishi on "relocating detailed article block"</title>
<link>http://www.kbpublisher.com/forums/topic/relocating-detailed-article-block#post-255</link>
<pubDate>Sun, 21 Sep 2008 10:12:02 +0000</pubDate>
<dc:creator>mahishi</dc:creator>
<guid isPermaLink="false">255@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;How can I move detailed article block (The one which shows Print link, send to friend, etc) to the left hand side of the page)
&#60;/p&#62;</description>
</item>
<item>
<title>Karen on "log statistics"</title>
<link>http://www.kbpublisher.com/forums/topic/log-statistics#post-254</link>
<pubDate>Wed, 17 Sep 2008 09:48:54 +0000</pubDate>
<dc:creator>Karen</dc:creator>
<guid isPermaLink="false">254@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Chris&#60;/p&#62;
&#60;p&#62;Sorry, there is no such feature at present. It is, however, very high on our to-do list.&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
</item>
<item>
<title>chris on "log statistics"</title>
<link>http://www.kbpublisher.com/forums/topic/log-statistics#post-253</link>
<pubDate>Tue, 16 Sep 2008 09:11:09 +0000</pubDate>
<dc:creator>chris</dc:creator>
<guid isPermaLink="false">253@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hi, is any log statistic feature available?&#60;br /&#62;
I know you can see the views/hits of each article, but I need to know which user accessed the knowledgebase how many times for example  or see which user did view which articles.&#60;/p&#62;
&#60;p&#62;Or see the login statistic by month/year for example.&#60;/p&#62;
&#60;p&#62;If there is no graphical log statistic feature, is it possible to see this in the database directly?
&#60;/p&#62;</description>
</item>
<item>
<title>prutwo on "Error message for unconfirmed user"</title>
<link>http://www.kbpublisher.com/forums/topic/error-message-for-unconfirmed-user#post-250</link>
<pubDate>Mon, 08 Sep 2008 17:48:37 +0000</pubDate>
<dc:creator>prutwo</dc:creator>
<guid isPermaLink="false">250@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;I just registered a user and tried to login BEFORE I confirmed the registration.&#60;/p&#62;
&#60;p&#62;The error message I got was wrong username/password.&#60;/p&#62;
&#60;p&#62;This is not the error message they SHOULD get.&#60;/p&#62;
&#60;p&#62;They SHOULD get an error message saying the user has not yet confirmed their registration (and preferably a link to resend the confirmation email).&#60;/p&#62;
&#60;p&#62;When can this be fixed? (I'd do it myself if I had access to the source code).&#60;/p&#62;
&#60;p&#62;- Ophir
&#60;/p&#62;</description>
</item>
<item>
<title>Karen on "Buggy behavior using Chrome."</title>
<link>http://www.kbpublisher.com/forums/topic/buggy-behavior-using-chrome#post-248</link>
<pubDate>Mon, 08 Sep 2008 13:43:23 +0000</pubDate>
<dc:creator>Karen</dc:creator>
<guid isPermaLink="false">248@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Ophir&#60;br /&#62;
I agree, Chrome is very nice. At present, however, it is still in beta stage and KBPublisher doesn't actually support beta browsers.&#60;br /&#62;
Please keep reporting any issues you do find (and anyone else). We would appreciate that.&#60;br /&#62;
Regards
&#60;/p&#62;</description>
</item>
<item>
<title>prutwo on "Buggy behavior using Chrome."</title>
<link>http://www.kbpublisher.com/forums/topic/buggy-behavior-using-chrome#post-247</link>
<pubDate>Fri, 05 Sep 2008 17:40:09 +0000</pubDate>
<dc:creator>prutwo</dc:creator>
<guid isPermaLink="false">247@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;I just downloaded Google's new Browser (Chrome) and have adapted it as my main browser (it's very fast).&#60;/p&#62;
&#60;p&#62;The issue is that much of the KBPublisher admin stuff doesn't work right using Chrome :(&#60;/p&#62;
&#60;p&#62;For example, trying to change the Search Engine URL settings did NOT save the change.&#60;/p&#62;
&#60;p&#62;It took me a bit to figure out the culprit was Chrome, since everything else seems to work perfectly.&#60;/p&#62;
&#60;p&#62;As a paying customer - PLEASE FIX THIS!&#60;/p&#62;
&#60;p&#62;- Ophir
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "magento integration"</title>
<link>http://www.kbpublisher.com/forums/topic/magento-integration#post-245</link>
<pubDate>Thu, 04 Sep 2008 08:04:26 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">245@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;No, at least we do not know any way.
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "KBClientLoader required once"</title>
<link>http://www.kbpublisher.com/forums/topic/kbclientloader-required-once#post-244</link>
<pubDate>Thu, 04 Sep 2008 08:02:34 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">244@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Do you still have the problem?&#60;/p&#62;
&#60;p&#62;I can see path to file generated incorrect&#60;br /&#62;
c:/wamp/www/kb/client/inc//KBClientModel_common.php'&#60;br /&#62;
it should be&#60;br /&#62;
c:/wamp/www/kb/client/inc/default/KBClientModel_common.php'
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Can not view definitions in bubble in IE"</title>
<link>http://www.kbpublisher.com/forums/topic/can-not-view-definitions-in-bubble-in-ie#post-240</link>
<pubDate>Thu, 28 Aug 2008 13:24:28 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">240@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;We have a fix for this. It will be included in coming v3.0.1&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Evgeny
&#60;/p&#62;</description>
</item>
<item>
<title>anbrutog on "Customising authentication for KB"</title>
<link>http://www.kbpublisher.com/forums/topic/customising-authentication-for-kb#post-236</link>
<pubDate>Tue, 26 Aug 2008 10:29:59 +0000</pubDate>
<dc:creator>anbrutog</dc:creator>
<guid isPermaLink="false">236@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hi guys , &#60;/p&#62;
&#60;p&#62;I have a rather strange situation in that I wish to restrict access via the normal authentication methods for users in my local network but leave our KB unrestricted for a third party at a certain IP address range. Strange situation I know and is probably the opposite to mosts requirements.&#60;br /&#62;
Basically we require the KB to recognise what IP the user is coming from , should it be coming from one of the specified IP's fom our third party , they are let through without any sort of authentication, if not then the normal authentication process should apply.&#60;br /&#62;
From what I can see in the remote authentication documentation I am required to edit the admin/lib/custom/remote_auth.php file , trouble is that file does not exist in our installation. Should there be somewhere else to look or perhaps can the file be created manually?? Any help is greatly appreciated!!&#60;/p&#62;
&#60;p&#62;Yours ...&#60;/p&#62;
&#60;p&#62;Anbrutog
&#60;/p&#62;</description>
</item>
<item>
<title>cappa on "KBClientLoader required once"</title>
<link>http://www.kbpublisher.com/forums/topic/kbclientloader-required-once#post-235</link>
<pubDate>Mon, 25 Aug 2008 18:07:30 +0000</pubDate>
<dc:creator>cappa</dc:creator>
<guid isPermaLink="false">235@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;I've setup and am using the KB on my isp, but I just installed WAMP and exported the database though phpmyadmin and imported the tables... I was able to look at the sql file and made sure there were no calls to an invalid path, which of course were changed. However, when i attempt to view the client side, I'm presented with this error, and came seem to make heads or tails of it.&#60;/p&#62;
&#60;p&#62;Fatal error: KBClientLoader::require_once() [function.require]: Failed opening required 'c:/wamp/www/kb/client/inc//KBClientModel_common.php' (include_path='.;C:\php5\pear;c:/wamp/www/kb/admin/lib/;c:/wamp/www/kb/admin/lib/Pear') in C:\wamp\www\KB\client\inc\KBClientLoader.php on line 21&#60;/p&#62;
&#60;p&#62;I've setup the database configurations in the config file already, and the admin side works as expected. &#60;/p&#62;
&#60;p&#62;Thanks for the help in this...
&#60;/p&#62;</description>
</item>
<item>
<title>JimChud on "Can not view definitions in bubble in IE"</title>
<link>http://www.kbpublisher.com/forums/topic/can-not-view-definitions-in-bubble-in-ie#post-234</link>
<pubDate>Mon, 18 Aug 2008 14:02:14 +0000</pubDate>
<dc:creator>JimChud</dc:creator>
<guid isPermaLink="false">234@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;For anyone who is interested, i have found an easier work around that doesnt affect the layout of the overall pages.&#60;br /&#62;
When Creating or Editing the Glossary items, After initial writing of the glossary item view in source and remove any special layout and of course the &#38;lt;p&#38;gt;'s from the source then submit.&#60;br /&#62;
The inital submit shouldnt add the &#38;lt;p&#38;gt;'s back in or any additional code. Further editing will add these in.&#60;/p&#62;
&#60;p&#62;I have tested this on a number of items and they seem to display fine.&#60;/p&#62;
&#60;p&#62;e.g.&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;b&#38;gt;Active Directory&#38;lt;/b&#38;gt; (&#38;lt;b&#38;gt;AD&#38;lt;/b&#38;gt;) is a technology created by Microsoft that provides a variety of network services, including:&#60;br /&#62;
&#38;lt;b&#38;gt;* Directory services&#38;lt;/b&#38;gt;&#60;br /&#62;
&#38;lt;b&#38;gt;* Kerberos (a computer network&#38;#160;authentication protocol)&#38;lt;/b&#38;gt;&#38;#160;based authentication&#60;br /&#62;
&#38;lt;b&#38;gt;* Domain Named (DNS)&#38;lt;/b&#38;gt; based naming and other network information&#60;br /&#62;
Using the same database, for use primarily in&#38;#160;Windows environments. Active Directory also allows administrators to assign policies, deploy software, and apply critical updates to an organization. Active Directory stores information and settings in a central database.&#60;br /&#62;
&#60;/code&#62;&#60;code&#62;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>JimChud on "Can not view definitions in bubble in IE"</title>
<link>http://www.kbpublisher.com/forums/topic/can-not-view-definitions-in-bubble-in-ie#post-233</link>
<pubDate>Mon, 18 Aug 2008 13:10:45 +0000</pubDate>
<dc:creator>JimChud</dc:creator>
<guid isPermaLink="false">233@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
i too am suffering from this problem. Most of our viewers will be IE6 and a few IE7 + FireFox. &#60;/p&#62;
&#60;p&#62;The issue is if you do the fix as suggested you lose out on the ability to keep most of the formatting and spacing as required.&#60;/p&#62;
&#60;p&#62;Has anyone come up with any other work arounds for this or anything?&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Jim
&#60;/p&#62;</description>
</item>
<item>
<title>suresh on "magento integration"</title>
<link>http://www.kbpublisher.com/forums/topic/magento-integration#post-232</link>
<pubDate>Sat, 16 Aug 2008 07:12:29 +0000</pubDate>
<dc:creator>suresh</dc:creator>
<guid isPermaLink="false">232@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Is there any way to integrate this to a &#34;magento&#34; powered site ?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
