<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Hotaru CMS Forums</title>
		<link>http://forums.hotarucms.org/</link>
		<description>Hotaru CMS is an open-ended, open-source PHP platform for building your own websites.</description>
		<language>en</language>
		<lastBuildDate>Thu, 17 May 2012 09:30:29 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.hotarucms.org/images/misc/rss.png</url>
			<title>Hotaru CMS Forums</title>
			<link>http://forums.hotarucms.org/</link>
		</image>
		<item>
			<title>Display Avatars on Related Posts</title>
			<link>http://forums.hotarucms.org/showthread.php?1932-Display-Avatars-on-Related-Posts&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 18:03:37 GMT</pubDate>
			<description>I am having a syntax problem that I hope one of you can help me with. 
 
I have found a way to display the avatars of the post authors in the...</description>
			<content:encoded><![CDATA[<div>I am having a syntax problem that I hope one of you can help me with.<br />
<br />
I have found a way to display the avatars of the post authors in the &quot;Related Posts&quot; part of an article.<br />
<br />
By opening up content/plugins/related_posts/related_posts.php and navigating to ~line 250<br />
<br />
I add this:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">$user&nbsp;</span><span style="color: #007700">=&nbsp;&nbsp;</span><span style="color: #0000BB">$user&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">UserBase</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$user</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getUserBasic</span><span style="color: #007700">(</span><span style="color: #0000BB">$h</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$h</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">post</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">author</span><span style="color: #007700">);<br /><br /><br />&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$h</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">isActive</span><span style="color: #007700">(</span><span style="color: #DD0000">'avatar'</span><span style="color: #007700">))&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$h</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">setAvatar</span><span style="color: #007700">(</span><span style="color: #0000BB">$user</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">id</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">10</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$output&nbsp;</span><span style="color: #007700">.=&nbsp;</span><span style="color: #0000BB">$h</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">wrapAvatar</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Right before this line:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">$output&nbsp;</span><span style="color: #007700">.=&nbsp;</span><span style="color: #DD0000">"&lt;div&nbsp;class=\"related_posts_link&nbsp;"&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">$indent&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #DD0000">"\"&gt;"</span><span style="color: #007700">;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div><br />
<br />
Voila - the avatars are displayed. However, I get this major problem:<br />
<br />
<a href="http://forums.hotarucms.org/attachment.php?attachmentid=1624&amp;d=1337104966" id="attachment1624" rel="Lightbox_0" target="_blank" ><img src="http://forums.hotarucms.org/attachment.php?attachmentid=1624&amp;d=1337104966&amp;thumb=1" border="0" alt="Click image for larger version

Name:	Picture 1.png
Views:	8
Size:	76.2 KB
ID:	1624" class="thumbnail" style="float:CONFIG" /></a><br />
<br />
As you can see, the related posts get repeated - first 0 posts, then 1, then 2, then 3, then 4, and then 5 (I set the max to 5 in the plugin settings). Any idea what I did wrong?</div>

]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?3-How-To-and-Troubleshooting">How-To and Troubleshooting</category>
			<dc:creator>seekyt</dc:creator>
			<guid isPermaLink="true">http://forums.hotarucms.org/showthread.php?1932-Display-Avatars-on-Related-Posts</guid>
		</item>
		<item>
			<title><![CDATA[Display Activity From "Following"]]></title>
			<link>http://forums.hotarucms.org/showthread.php?1931-Display-Activity-From-quot-Following-quot&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 18:28:05 GMT</pubDate>
			<description>I asked this before in a different way in another thread, but I believe I was approaching this entire concept inappropriately. 
 
You can display an...</description>
			<content:encoded><![CDATA[<div>I asked this before in a different way in another thread, but I believe I was approaching this entire concept inappropriately.<br />
<br />
You can display an activity widget with the following code:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php&nbsp;Widgets</span><span style="color: #007700">::</span><span style="color: #0000BB">singleWidget</span><span style="color: #007700">(</span><span style="color: #0000BB">$h</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"activity"</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">?&gt;</span>
</span>
</code></code><hr />
</div><b>How do I limit the activity that is displayed to the activity of the people that a logged in user follows?</b><br />
<br />
In other words, I am going to only display this activity widget to logged in users, but instead of showing the entire website's activity feed I only want to show the activity of users that a person follows. <br />
<br />
I have no idea how to do this and could use some advice from some of the more experienced programmers here.</div>

]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?3-How-To-and-Troubleshooting">How-To and Troubleshooting</category>
			<dc:creator>seekyt</dc:creator>
			<guid isPermaLink="true">http://forums.hotarucms.org/showthread.php?1931-Display-Activity-From-quot-Following-quot</guid>
		</item>
		<item>
			<title>Problem with CPU usage</title>
			<link>http://forums.hotarucms.org/showthread.php?1927-Problem-with-CPU-usage&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 22:23:12 GMT</pubDate>
			<description>Hello 
I installed Hotaru few days ago. I have following problem - when the system works it consumes so much CPU minutes per day of hosting. I...</description>
			<content:encoded><![CDATA[<div>Hello<br />
I installed Hotaru few days ago. I have following problem - when the system works it consumes so much CPU minutes per day of hosting. I Transferred database from pligg - 16000 posts and 1300 users. Unique visitors a day - max 50 visitors<br />
<br />
Hotaru on:<br />
Date     - 2012-05-10              <br />
CPU/php -   22.32        <br />
CPU/sql  - 63.20    <br />
Total - 85.52 <br />
<br />
Hotaru off(closed):<br />
Date - 2012-05-11  <br />
CPU/php - 12.39         <br />
CPU/sql  - 9.30      <br />
Total - 21.69 <br />
<br />
<br />
Where is the problem?<br />
<br />
DEBUG: 	         ON   	<br />
FRIENDLY URLS: 	 ON   <br />
DB CACHE: 	         ON   <br />
CSS JS CACHE: 	 ON   	<br />
HTML CACHE: 	 ON   	<br />
LANG CACHE: 	 ON   	<br />
RSS CACHE: 	 ON  <br />
<br />
Sorry for my bad English;)</div>

]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?5-Other">Other</category>
			<dc:creator>vulk888</dc:creator>
			<guid isPermaLink="true">http://forums.hotarucms.org/showthread.php?1927-Problem-with-CPU-usage</guid>
		</item>
		<item>
			<title><![CDATA[[Jobs] Need Customization]]></title>
			<link>http://forums.hotarucms.org/showthread.php?1926-Need-Customization&amp;goto=newpost</link>
			<pubDate>Thu, 10 May 2012 16:41:24 GMT</pubDate>
			<description>Hi, 
 
I need some customization on my hotaru site. 
 
Are you available to work on? 
 
Let me know and i send you details of my project to get a...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I need some customization on my hotaru site.<br />
<br />
Are you available to work on?<br />
<br />
Let me know and i send you details of my project to get a quote<br />
<br />
Thanks, :)</div>

]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?40-Requests-for-Paid-Services">Requests for Paid Services</category>
			<dc:creator>alexcaro</dc:creator>
			<guid isPermaLink="true">http://forums.hotarucms.org/showthread.php?1926-Need-Customization</guid>
		</item>
		<item>
			<title>Automatic Site Gose Down</title>
			<link>http://forums.hotarucms.org/showthread.php?1925-Automatic-Site-Gose-Down&amp;goto=newpost</link>
			<pubDate>Wed, 09 May 2012 07:08:32 GMT</pubDate>
			<description>My Site Automatic goes down and showing massage given below. Please help to short out my problem.  
 
 
Code: 
--------- 
Warning: in...</description>
			<content:encoded><![CDATA[<div>My Site Automatic goes down and showing massage given below. Please help to short out my problem. <br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Warning: in /home/blognlik/public_html/libs/extensions/ezSQL/mysql/ez_sql_mysql.php on line 93<br />
<br />
Warning: in /home/blognlik/public_html/libs/extensions/ezSQL/mysql/ez_sql_mysql.php on line 125<br />
<br />
Warning: in /home/blognlik/public_html/libs/extensions/ezSQL/mysql/ez_sql_mysql.php on line 93<br />
<br />
Warning: in /home/blognlik/public_html/libs/extensions/ezSQL/mysql/ez_sql_mysql.php on line 125<br />
<br />
Notice: Use of undefined constant DB_CACHE_DURATION - assumed 'DB_CACHE_DURATION' in /home/blognlik/public_html/libs/Initialize.php on line 279<br />
<br />
Notice: Use of undefined constant DB_CACHE - assumed 'DB_CACHE' in /home/blognlik/public_html/libs/Initialize.php on line 282<br />
<br />
Notice: Use of undefined constant DEBUG - assumed 'DEBUG' in /home/blognlik/public_html/libs/Initialize.php on line 300</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?3-How-To-and-Troubleshooting">How-To and Troubleshooting</category>
			<dc:creator>gaurangi.tech</dc:creator>
			<guid isPermaLink="true">http://forums.hotarucms.org/showthread.php?1925-Automatic-Site-Gose-Down</guid>
		</item>
		<item>
			<title><![CDATA[[Jobs] Hotaru Installation for $$]]></title>
			<link>http://forums.hotarucms.org/showthread.php?1924-Hotaru-Installation-for&amp;goto=newpost</link>
			<pubDate>Wed, 09 May 2012 04:18:52 GMT</pubDate>
			<description>Hi there,  
 
Is anyone interested in installing Hotaru for me, please let me know your price by PM. Reasonable pricing please.  
 
I like the...</description>
			<content:encoded><![CDATA[<div>Hi there, <br />
<br />
Is anyone interested in installing Hotaru for me, please let me know your price by PM. Reasonable pricing please. <br />
<br />
I like the HotaruFiltr theme. You also need to customize it with basic and important Plugins. Please let me know what other details you need from my side to complete the installation process, I mean like FTP access etc. <br />
<br />
Please get back with links of your previous Hotaru installations.<br />
<br />
Best Regards,<br />
Kash :)</div>

]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?40-Requests-for-Paid-Services">Requests for Paid Services</category>
			<dc:creator>kash007</dc:creator>
			<guid isPermaLink="true">http://forums.hotarucms.org/showthread.php?1924-Hotaru-Installation-for</guid>
		</item>
		<item>
			<title>Export hotaru posts</title>
			<link>http://forums.hotarucms.org/showthread.php?1923-Export-hotaru-posts&amp;goto=newpost</link>
			<pubDate>Fri, 04 May 2012 09:02:49 GMT</pubDate>
			<description>Hi there 
 
Do anybody know any exporter to import your hotaru data into any other formats? For example joomla or else?</description>
			<content:encoded><![CDATA[<div>Hi there<br />
<br />
Do anybody know any exporter to import your hotaru data into any other formats? For example joomla or else?</div>

]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?5-Other">Other</category>
			<dc:creator>hotaruuser</dc:creator>
			<guid isPermaLink="true">http://forums.hotarucms.org/showthread.php?1923-Export-hotaru-posts</guid>
		</item>
		<item>
			<title>Activity of People You Follow</title>
			<link>http://forums.hotarucms.org/showthread.php?1922-Activity-of-People-You-Follow&amp;goto=newpost</link>
			<pubDate>Thu, 03 May 2012 21:18:55 GMT</pubDate>
			<description>Has anyone created a stream of the activity for users that a member follows? 
 
For example, on the profile page if you have the activity plugin...</description>
			<content:encoded><![CDATA[<div>Has anyone created a stream of the activity for users that a member follows?<br />
<br />
For example, on the profile page if you have the activity plugin there is a stream of recent activity for that user. <br />
<br />
I suggest a way to create that same kind of stream, except for the members a particular person follows. This may help spur some interaction amongst members. <br />
<br />
I'm guessing that this will require three things:<br />
<br />
1. Grab an array of the user IDs for each user a member is &quot;Following&quot; <br />
<br />
2. Grab the last &quot;X&quot; amount of activity from that user ID (i.e., the last 3 things the member did, etc.)<br />
<br />
3. Copy the HTML for the stream from the activity plugin. <br />
<br />
<br />
I think a simple block of php and html would be better than a plugin so that I could put this anywhere I wanted - for example, in the sidebar or on the homepage. <br />
<br />
Anyone care to take a stab at this?</div>

]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?3-How-To-and-Troubleshooting">How-To and Troubleshooting</category>
			<dc:creator>seekyt</dc:creator>
			<guid isPermaLink="true">http://forums.hotarucms.org/showthread.php?1922-Activity-of-People-You-Follow</guid>
		</item>
		<item>
			<title>Need Help content/plugins/post_rss/libs/PostRssFunctions.php</title>
			<link>http://forums.hotarucms.org/showthread.php?1921-Need-Help-content-plugins-post_rss-libs-PostRssFunctions-php&amp;goto=newpost</link>
			<pubDate>Tue, 01 May 2012 12:53:24 GMT</pubDate>
			<description>Hey,  
       i want to know is it a bug, pending posts are showing in rss. :cool: 
 
post_rss plugin which is located here...</description>
			<content:encoded><![CDATA[<div>Hey, <br />
       i want to know is it a bug, pending posts are showing in rss. :cool:<br />
<br />
post_rss plugin which is located here content/plugins/post_rss/libs/PostRssFunctions.php line # 71 <br />
<br />
   <div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			     $this-&gt;postRssStatus($h);
			
		<hr />
	</div>
</div>is coming before line # 77    <br />
 <br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			   // set post rss filter defaults if not already set<br />
        $this-&gt;checkPostRssDefaults($h);
			
		<hr />
	</div>
</div><br />
by default it looks like,<br />
                  <br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			public function postRssFeedQuery($h)<br />
    {<br />
        // Feed details<br />
        $h-&gt;vars['postRssFeed']['title'] = SITE_NAME;<br />
        $h-&gt;vars['postRssFeed']['link'] = BASEURL;<br />
        // description set further down...<br />
<br />
        // Limit:<br />
        if ($h-&gt;cage-&gt;get-&gt;keyExists('limit')) {<br />
        	$h-&gt;vars['postRssLimit'] = $h-&gt;cage-&gt;get-&gt;getInt('limit');<br />
        }<br />
        <br />
        $this-&gt;postRssStatus($h);<br />
        <br />
        // allow other plugins to create a feed<br />
        $h-&gt;pluginHook('post_rss_feed');<br />
<br />
        // set post rss filter defaults if not already set<br />
        $this-&gt;checkPostRssDefaults($h);
			
		<hr />
	</div>
</div><br />
if i am not wrong it should b,<br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			public function postRssFeedQuery($h)<br />
    {<br />
        // Feed details<br />
        $h-&gt;vars['postRssFeed']['title'] = SITE_NAME;<br />
        $h-&gt;vars['postRssFeed']['link'] = BASEURL;<br />
        // description set further down...<br />
<br />
        // Limit:<br />
        if ($h-&gt;cage-&gt;get-&gt;keyExists('limit')) {<br />
        	$h-&gt;vars['postRssLimit'] = $h-&gt;cage-&gt;get-&gt;getInt('limit');<br />
        }<br />
        <br />
      // set post rss filter defaults if not already set<br />
        $this-&gt;checkPostRssDefaults($h);<br />
<br />
        $this-&gt;postRssStatus($h);<br />
<br />
        <br />
        // allow other plugins to create a feed<br />
        $h-&gt;pluginHook('post_rss_feed');<br />
			
		<hr />
	</div>
</div>please correct me if i m wrong..<br />
<br />
//<br />
Mirza</div>

]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?3-How-To-and-Troubleshooting">How-To and Troubleshooting</category>
			<dc:creator>MZU</dc:creator>
			<guid isPermaLink="true">http://forums.hotarucms.org/showthread.php?1921-Need-Help-content-plugins-post_rss-libs-PostRssFunctions-php</guid>
		</item>
		<item>
			<title>How to : Comment Up/Down Vote</title>
			<link>http://forums.hotarucms.org/showthread.php?1920-How-to-Comment-Up-Down-Vote&amp;goto=newpost</link>
			<pubDate>Mon, 30 Apr 2012 04:51:25 GMT</pubDate>
			<description><![CDATA[Hi,  
 
I would like to know is there any "plugin" for comment upvote/downvote like that in REDDIT? 
Pls let me know how to do it. My requirement is...]]></description>
			<content:encoded><![CDATA[<div>Hi, <br />
<br />
I would like to know is there any &quot;plugin&quot; for comment upvote/downvote like that in REDDIT?<br />
Pls let me know how to do it. My requirement is like  this:<br />
<br />
<br />
* users can vote up or down any comment (thumbs up/down image), meaning a comment rating system will be implemented<br />
* top rated comments are sorted to the top on each refresh based on overall votes<br />
* comments are automatically hidden if voted down as in Hacker news (in real time – AJAX), or if they reach below a given threshold<br />
* comments can be suspended after a given amount of positive comments or time duration has been reached<br />
<br />
cheers,<br />
Kash</div>

]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?3-How-To-and-Troubleshooting">How-To and Troubleshooting</category>
			<dc:creator>kash007</dc:creator>
			<guid isPermaLink="true">http://forums.hotarucms.org/showthread.php?1920-How-to-Comment-Up-Down-Vote</guid>
		</item>
		<item>
			<title><![CDATA[[Jobs] User Have to Pay For Registration]]></title>
			<link>http://forums.hotarucms.org/showthread.php?1919-User-Have-to-Pay-For-Registration&amp;goto=newpost</link>
			<pubDate>Sun, 29 Apr 2012 11:18:15 GMT</pubDate>
			<description>Hello, 
 
I need a Plugins for paid registration for Paypal. My Requirement is that if User Want to Register For Advertisement they have to Pay...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I need a Plugins for paid registration for Paypal. My Requirement is that if User Want to Register For Advertisement they have to Pay Money. User have to choose Posting For Advertisement and then User Click on Next Paid page appear and they have to pay for registration for a certain time period like 1 month, 2 month, 6 month and 1 Year. Please PM For Details.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?40-Requests-for-Paid-Services">Requests for Paid Services</category>
			<dc:creator>gaurangi.tech</dc:creator>
			<guid isPermaLink="true">http://forums.hotarucms.org/showthread.php?1919-User-Have-to-Pay-For-Registration</guid>
		</item>
		<item>
			<title><![CDATA[[Jobs] User Have to For Registration]]></title>
			<link>http://forums.hotarucms.org/showthread.php?1918-User-Have-to-For-Registration&amp;goto=newpost</link>
			<pubDate>Sun, 29 Apr 2012 11:16:52 GMT</pubDate>
			<description>Hello, 
 
I need a Plugins for paid registration for Paypal. My Requirement is that if User Want to Register For Advertisement they have to Pay...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I need a Plugins for paid registration for Paypal. My Requirement is that if User Want to Register For Advertisement they have to Pay Money. User have to choose Posting For Advertisement and then User Click on Next Paid page appear and they have to pay for registration for a certain time period like 1 month, 2 month, 6 month and 1 Year. Please PM For Details.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?40-Requests-for-Paid-Services">Requests for Paid Services</category>
			<dc:creator>gaurangi.tech</dc:creator>
			<guid isPermaLink="true">http://forums.hotarucms.org/showthread.php?1918-User-Have-to-For-Registration</guid>
		</item>
		<item>
			<title>How to layout the primary plugin file for many menu options</title>
			<link>http://forums.hotarucms.org/showthread.php?1917-How-to-layout-the-primary-plugin-file-for-many-menu-options&amp;goto=newpost</link>
			<pubDate>Sat, 28 Apr 2012 02:51:44 GMT</pubDate>
			<description><![CDATA[So I feel a bit like an idiot but, after spending a few days on it, I think it's time I reach out for help. 
 
I've designed a bunch of functions...]]></description>
			<content:encoded><![CDATA[<div>So I feel a bit like an idiot but, after spending a few days on it, I think it's time I reach out for help.<br />
<br />
I've designed a bunch of functions that, if the user has been granted moderator status within a particular category, he is going to be able to perform certain actions only within that category (e.g., change the posted rules of the category, add other users as moderators, ban users from posting in that particular category). Candidly, and with no offense intended regarding the base design, I preferred this method over what appears to be the Hotaru default (which is that a moderator has control across all communities and has access to the admin panel to perform those actions).<br />
<br />
My ideal is to have a drop-down box as a widget on the side panel that lists the communities he's a moderator for and then, underneath each category, the actions he's allowed. For example, the drop-down would look something like this:<br />
<br />
Cars<br />
-- Ban a user<br />
-- Unban a user<br />
News<br />
-- Change category rules<br />
-- Remove spam<br />
-- Ban a user<br />
-- Unban a user<br />
Politics<br />
-- Remove spam<br />
<br />
In other words, within each category that he's a moderator, he has different authorities.<br />
<br />
To me, the easy part was writing the functions to do those actions and creating the widget dropdown. With my head hung low, the hard part is figuring out how to best put these all into a plugin that displays the widget on the side and then accesses the various form (i.e., template) pages where the user will provide the necessary data. For example, if my dropdown looks something like:<br />
<br />
&lt;option&gt;Cars&lt;/option&gt;<br />
&lt;option&gt;--Ban a user&lt;/option&gt;<br />
&lt;option&gt;--Unban a user&lt;/option&gt;<br />
<br />
...I can't figure out what URLs to provide to each of those so that they go to the appropriate forms in the mod plugin templates directory (e.g., if the user chooses ban a user under the Cars category, how do I send him to the ban_a_user.php template within the /mod/templates directory?).<br />
<br />
To further complicate it, I'd like the URL to display something like /category/cars/ban_a_user or /category/news/remove_spam.<br />
<br />
I just don't know how to best layout the primary plugin file (e.g., mod.php, within the mod plugin directory). For example, what does the &quot;case&quot; in the theme_index_top function look like (which would have a category variable and an action variable)? I tried to use the submit plugin as a template, but submit follows more a step-by-step process, whereas what I want to do here doesn't. It also doesn't put the category name in the URL, which I'd like to do.<br />
<br />
Would anyone be able to offer some direction here please? Many thanks.<br />
<br />
Edit: Never mind. I'm just going to parse the URI and redirect based upon that.</div>

]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?3-How-To-and-Troubleshooting">How-To and Troubleshooting</category>
			<dc:creator>valMETNG</dc:creator>
			<guid isPermaLink="true">http://forums.hotarucms.org/showthread.php?1917-How-to-layout-the-primary-plugin-file-for-many-menu-options</guid>
		</item>
		<item>
			<title>Hotaru Incompatible with PHP 5.3</title>
			<link>http://forums.hotarucms.org/showthread.php?1916-Hotaru-Incompatible-with-PHP-5-3&amp;goto=newpost</link>
			<pubDate>Sat, 21 Apr 2012 18:17:55 GMT</pubDate>
			<description>is Hotaru CMS incompatible with php 5.3?</description>
			<content:encoded><![CDATA[<div>is Hotaru CMS incompatible with php 5.3?</div>

]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?3-How-To-and-Troubleshooting">How-To and Troubleshooting</category>
			<dc:creator>epoch</dc:creator>
			<guid isPermaLink="true">http://forums.hotarucms.org/showthread.php?1916-Hotaru-Incompatible-with-PHP-5-3</guid>
		</item>
		<item>
			<title>Spam sent from server?</title>
			<link>http://forums.hotarucms.org/showthread.php?1915-Spam-sent-from-server&amp;goto=newpost</link>
			<pubDate>Wed, 18 Apr 2012 08:33:03 GMT</pubDate>
			<description>Hi, thanks for the great support of Hotaru CMS. 
 
I got suspended by my webhost for sending 40 e-mails from my domain in 1 minute. Could it be that...</description>
			<content:encoded><![CDATA[<div>Hi, thanks for the great support of Hotaru CMS.<br />
<br />
I got suspended by my webhost for sending 40 e-mails from my domain in 1 minute. Could it be that there is some kind of exploit or bug somewhere in HCMS? I have only 9 users and personally approved of all of them. Is there some kind of activity log for checking if one of them has been sending, for instance, a lot of private messages or something?</div>

]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?3-How-To-and-Troubleshooting">How-To and Troubleshooting</category>
			<dc:creator>arne</dc:creator>
			<guid isPermaLink="true">http://forums.hotarucms.org/showthread.php?1915-Spam-sent-from-server</guid>
		</item>
	</channel>
</rss>

