Topic Icons

Current Version: 1.0.0
Released: 2010-09-27
Locked
Solidjeuh
Newbie
Newbie
Posts: 1
Joined: Wed 15. Feb 2012, 20:01
phpbb.com: Solidjeuh

Topic Icons

Post by Solidjeuh »

Thx for this great mod!
I tried to add topic Icons, But its not working..
Can you please tell me how I can add those topic Icons?
I tried this:

Code: Select all

	<!-- IF S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS -->
	<dl>
		<dt><label for="icon">{L_ICON}:</label></dt>
		<dd>
			<label for="icon"><input type="radio" name="icon" id="icon" value="0" checked="checked" /> <!-- IF S_SHOW_TOPIC_ICONS -->{L_NO_TOPIC_ICON}<!-- ELSE -->{L_NO_PM_ICON}<!-- ENDIF --></label>
			<!-- BEGIN topic_icon --><label for="icon-{topic_icon.ICON_ID}"><input type="radio" name="icon" id="icon-{topic_icon.ICON_ID}" value="{topic_icon.ICON_ID}" {topic_icon.S_ICON_CHECKED} /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="" title="" /></label> <!-- END topic_icon -->
		</dd>
	</dl>
	<!-- ENDIF -->
On my forum we work lots with those Icons.. Would be real great if we can add them in this mod.. :oops:
Locked