<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel>
	<title>KBPublisher Knowledgebase RSS</title>
	<description></description>
	<link>http://www.kbpublisher.com/kb/</link>
	
	
	
	<item>
		<title>Subscribe to RSS feed</title>
		<link>http://www.kbpublisher.com/kb/Subscribe-to-RSS-feed_83.html</link>
		<description>KBPublisher produces an RSS feed which users can subscribe to by:

   Click on the RSS feed image at the bottom of the screen ( ) 
  
   This brings up a list of all feeds available. 
  
  If KBPublisher is using default settings, there...</description>
		<category>User Manual v3.5/RSS</category>
		<pubDate>Tue, 09 Mar 2010 13:12:04 -0600</pubDate>
	</item>
	
	<item>
		<title>User feedback</title>
		<link>http://www.kbpublisher.com/kb/User-feedback_67.html</link>
		<description>Users can contact the knowledgebase by sending a feedback request. They can use the feedback form to ask questions, provide general feedback or even to suggest updates.
 Different subjects can be emailed to different moderators.
 The feedback...</description>
		<category>User Manual v3.5/Feedback</category>
		<pubDate>Tue, 09 Mar 2010 13:07:02 -0600</pubDate>
	</item>
	
	<item>
		<title>Installing KBPublisher</title>
		<link>http://www.kbpublisher.com/kb/Installing-KBPublisher_115.html</link>
		<description>The easiest way to install KBPublisher is to use the installation wizard.
 The install script is extremely simple. The only action required on your part is to click the next button when each step is completed and you will be prompted for each...</description>
		<category>User Manual v3.5/Installation</category>
		<pubDate>Sun, 07 Mar 2010 15:09:13 -0600</pubDate>
	</item>
	
	<item>
		<title>KBPublisher v3.5.2 release notes</title>
		<link>http://www.kbpublisher.com/kb/KBPublisher-v352-release-notes_290.html</link>
		<description>KBPublisher release 3.5.2 fixed several issues found in KBPublisher v3.5.1 and added some new features.
 

   Added two menu items (Add Category Article/File) to Manage menu in Public Area 
   Added link for authorized users to full...</description>
		<category>Release notes</category>
		<pubDate>Sat, 06 Mar 2010 14:37:05 -0600</pubDate>
	</item>
	
	<item>
		<title>How can I find my &quot;Full server path&quot;?</title>
		<link>http://www.kbpublisher.com/kb/How-can-I-find-my-Full-server-path_289.html</link>
		<description>A full server path is the path your system uses to define where your own files are located on the server (as opposed to files belonging to other users).

   You can determine the path while you are logged in via FTP (some programs will tell you...</description>
		<category>HowTo&#039;s, Tips &amp; Tricks/PHP &amp; MySQL</category>
		<pubDate>Wed, 03 Mar 2010 14:31:08 -0600</pubDate>
	</item>
	
	<item>
		<title>TCPDF ERROR: Could not include font definition file: [font name]</title>
		<link>http://www.kbpublisher.com/kb/TCPDF-ERROR-Could-not-include-font-definition-file-font-name_284.html</link>
		<description>Error message/code:
TCPDF ERROR: Could not include font definition file: [font name]
 Description:
By some reason TCPDF could not find required font.
 Solution:
Install required font.</description>
		<category>Error&#039;s codes, messages</category>
		<pubDate>Wed, 03 Mar 2010 03:55:48 -0600</pubDate>
	</item>
	
	<item>
		<title>TCPDF ERROR: [Image] No such file or directory in...</title>
		<link>http://www.kbpublisher.com/kb/TCPDF-ERROR-Image-No-such-file-or-directory-in_283.html</link>
		<description>Error message/code:
TCPDF ERROR: [Image] No such file or directory in...
 Description:
It means that article has link  to image &lt;ing src=....&gt; but image does not exits.
 Solution:
Update article, remove or make link to the image...</description>
		<category>Error&#039;s codes, messages</category>
		<pubDate>Wed, 03 Mar 2010 03:52:13 -0600</pubDate>
	</item>
	
	<item>
		<title>SMTP Error: Data not accepted.</title>
		<link>http://www.kbpublisher.com/kb/SMTP-Error-Data-not-accepted_282.html</link>
		<description>Error message/code:
SMTP Error: Data not accepted.
 Description:
The &quot;Data not accepted&quot; error message is coming from your SMTP server.
Usually when you get this message, your email shouldn&#039;t be sent, because it&#039;s being rejected by your SMTP...</description>
		<category>Error&#039;s codes, messages</category>
		<pubDate>Wed, 03 Mar 2010 03:49:56 -0600</pubDate>
	</item>
	
	<item>
		<title>Add a local file</title>
		<link>http://www.kbpublisher.com/kb/Add-a-local-file_262.html</link>
		<description>When you add files using Add a File, you upload the file from your local drive (e.g. your c: drive) or a server drive. But sometimes the file you want to upload is already on your server, and if you upload the file again you&#039;ll end up with two...</description>
		<category>User Manual v3.5/Files</category>
		<pubDate>Mon, 01 Mar 2010 15:14:07 -0600</pubDate>
	</item>
	
	<item>
		<title>The Files tab explained</title>
		<link>http://www.kbpublisher.com/kb/The-Files-tab-explained_86.html</link>
		<description>Whether or not users can see uploaded files is controlled by the Display Files link on the Knowledgebase tab, but if they can see files, then the Files tab under the Settings menu controls what they see and how they see it.
 

   The File...</description>
		<category>User Manual v3.5/Settings</category>
		<pubDate>Tue, 23 Feb 2010 02:51:44 -0600</pubDate>
	</item>
	
	<item>
		<title>How can I create a phpinfo.php page?</title>
		<link>http://www.kbpublisher.com/kb/How-can-I-create-a-phpinfophp-page_288.html</link>
		<description>To create the file simply add the following lines of code to a blank document and name the file phpinfo.php
 
&lt;?php
phpinfo();
?&gt; 
 
 Save the file as phpinfo.php and place it in the desired directory. Lastly, call the script from...</description>
		<category>HowTo&#039;s, Tips &amp; Tricks/PHP &amp; MySQL</category>
		<pubDate>Fri, 19 Feb 2010 03:04:50 -0600</pubDate>
	</item>
	
	<item>
		<title>Search engine friendly URLs</title>
		<link>http://www.kbpublisher.com/kb/Search-engine-friendly-URLs_90.html</link>
		<description>What is a search engine friendly URL?
 KBPublisher records are stored in a database. When you wish to read an article, KBPublisher sends a request to the database to get this record for you. This request is usually sent as a query string, and in...</description>
		<category>User Manual v3.5/Settings</category>
		<pubDate>Thu, 11 Feb 2010 04:30:53 -0600</pubDate>
	</item>
	
	<item>
		<title>Turn RSS feeds on or off</title>
		<link>http://www.kbpublisher.com/kb/Turn-RSS-feeds-on-or-off_94.html</link>
		<description>You must have administrator access to do this.
To turn RSS feeds on

   Click on Settings menu
   Choose the Knowledgebase tab
   Go to the section titled RSS Feeds at the bottom of the screen
   In the Generate RSS feeds field choose either...</description>
		<category>User Manual v3.5/RSS</category>
		<pubDate>Thu, 11 Feb 2010 04:16:49 -0600</pubDate>
	</item>
	
	<item>
		<title>Change RSS feed from single feed to separate category feeds</title>
		<link>http://www.kbpublisher.com/kb/Change-RSS-feed-from-single-feed-to-separate-category-feeds_93.html</link>
		<description>By default, your knowledgebase is set up to display a single RSS feed for the whole knowledgebase. You may, however, want to change this. You might want to turn it off altogether. Or you might want to change it so that each top-level category has...</description>
		<category>User Manual v3.5/RSS</category>
		<pubDate>Thu, 11 Feb 2010 04:15:46 -0600</pubDate>
	</item>
	
	<item>
		<title>KBPublisher v3.5 release notes</title>
		<link>http://www.kbpublisher.com/kb/KBPublisher-v35-release-notes_237.html</link>
		<description>We are proud to announce that the latest version of KBPublisher (v3.5) is now available. 
It&#039;s bigger and better than ever. We have added more features and made it easier to use.
New modules and features: 
 News

   Add news to your...</description>
		<category>Release notes</category>
		<pubDate>Tue, 09 Feb 2010 04:31:40 -0600</pubDate>
	</item>
	
	
</channel>
</rss>