<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
        <title>Web-Site-Scripts.com - Recently Added</title>
        <link>https://www.web-site-scripts.com/knowledge-base/</link>
        <description><![CDATA[Root directory]]></description>
        <language>en-us</language>
        <generator>KnowlageBase RSS Generator</generator>

         
                <item>
                        <title>Updating KMP in your test environment (MySQL)</title>
                                    <link>https://www.web-site-scripts.com/knowledge-base/article/AA-00769</link>
                                    <description><![CDATA[<p></p>
<div class="attention">
<div class="attentionHeader">Please Read Carefully<br></div>
<div class="attentionContent">
<p>
This guide applies to a setup with two instances of KMP, e.g. Production and Testing (you may have a development or backup instance instead of testing instance, for example). Please follow these steps if you would like to update the Testing instance with the most recent data from the Production instance.<span style="line-height: 1.4em;">&nbsp;</span></p>
<b>Warning!</b> Please note that by following these steps all data in your Testing instance will be lost and overwritten with the data from the Production instance.
<p></p>
</div>
</div>
<p></p>
<div>
<p>If you do not have a testing environment yet, please follow the&nbsp;<a href="ARTICLE_URL#128##AA-00167#" target="">Installation of KnowledgeBase Manager Pro</a>&nbsp;guide.</p>
</div><ol><li>Make a backup of the data on PRODUCTION and copy the backup file to TESTING. You can use your favorite database management tool for this or make a backup from the command line (it works on Windows as well as on Unix-like systems).&nbsp;<div class="preformatted">
<div class="preformattedContent">mysqldump -u <span style="background-color: rgb(255, 240, 0);">db-login-on-production</span>&nbsp;-p --default-character-set=utf8&nbsp;<span style="background-color: rgb(250, 192, 143);">kmp-database-on-production</span>&nbsp;&gt; dump.sql</div></div></li><li><span style="line-height: inherit;">Truncate the database on&nbsp;<span style="line-height: 18.2px;">TESTING&nbsp;</span>(i.e. delete all tables from it).</span></li><li><span style="line-height: inherit;">Restore the database backup on&nbsp;<span style="line-height: 18.2px;">TESTING</span>. Again, you can do this from the command line or with your favorite database management tool.</span></li><li><div class="preformatted">
<div class="preformattedContent">
mysql -u <span style="background-color: rgb(255, 240, 0);">db-login-on-testing</span>&nbsp;-p&nbsp;--default-character-set=utf8 <span style="background-color: rgb(250, 192, 143);">kmp-database-on-testing</span>&nbsp;&lt; dump.sql</div></div>
</li><li>Delete all files within the following folders on&nbsp;<span style="line-height: 18.2px;">TESTING (paths are relative to the root KMP folder).<br><div class="preformatted">
<div class="preformattedContent">
/admin/attaches/<br><br>/admin/media_storage/
</div></div></span></li><li>Copy the contents of the following folders from PRODUCTION to TESTING.<br><div class="preformatted">
<div class="preformattedContent">
/admin/attaches/<br><br>/admin/media_storage/</div></div></li><li><span style="line-height: inherit;">Update the links to embedded images by running a MySQL query on TESTING:</span><div class="preformatted">
<div class="preformattedContent">
UPDATE `faq_articles` SET `answer` = replace(`answer`, 'http://<span style="background-color: rgb(255, 255, 0); ">www.production.com</span>/admin/media_store/2/', 'http://<span style="background-color: rgb(146, 205, 220);">www.testing.com</span>/admin/media_store/2/') WHERE `account_id`=2;<br></div>
</div>
<p>where:<br><span style="background-color: rgb(255, 240, 0);">www.production.com</span> is the&nbsp;<span style="line-height: 18.2px;">domain name of the&nbsp;</span><span style="line-height: 1.4em;">PRODUCTION instance&nbsp;<br><span style="line-height: 1.4em; background-color: rgb(146, 205, 220);">www.testing.com</span><span style="line-height: 1.4em;"> is the domain name of the TESTING instance<br></span></span><span style="line-height: 1.4em;">if KMP resides in a sub-directory relatively to the web root directory, adjust the query accordingly<br>if your database tables have a prefix, add it to the table name 'faq_articles' in the query, e.g. 'prefixfaq_articles'</span></p>
</li></ol><span style="line-height: 1.4em;">If you have any questions, feel free to </span><a href="http://support.web-site-scripts.com/" target="" style="line-height: 1.4em;">contact us</a><span style="line-height: 1.4em;">.</span>
<p></p>
]]></description>
                                    <pubDate>Wed, 04 May 2016 16:21:29 +0000</pubDate>
                                    <guid>https://www.web-site-scripts.com/knowledge-base/article/AA-00769</guid>
                    </item>
                <item>
                        <title>Workflow scenario using a restricted category</title>
                                    <link>https://www.web-site-scripts.com/knowledge-base/article/AA-00767</link>
                                    <description><![CDATA[<p>By following the following steps you'll get a category, which is only accessible to Authors (users, who create new articles that require a review) and Reviewers (users, who approve/decline these articles). Reviewers will get an email notification for a new or updated article in this category. Users who are not Reviewers or Authors will not see new articles until they are approved by a Reviewer.</p><p>Create a restricted category (e.g. named "Articles For Review") and limit access to it for Reviewers and Authors only.</p><p><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00767/pending-review.png" title="" alt="" border="0" style="border-width: 0px;"><br></p><p>Create two groups: Authors and Reviewers on Users &amp; Groups &gt; Staff &gt; Staff Groups page. Uncheck the permission "Articles: Change Restrictions" in the Authors group. This will prevent them from changing article permissions, so new articles would always inherit permissions from the restricted "Articles For Review" category and thus wouldn't be exposed to others.</p><p><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00767/change-restrictions.PNG" alt="" title="" width="702" height="497" border="0" hspace="0" vspace="0" align="" style="margin: 0px; border-width: 0px;"><br></p><p>Subscribe reviewers to "Articles For Review" category on the Articles &gt; Subscribers &gt; Category Subscribers page.</p><p><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00767/subscribe-reviewer.png" title="" alt="" border="0" style="border-width: 0px;"><br></p><p>When Author creates a new article in "Articles For Review", subscribed Reviewers will get a notification email.</p><p>Reviewer can approve the article by moving it to the target public category (where article should be put to) or reject it by writing an email to the author.</p><p>If Author (or anyone else) updates the article, Reviewers also get a notification email.</p>]]></description>
                                    <pubDate>Wed, 11 Mar 2015 12:09:52 +0000</pubDate>
                                    <guid>https://www.web-site-scripts.com/knowledge-base/article/AA-00767</guid>
                    </item>
                <item>
                        <title>Displaying article access permissions in the list</title>
                                    <link>https://www.web-site-scripts.com/knowledge-base/article/AA-00765</link>
                                    <description><![CDATA[<p>You can make article access permissions displayed in the article list on the Articles &gt; Articles &amp; Categories page in the admin area. This helps to determine an article permissions without opening the article.</p><p>It may show:</p><p><ul><li><span style="line-height: 1.4em;">"Public" for a public article (i.e. visible to everyone),</span></li><li><span style="line-height: 1.4em;">"All Groups" for a restricted article, which every user group has access to</span></li><li><span style="line-height: 1.4em;">A group name or multiple group names, separated by commas. That would be group(s) that have access to a given article.</span></li></ul></p><p><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00765/access-column-shown.png" title="" alt="" border="0" style="line-height: 1.4em; border-width: 0px;"></p><p><span style="line-height: 18.2000007629395px;">Here is how you can turn that column on.</span></p><p><span style="line-height: 18.2000007629395px;">Go to the Articles &gt; Articles &amp; Categories page and click on the button shown below:</span></p><p><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00765/list-preferences.png" title="" alt="" border="0" style="border-width: 0px;"><br></p><p>That will open the article list settings. Tick the checkbox next to "Access" and click "Save &amp; Close" to save the change.</p><p><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00765/access-column.png" title="" alt="" border="0" style="border-width: 0px;"><br></p><p>Now you can see article permissions right in the list.</p>]]></description>
                                    <pubDate>Tue, 14 Oct 2014 13:33:00 +0000</pubDate>
                                    <guid>https://www.web-site-scripts.com/knowledge-base/article/AA-00765</guid>
                    </item>
                <item>
                        <title>Recycle Bin</title>
                                    <link>https://www.web-site-scripts.com/knowledge-base/article/AA-00763</link>
                                    <description><![CDATA[<p>All deleted articles go to the recycle bin. You can access it by clicking the "Recycle Bin" button on the Articles &amp; Categories page:</p><p><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00763/recycle-bin-button.png" title="" alt="" border="0" style="border-width: 0px;"><br></p><p>or by selecting Administration &gt; Recycle Bin menu:</p><p><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00763/recycle-bin-menu.png" title="" alt="" border="0" style="border-width: 0px;"><br></p><p>To restore an article just click the "Recover" button next to it:</p><p><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00763/recover.png" title="" alt="" border="0" style="border-width: 0px;"><br></p><p>If the deleted article had been stored in a category, which still exists, it will be recovered to that category without additional questions. If the category doesn't longer exist, KMP will ask you where would you like to put the restored article.</p><p>KMP does not clean up Recycle Bin automatically. All deleted articles are stored there until someone destroys them completely.</p>]]></description>
                                    <pubDate>Tue, 30 Sep 2014 10:33:30 +0000</pubDate>
                                    <guid>https://www.web-site-scripts.com/knowledge-base/article/AA-00763</guid>
                    </item>
                <item>
                        <title>Language, date, and time preferences</title>
                                    <link>https://www.web-site-scripts.com/knowledge-base/article/AA-00762</link>
                                    <description><![CDATA[<h2><span style="color: rgb(63, 113, 173); font-size: 18px; line-height: normal;">Your Account Preferences</span></h2><p>To change your own account preferences click on the My Account menu:</p><p><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00762/user-account-settings.png" title="" alt="" border="0" style="border-width: 0px;"><br></p><p>Then select the Preferences tab and click Edit.
</p><p>You'll find the language, time zone, time and date format settings there.<span style="line-height: 1.4em;">After you click Save &amp; Close, it will reload the application and apply the new settings.</span></p><h2><a name="global" ></a>Global Setting for Anonymous Users</h2><p>To change global preferences for all anonymous front-end users, go to: Customization &gt; Styling and Front-end Settings:</p><p><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00762/global-settings.png" title="" alt="" border="0" style="border-width: 0px;"><br></p><p><span style="line-height: 1.4em;">Make changes and click Save.</span></p><p><span style="line-height: 1.4em;">When you are logged in to the knowledge base, your account language preference overrides the front-end language setting.</span></p><p>You can also <a href="ARTICLE_URL#692##AA-00731#" target="">setup the default preferences for all future users</a>.</p>]]></description>
                                    <pubDate>Thu, 04 Sep 2014 14:15:29 +0000</pubDate>
                                    <guid>https://www.web-site-scripts.com/knowledge-base/article/AA-00762</guid>
                    </item>
                <item>
                        <title>Creating a link</title>
                                    <link>https://www.web-site-scripts.com/knowledge-base/article/AA-00757</link>
                                    <description><![CDATA[<p>Here is how you can create a link to another knowledge base article or to any web page (e.g. on your website).</p><p><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00757/creating-a-link.png" title="" alt="" border="0" style="border-width: 0px;"><br></p>]]></description>
                                    <pubDate>Wed, 07 Aug 2013 17:45:36 +0000</pubDate>
                                    <guid>https://www.web-site-scripts.com/knowledge-base/article/AA-00757</guid>
                    </item>
                <item>
                        <title>Disable Directory Browsing in IIS 7</title>
                                    <link>https://www.web-site-scripts.com/knowledge-base/article/AA-00756</link>
                                    <description><![CDATA[<ol class="ordered"><li><p style="margin-bottom: 0px; padding-bottom: 15px;">Open IIS Manager and navigate to the level you want to manage, e.g. the website with KMP.</p></li><li><p style="margin-bottom: 0px; padding-bottom: 15px;">In&nbsp;Features View, double-click&nbsp;Directory Browsing.<br><br><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00756/directory-browsing.png" title="" alt="" border="0" style="border-width: 0px;"><br></p></li><li><p style="margin-bottom: 0px; padding-bottom: 15px;">In the&nbsp;<font color="#2a2a2a" face="Segoe UI, Lucida Grande, Verdana, Arial, Helvetica, sans-serif"><span style="line-height: 18px;">Actions&nbsp;pane, click&nbsp;Enable&nbsp;if the&nbsp;Directory Browsing&nbsp;feature is disabled and you want to enable it. Or, click&nbsp;Disable&nbsp;if the&nbsp;Directory Browsing&nbsp;</span></font>feature is enabled and you want to disable it.<img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00756/disable.png" title="" alt="" border="0" style="border-width: 0px;"></p></li></ol>]]></description>
                                    <pubDate>Wed, 26 Jun 2013 12:14:09 +0000</pubDate>
                                    <guid>https://www.web-site-scripts.com/knowledge-base/article/AA-00756</guid>
                    </item>
                <item>
                        <title>OpenSSL for IIS / Apache on Windows 2003/2008 (LDAPS)</title>
                                    <link>https://www.web-site-scripts.com/knowledge-base/article/AA-00754</link>
                                    <description><![CDATA[<p>The guide attached below in PDF format explains how to install OpenSSL for IIS and Apache on Windows 2003/2008 to enable SSL support for LDAP (LDAPS).</p>]]></description>
                                    <pubDate>Tue, 18 Jun 2013 10:00:11 +0000</pubDate>
                                    <guid>https://www.web-site-scripts.com/knowledge-base/article/AA-00754</guid>
                    </item>
                <item>
                        <title>How to check which KMP version you have?</title>
                                    <link>https://www.web-site-scripts.com/knowledge-base/article/AA-00753</link>
                                    <description><![CDATA[<p>You can check the version of KMP that you have by navigating to the admin area page.</p><p>If you're not logged in, you can see the current version at the bottom of the login screen:</p><p><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00753/login.png" title="" alt="" border="0" style="border-width: 0px;"><br></p><p>After login to the admin area you will see the version at the <i>bottom left:</i></p><p><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00753/admin.png" title="" alt="" border="0" style="border-width: 0px;"><br></p><p>Remember to keep your KMP up-to-date to ensure that you have the lasted features and fixes. <a href="ARTICLE_URL#198##AA-00237#" target="">Here you can find the update guide</a>.</p>]]></description>
                                    <pubDate>Thu, 06 Jun 2013 16:51:46 +0000</pubDate>
                                    <guid>https://www.web-site-scripts.com/knowledge-base/article/AA-00753</guid>
                    </item>
                <item>
                        <title>Return email for automated emails</title>
                                    <link>https://www.web-site-scripts.com/knowledge-base/article/AA-00751</link>
                                    <description><![CDATA[<p>KMP sends different types of emails, such as:</p><p></p><ul><li><span style="line-height: 18.1875px;">notifications for new and updated articles</span></li><li><span style="line-height: 18.1875px;">notifications for new comments</span></li><li><span style="line-height: 18.1875px;">new questions</span></li><li><span style="line-height: 18.1875px;">email with user login details</span></li><li><span style="line-height: 18.1875px;">emails sent when user registers in the knowledge base</span></li><li><span style="line-height: 18.1875px;">test email</span></li></ul><div><p>Mostly these emails are sent automatically. Some of them are sent when a staff user clicks a certain button.</p><p>You can set a return email and name for all those emails. It will be displayed in the "From" header. Commonly a no-reply email is used here.</p><p><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00751/mazio.png" style="border-width: 0px;" title="" alt="" border="0"><br></p><p>Please do not leave these fields empty, as it may prevent emails from sending on some server configurations.</p><h2>Questions Submitted via Ask a Question form</h2><p>There is a setting, which defines the return email for emails with questions sent via Ask a Question form. There are two options:</p><p></p><ul><li><span style="line-height: 18.1875px;"><b>Question Submitter</b> - the email of the person who submitted the question will be used as the return email.</span></li><li><span style="line-height: 18.1875px;"><b>"No-reply" email</b> - the setting for automated emails described previously will apply. The email of the person who submitted the question will be added to the Reply-To header of the email. This means that when you reply to that email, you will see the submitter's email in the "To" header so unless you change that, you will still be replying to the author of the question.</span></li></ul><p></p><p><img src="http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00751/ask-question.png" style="border-width: 0px;" title="" alt="" border="0"><br></p><p>These settings have been added because at some circumstances it is required if the return email matches the email of the question author. That's the case if you're forwarding questions to a ticketing system and it needs that to detect the author. On the other hand some mail servers do not like when a third-party email is being used as return email and may block it or move to the spam folder. In that case it is recommended to switch to the "No-reply email" option.</p></div><p></p>]]></description>
                                    <pubDate>Wed, 17 Apr 2013 15:52:22 +0000</pubDate>
                                    <guid>https://www.web-site-scripts.com/knowledge-base/article/AA-00751</guid>
                    </item>
                
    </channel>
</rss>