<?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 Code Hacks and Customization Discussion</title>
<link>http://www.kbpublisher.com/forums/</link>
<description>Forum Forum: KBPublisher Code Hacks and Customization Discussion</description>
<language>en</language>
<pubDate>Wed, 19 Nov 2008 12:09:02 +0000</pubDate>

<item>
<title>chrisbjax on "php code in template"</title>
<link>http://www.kbpublisher.com/forums/topic/php-code-in-template#post-270</link>
<pubDate>Wed, 22 Oct 2008 17:14:22 +0000</pubDate>
<dc:creator>chrisbjax</dc:creator>
<guid isPermaLink="false">270@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I'm trying to do something similar, and I don't think I am understanding what the syntax is.&#60;/p&#62;
&#60;p&#62;I would like to include a php file on the the knowledgebase (Its a simply adldap recognition function that prints firstname last name)&#60;/p&#62;
&#60;p&#62;If I understand correctly, I would open the page.html template and add my {recog} block where I want it.&#60;/p&#62;
&#60;p&#62;:: Heres where i'm fuzzy ::&#60;/p&#62;
&#60;p&#62;I then open Index.php and add my inclusion?&#60;br /&#62;
include_once(&#34;../includes/adldap/whoami.php&#34;);&#60;/p&#62;
&#60;p&#62;Where am I converting it to the template variable?&#60;/p&#62;
&#60;p&#62;I tried $tpl-&#38;gt;tplAssign('recog'); But I know this isnt correct, because this is not even references my inclusion.&#60;br /&#62;
I'm guessing I need to add a function??&#60;br /&#62;
May I get some insight?
&#60;/p&#62;</description>
</item>
<item>
<title>nidave on "Include search from separate page"</title>
<link>http://www.kbpublisher.com/forums/topic/include-search-from-separate-page#post-269</link>
<pubDate>Wed, 22 Oct 2008 08:04:29 +0000</pubDate>
<dc:creator>nidave</dc:creator>
<guid isPermaLink="false">269@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Sorted it - added &#38;lt;input type=&#34;hidden&#34; name=&#34;s&#34; id=&#34;s&#34; value=&#34;1&#34; /&#38;gt; to the form.&#60;br /&#62;
Thanks very much for your help.
&#60;/p&#62;</description>
</item>
<item>
<title>nidave on "Include search from separate page"</title>
<link>http://www.kbpublisher.com/forums/topic/include-search-from-separate-page#post-268</link>
<pubDate>Tue, 21 Oct 2008 22:33:46 +0000</pubDate>
<dc:creator>nidave</dc:creator>
<guid isPermaLink="false">268@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Fantastic - thanks - one more question - if I just add the main categories - not the sub categories to the list will the sub categories  be included in the search?
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Include search from separate page"</title>
<link>http://www.kbpublisher.com/forums/topic/include-search-from-separate-page#post-266</link>
<pubDate>Tue, 21 Oct 2008 20:08:27 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">266@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;From separate page?&#60;br /&#62;
Add to the form&#60;br /&#62;
&#38;lt;select name=&#34;c[]&#34;&#38;gt;&#60;br /&#62;
&#38;lt;option value=&#34;38&#34;&#38;gt;Categories&#38;lt;/option&#38;gt;&#60;br /&#62;
&#38;lt;option value=&#34;24&#34;&#38;gt;-- Articles&#38;lt;/option&#38;gt;&#60;br /&#62;
...&#60;br /&#62;
&#38;lt;/select&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>nidave on "Include search from separate page"</title>
<link>http://www.kbpublisher.com/forums/topic/include-search-from-separate-page#post-264</link>
<pubDate>Mon, 20 Oct 2008 19:44:26 +0000</pubDate>
<dc:creator>nidave</dc:creator>
<guid isPermaLink="false">264@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;is there a way to add this search plus a drop down searching a specific category?
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Version 2.0 View Format"</title>
<link>http://www.kbpublisher.com/forums/topic/version-20-view-format#post-260</link>
<pubDate>Thu, 25 Sep 2008 20:03:42 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">260@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;See this file&#60;br /&#62;
/client/skin/view_default/default/top.html
&#60;/p&#62;</description>
</item>
<item>
<title>jason78 on "Version 2.0 View Format"</title>
<link>http://www.kbpublisher.com/forums/topic/version-20-view-format#post-259</link>
<pubDate>Thu, 25 Sep 2008 18:49:49 +0000</pubDate>
<dc:creator>jason78</dc:creator>
<guid isPermaLink="false">259@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;In version 2.0, client areas entire navigation is located above the articles which is controlled in the header.html file. This includes the breadcrumbs, search box, and drop down navigation. &#60;/p&#62;
&#60;p&#62;The articles, recently added articles, search results and subcategories appear below the header.html file.&#60;/p&#62;
&#60;p&#62;I'm trying to get the search box and category dropdown to appear the left of the articles, search results, etc..... a table layout like this:&#60;/p&#62;
&#60;p&#62;-----------------------------------------------------------&#60;br /&#62;
Links&#60;br /&#62;
-----------------------------------------------------------&#60;br /&#62;
Search          &#124; Article listings, etc appear here&#60;br /&#62;
                    &#124;&#60;br /&#62;
Cat Select     &#124;&#60;br /&#62;
                    &#124;&#60;br /&#62;
                    &#124;&#60;/p&#62;
&#60;p&#62;The article listings, etc part of the above is the area I can't get to in your product.&#60;/p&#62;
&#60;p&#62;It seems like your template adds that part after the header.html file. If I could get my hands on that part of the code, I may be able to hack the code to make it work.&#60;/p&#62;
&#60;p&#62;Thanks for your quick reply.
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Version 2.0 View Format"</title>
<link>http://www.kbpublisher.com/forums/topic/version-20-view-format#post-258</link>
<pubDate>Thu, 25 Sep 2008 17:49:47 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">258@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;There is no &#34;left menu&#34; in v2.0.1&#60;/p&#62;
&#60;p&#62;Not sure I understand what do you mean but check this article&#60;br /&#62;
&#60;a href=&#34;http://www.kbpublisher.com/kb/Change-KBPublisher-Look-and-Feel-&#34; rel=&#34;nofollow&#34;&#62;http://www.kbpublisher.com/kb/Change-KBPublisher-Look-and-Feel-&#60;/a&#62;(design-integration)_217.html&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>jason78 on "Version 2.0 View Format"</title>
<link>http://www.kbpublisher.com/forums/topic/version-20-view-format#post-257</link>
<pubDate>Thu, 25 Sep 2008 17:14:28 +0000</pubDate>
<dc:creator>jason78</dc:creator>
<guid isPermaLink="false">257@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hello, I'm trying to change the view format from &#34;Browseable&#34; to &#34;Left Menu&#34; but it isn't present in the dropdown in the backend. However, I did notice a folder in the template section named &#34;left_default&#34;.&#60;/p&#62;
&#60;p&#62;Is there someplace I have to configure this?&#60;/p&#62;
&#60;p&#62;If not, I'm able to do custom CSS layouts.... but the changes I make in the header.html file appear above the body of the KB... in other words, I'm unable to control where the body appears in the header.html file to recreate the &#34;left menu&#34; look. Is there a tag I can use or another file that will allows me to control the body of the KB?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Karen on "SE friendly URL (Type 2) not working"</title>
<link>http://www.kbpublisher.com/forums/topic/se-friendly-url-type-2-not-working#post-249</link>
<pubDate>Mon, 08 Sep 2008 13:44:48 +0000</pubDate>
<dc:creator>Karen</dc:creator>
<guid isPermaLink="false">249@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Ophir&#60;br /&#62;
You will be pleased to hear this has been fixed in the next release (3.0.1). Watch out for news of it soon.
&#60;/p&#62;</description>
</item>
<item>
<title>prutwo on "SE friendly URL (Type 2) not working"</title>
<link>http://www.kbpublisher.com/forums/topic/se-friendly-url-type-2-not-working#post-246</link>
<pubDate>Fri, 05 Sep 2008 17:29:40 +0000</pubDate>
<dc:creator>prutwo</dc:creator>
<guid isPermaLink="false">246@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;I'm glad you found the problem, but WHY WASN'T THIS BUG FIX ADDED TO THE INSTALL CODE?&#60;/p&#62;
&#60;p&#62;As a paying customer, I shouldn't have to spend my valuable time trying to debug an error that has already been fixed!!!&#60;/p&#62;
&#60;p&#62;- Ophir
&#60;/p&#62;</description>
</item>
<item>
<title>chrisbjax on "Include search from separate page"</title>
<link>http://www.kbpublisher.com/forums/topic/include-search-from-separate-page#post-241</link>
<pubDate>Fri, 29 Aug 2008 13:33:48 +0000</pubDate>
<dc:creator>chrisbjax</dc:creator>
<guid isPermaLink="false">241@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;That's it!&#60;/p&#62;
&#60;p&#62;Thank you very much onesign!
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Include search from separate page"</title>
<link>http://www.kbpublisher.com/forums/topic/include-search-from-separate-page#post-239</link>
<pubDate>Thu, 28 Aug 2008 13:15:17 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">239@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;This one&#60;br /&#62;
---&#60;br /&#62;
&#38;lt;form action=&#34;http://www.domain.com/kb/index.php&#34;&#38;gt;&#60;br /&#62;
&#38;lt;input type=&#34;hidden&#34; name=&#34;View&#34; value=&#34;search&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;input type=&#34;hidden&#34; name=&#34;s&#34; id=&#34;s&#34; value=&#34;1&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;input type=&#34;text&#34; name=&#34;q&#34; id=&#34;searchq&#34; value=&#34;&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;input type=&#34;submit&#34; name=&#34;sb&#34; id=&#34;sb&#34; value=&#34;Search KB&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;/form&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>chrisbjax on "Include search from separate page"</title>
<link>http://www.kbpublisher.com/forums/topic/include-search-from-separate-page#post-238</link>
<pubDate>Wed, 27 Aug 2008 17:55:45 +0000</pubDate>
<dc:creator>chrisbjax</dc:creator>
<guid isPermaLink="false">238@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;This populates the general search field and brings me to the knowledgebase, I then have to press the search button a second time. Is there any way to have it perform the query so we don't have to run it twice?
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Include search from separate page"</title>
<link>http://www.kbpublisher.com/forums/topic/include-search-from-separate-page#post-224</link>
<pubDate>Wed, 13 Aug 2008 04:03:49 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">224@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Just place this code to any page you need&#60;/p&#62;
&#60;p&#62;----&#60;br /&#62;
&#38;lt;form action=&#34;http://www.domain.com/kb_directory/index.php?View=search&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;input type=&#34;hidden&#34; name=&#34;s&#34; id=&#34;s&#34; value=&#34;1&#34; /&#38;gt;&#60;br /&#62;
	&#38;lt;input type=&#34;text&#34; name=&#34;q&#34; id=&#34;searchq&#34; value=&#34;&#34; /&#38;gt;&#60;br /&#62;
	&#38;lt;input type=&#34;submit&#34; name=&#34;sb&#34; id=&#34;sb&#34; value=&#34;Search KB&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;/form&#38;gt;&#60;br /&#62;
----&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Evgeny
&#60;/p&#62;</description>
</item>
<item>
<title>chrisbjax on "Include search from separate page"</title>
<link>http://www.kbpublisher.com/forums/topic/include-search-from-separate-page#post-222</link>
<pubDate>Wed, 30 Jul 2008 12:35:41 +0000</pubDate>
<dc:creator>chrisbjax</dc:creator>
<guid isPermaLink="false">222@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hi all,&#60;br /&#62;
I was curious if its possible to include the search feature from a page outside of the knowledgebase?&#60;/p&#62;
&#60;p&#62;To further explain:&#60;br /&#62;
kb is located at &#60;a href=&#34;http://url/kb/index.php&#34; rel=&#34;nofollow&#34;&#62;http://url/kb/index.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have a page : &#60;a href=&#34;http://url/page.php&#34; rel=&#34;nofollow&#34;&#62;http://url/page.php&#60;/a&#62;&#60;br /&#62;
I would like to add a search box here, and have it direct the output into the kb.&#60;br /&#62;
How would this be accomplished?&#60;br /&#62;
Thank you
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "SE friendly URL (Type 2) not working"</title>
<link>http://www.kbpublisher.com/forums/topic/se-friendly-url-type-2-not-working#post-199</link>
<pubDate>Sun, 08 Jun 2008 19:32:58 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">199@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;On some servers there is a problem with &#34;-&#34;&#60;br /&#62;
Fixed mod_rewrite rule, 3 rule in KNOWLEDGE section in .htaccess file&#60;br /&#62;
RewriteRule ^([a-zA-Z0-9_,.!?'/()\+\-]+)_([0-9]+)\.html$ index.php?View=entry&#38;#38;EntryID=$2&#38;#38;EntryTitle=$1 [QSA,L]
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "SE friendly URL (Type 2) not working"</title>
<link>http://www.kbpublisher.com/forums/topic/se-friendly-url-type-2-not-working#post-197</link>
<pubDate>Sun, 08 Jun 2008 09:42:43 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">197@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Normally &#34;-&#34; should work.&#60;br /&#62;
As you can see it's working here&#60;br /&#62;
&#60;a href=&#34;http://www.kbpublisher.com/kb/The-Lists-tab-explained_172.html&#34; rel=&#34;nofollow&#34;&#62;http://www.kbpublisher.com/kb/The-Lists-tab-explained_172.html&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>rabanerjee on "SE friendly URL (Type 2) not working"</title>
<link>http://www.kbpublisher.com/forums/topic/se-friendly-url-type-2-not-working#post-196</link>
<pubDate>Thu, 05 Jun 2008 11:16:34 +0000</pubDate>
<dc:creator>rabanerjee</dc:creator>
<guid isPermaLink="false">196@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Ok I think this is the Bug:&#60;/p&#62;
&#60;p&#62;(After making Type-2 as the default URL convention)&#60;/p&#62;
&#60;p&#62;Incorrect URL: &#60;a href=&#34;http://example.com/kbp30/What-is-RSS_32.html&#34; rel=&#34;nofollow&#34;&#62;http://example.com/kbp30/What-is-RSS_32.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;URL should be: &#60;a href=&#34;http://example.com/kbp30/What_is_RSS_32.html&#34; rel=&#34;nofollow&#34;&#62;http://example.com/kbp30/What_is_RSS_32.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What are the necessary changes I need to do and where? Kindly suggest..
&#60;/p&#62;</description>
</item>
<item>
<title>rabanerjee on "SE friendly URL (Type 2) not working"</title>
<link>http://www.kbpublisher.com/forums/topic/se-friendly-url-type-2-not-working#post-195</link>
<pubDate>Thu, 05 Jun 2008 09:32:03 +0000</pubDate>
<dc:creator>rabanerjee</dc:creator>
<guid isPermaLink="false">195@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I was testing out the Type -2 Search engine friendly URL in the Trial Version and it does not work. Checked the .htaccess and no probs found with regards to permission. Even mod_rewrite works absolutely fine. Type -1 works absolutely fine though.&#60;/p&#62;
&#60;p&#62;What can the probable solution to this?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ramnath
&#60;/p&#62;</description>
</item>
<item>
<title>rabanerjee on "Template Header Customization"</title>
<link>http://www.kbpublisher.com/forums/topic/template-header-customization#post-194</link>
<pubDate>Thu, 05 Jun 2008 09:26:06 +0000</pubDate>
<dc:creator>rabanerjee</dc:creator>
<guid isPermaLink="false">194@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Thanx for the info!
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Template Header Customization"</title>
<link>http://www.kbpublisher.com/forums/topic/template-header-customization#post-188</link>
<pubDate>Mon, 02 Jun 2008 11:05:43 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">188@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Here you can find some instructions&#60;br /&#62;
&#60;a href=&#34;http://www.kbpublisher.com/kb/Customizing-Public-Area_95.html&#34; rel=&#34;nofollow&#34;&#62;http://www.kbpublisher.com/kb/Customizing-Public-Area_95.html&#60;/a&#62;&#60;br /&#62;
See &#34;Changing the page to load&#34; section
&#60;/p&#62;</description>
</item>
<item>
<title>rabanerjee on "Template Header Customization"</title>
<link>http://www.kbpublisher.com/forums/topic/template-header-customization#post-187</link>
<pubDate>Thu, 29 May 2008 10:57:42 +0000</pubDate>
<dc:creator>rabanerjee</dc:creator>
<guid isPermaLink="false">187@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am very new to KB Publisher platform here and need some basic help. I want to customize the HEADER of KBP30 and place a logo. Please suggest how to start. I am using a trial version.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>markg on "Customize Download Section"</title>
<link>http://www.kbpublisher.com/forums/topic/customize-download-section#post-185</link>
<pubDate>Thu, 22 May 2008 21:36:04 +0000</pubDate>
<dc:creator>markg</dc:creator>
<guid isPermaLink="false">185@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Never mind, I found this option under SETTINGS, under FILES. Sorry!
&#60;/p&#62;</description>
</item>
<item>
<title>markg on "Customize Download Section"</title>
<link>http://www.kbpublisher.com/forums/topic/customize-download-section#post-184</link>
<pubDate>Thu, 22 May 2008 20:54:59 +0000</pubDate>
<dc:creator>markg</dc:creator>
<guid isPermaLink="false">184@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;In the download section, how is it that you can limit the number of columns shown per row? Using settings in the back-end, no matter what I change the number of category columns to, it always remains at 3. Unless I am missing something, how do you change that?
&#60;/p&#62;</description>
</item>
<item>
<title>mommyj on "Rate It portion"</title>
<link>http://www.kbpublisher.com/forums/topic/rate-it-portion#post-162</link>
<pubDate>Wed, 07 May 2008 13:43:58 +0000</pubDate>
<dc:creator>mommyj</dc:creator>
<guid isPermaLink="false">162@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Is it possible for me to add more rating options instead of Useless and useful?
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "php code in template"</title>
<link>http://www.kbpublisher.com/forums/topic/php-code-in-template#post-159</link>
<pubDate>Mon, 05 May 2008 23:39:33 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">159@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;In template:&#60;br /&#62;
{my_add_block}&#60;/p&#62;
&#60;p&#62;In appropriate view class:&#60;br /&#62;
chdir(&#34;/var/wkscript/www/ads&#34;); // why this?&#60;br /&#62;
include_once(&#34;/var/wkscript/www/ads/mysimpleads.php&#34;);&#60;br /&#62;
$tpl-&#38;gt;tplAssign('my_add_block',  show_ad_group(4));&#60;/p&#62;
&#60;p&#62;By the way in version 3.0 there is &#34;Global Variable&#34;&#60;br /&#62;
example of adding global variable to template&#60;br /&#62;
in template you should have a template tag, for example - {global_test}&#60;/p&#62;
&#60;p&#62;in index.php after $page = &#38;#38;new KBClientPageRenderer($view, $manager);&#60;/p&#62;
&#60;p&#62;$page-&#38;gt;assign('global_test', '&#38;lt;b&#38;gt;test global variable&#38;lt;/b&#38;gt;');
&#60;/p&#62;</description>
</item>
<item>
<title>feroxltd on "php code in template"</title>
<link>http://www.kbpublisher.com/forums/topic/php-code-in-template#post-158</link>
<pubDate>Mon, 05 May 2008 21:45:29 +0000</pubDate>
<dc:creator>feroxltd</dc:creator>
<guid isPermaLink="false">158@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;When trying to add some peace of php code it only shows up as blank.&#60;/p&#62;
&#60;p&#62;[code]&#38;lt;?php chdir(&#34;/var/wkscript/www/ads&#34;); include_once(&#34;/var/wkscript/www/ads/mysimpleads.php&#34;);show_ad_group(4); ?&#38;gt; [/code]&#60;/p&#62;
&#60;p&#62;The cose is from my ad server.&#60;/p&#62;
&#60;p&#62;Anyone know how I can the php code to work and display the ads correctly?
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "template changes doesnt show up"</title>
<link>http://www.kbpublisher.com/forums/topic/template-changes-doesnt-show-up#post-147</link>
<pubDate>Tue, 29 Apr 2008 19:30:14 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">147@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;1. It is available in v3.0&#60;br /&#62;
2. You can.&#60;br /&#62;
3. Like this &#60;a href=&#34;http://www.kbpublisher.com/kb/1/&#34; rel=&#34;nofollow&#34;&#62;http://www.kbpublisher.com/kb/1/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mommyj on "template changes doesnt show up"</title>
<link>http://www.kbpublisher.com/forums/topic/template-changes-doesnt-show-up#post-146</link>
<pubDate>Tue, 29 Apr 2008 14:34:11 +0000</pubDate>
<dc:creator>mommyj</dc:creator>
<guid isPermaLink="false">146@http://www.kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Thanks so much. Now its working perfectly.&#60;/p&#62;
&#60;p&#62;I have 3 more questions:&#60;br /&#62;
1.&#60;br /&#62;
In the customize public view article in view format it mentioned something about a left column or left menu, in my settings page i only see browseable(default). do i need to activate this somewhere to work?&#60;br /&#62;
2.&#60;br /&#62;
Can i customize the admin pages as well?&#60;/p&#62;
&#60;p&#62;3.&#60;br /&#62;
If I want a link on the main page that will go straight to a certain category how do i do that?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
