<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : forums sections icons</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Fri, 17 Apr 2026 16:04:07 -0000</pubDate>

		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	It doesn't seem to be possible anymore without a plugin, the sections code has been changed too much.</p>
]]></description>
			<pubDate>Thu, 28 Jun 2012 06:50:20 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6989&d=0#post34816]]></link>
		</item>
		<item>
			<title>fraze</title>
			<description><![CDATA[<p>
	yep those are the ones.  rather than an individual icon for each forum i prefer having it work like phpbb/vbulletin where there are 3 icons depending on the forum status. :)  the code i posted was given to me by trustmaster for genoa - doesnt appear to work with siena tho.</p>
]]></description>
			<pubDate>Thu, 28 Jun 2012 06:42:31 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6989&d=0#post34815]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[<p>
	For forums.sections.tpl?</p>
]]></description>
			<pubDate>Wed, 27 Jun 2012 22:38:49 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6989&d=0#post34814]]></link>
		</item>
		<item>
			<title>fraze</title>
			<description><![CDATA[<p>
	ah not those icons - i'm talking about the icons in the section part of the forums...</p>
]]></description>
			<pubDate>Wed, 27 Jun 2012 22:00:11 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6989&d=0#post34813]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[<p>
	Overwrite the default ones with resource strings in themename.php</p>
<pre class="brush:php;">
$R['forums_icon_posts'] = '&lt;img class="icon" src="https://www.cotonti.com/themes/themename/img/system/posts.gif" alt="'.$L['forums_nonewposts'].'" /&gt;';
$R['forums_icon_posts_hot'] = '&lt;img class="icon" src="https://www.cotonti.com/themes/themename/img/system/posts_hot.gif" alt="'.$L['forums_nonewpostspopular'].'" /&gt;';
$R['forums_icon_posts_locked'] = '&lt;img class="icon" src="https://www.cotonti.com/themes/themename/img/system/posts_locked.gif" alt="'.$L['forums_locked'].'" /&gt;';
$R['forums_icon_posts_moved'] = '&lt;img class="icon" src="https://www.cotonti.com/themes/themename/img/system/posts_moved.gif" alt="'.$L['forums_movedoutofthissection'].'" /&gt;';
$R['forums_icon_posts_new'] = '&lt;img class="icon" src="https://www.cotonti.com/themes/themename/img/system/posts_new.gif" alt="'.$L['forums_newposts'].'" /&gt;';
$R['forums_icon_posts_new_hot'] = '&lt;img class="icon" src="https://www.cotonti.com/themes/themename/img/system/posts_new_hot.gif" alt="'.$L['forums_newpostspopular'] .'" /&gt;';
$R['forums_icon_posts_new_locked'] = '&lt;img class="icon" src="https://www.cotonti.com/themes/themename/img/system/posts_new_locked.gif" alt="'.$L['forums_newpostslocked'].'" /&gt;';
$R['forums_icon_posts_new_sticky'] = '&lt;img class="icon" src="https://www.cotonti.com/themes/themename/img/system/posts_new_sticky.gif" alt="'.$L['forums_newpostssticky'].'" /&gt;';
$R['forums_icon_posts_new_sticky_locked'] = '&lt;img class="icon" src="https://www.cotonti.com/themes/themename/img/system/posts_new_sticky_locked.gif" alt="'.$L['forums_newannouncment'].'" /&gt;';
$R['forums_icon_posts_sticky'] = '&lt;img class="icon" src="https://www.cotonti.com/themes/themename/img/system/posts_sticky.gif" alt="'.$L['forums_sticky'].'" /&gt;';
$R['forums_icon_posts_sticky_locked'] = '&lt;img class="icon" src="https://www.cotonti.com/themes/themename/img/system/posts_sticky_locked.gif" alt="'.$L['forums_announcment'].'" /&gt;';
$R['forums_icon_subforum'] = '&lt;img class="icon" src="https://www.cotonti.com/modules/forums/img/subforum.png" alt="{PHP.L.Subforum}" /&gt;';</pre>
]]></description>
			<pubDate>Wed, 27 Jun 2012 20:22:40 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6989&d=0#post34812]]></link>
		</item>
		<item>
			<title>fraze</title>
			<description><![CDATA[<p>
	i used this code successfully with genoa, but it doesnt appear to work with siena..is any of the statements incorrect for siena?</p>
<p>
	 </p>
<div>
	&lt;!-- IF {PHP.fsn.fs_state}  --&gt;</div>
<div>
	   &lt;img src="https://www.cotonti.com/themes/{PHP.theme}/img/forums_locked.png" alt="" /&gt;</div>
<div>
	   &lt;!--</div>
<div>
	   &lt;!-- ENDIF --&gt;</div>
<div>
	   &lt;!-- IF {PHP.fsn.fs_newposts}  --&gt;</div>
<div>
	   &lt;img src="https://www.cotonti.com/themes/{PHP.theme}/img//forums_new.png" alt="" /&gt;</div>
<div>
	   &lt;!-- ELSE --&gt;</div>
<div>
	   &lt;img src="https://www.cotonti.com/themes/{PHP.theme}/img/forums.png" alt="" /&gt;</div>
<div>
	   &lt;!-- ENDIF --&gt;</div>
]]></description>
			<pubDate>Wed, 27 Jun 2012 20:03:13 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6989&d=0#post34811]]></link>
		</item>
	</channel>
</rss>