<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "[Name] says:  instead of [Name]: in Comment"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "[Name] says:  instead of [Name]: in Comment"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>[Name] says:  instead of [Name]: in Comment</title>
				<description><![CDATA[ This should be an easy one, but I don't know enough about PHP to find the string I need to tweak.<br /> <br /> When someone makes a comment to a message, I want it to read:<br /> <br /> <br /> [quote]JoeBlow says:[/quote]<br /> <br /> instead of<br /> <br /> [quote]JoeBlow:[/quote]<br /> <br /> Seems to me I should be able to just find the colon in the script and add " says" right before it.  Yes?<br /> <br /> Can anyone point me to the right file to edit?<br /> <br /> Thanks kindly and happy holiday.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2592/6845.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2592/6845.php</link>
				<pubDate><![CDATA[Fri, 26 Dec 2003 19:49:12]]> GMT</pubDate>
				<author><![CDATA[ Ignatius]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ DOH!<br /> <br /> Nevermind.  I found it two minutes after posting this (I looked for half an hour before resorting to the post!).  Must not have had enough coffee yet.<br /> <br /> For anyone else who wants to make this mod, here's the code you look for:<br /> <br /> <br /> In com.php:<br /> <br /> [quote]&lt;table width="90%" border="0" cellspacing="0" align="center"&gt;<br />  &lt;tr&gt;<br />   &lt;td&gt;<br />    &lt;hr size="1"&gt;&lt;DIV class=comment&gt;$com[name]:&lt;br&gt;<br />    $com[comments]&lt;/div&gt;<br />   &lt;/td&gt;<br />  &lt;/tr&gt;<br /> &lt;/table&gt;[/quote]<br /> <br /> Change it to:<br /> <br /> [quote]&lt;table width="90%" border="0" cellspacing="0" align="center"&gt;<br />  &lt;tr&gt;<br />   &lt;td&gt;<br />    &lt;hr size="1"&gt;&lt;DIV class=comment&gt;$com[name] says:&lt;br&gt;<br />    $com[comments]&lt;/div&gt;<br />   &lt;/td&gt;<br />  &lt;/tr&gt;<br /> &lt;/table&gt;[/quote]<br /> <br /> I made this mod because it clarifies that it's a response from [name] rather than a comment addressed [i]to [/i][name].<br /> <br /> Hope somebody finds this useful!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2592/6846.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2592/6846.php</link>
				<pubDate><![CDATA[Fri, 26 Dec 2003 19:57:29]]> GMT</pubDate>
				<author><![CDATA[ Ignatius]]></author>
			</item>
			<item>
				<title>even better!</title>
				<description><![CDATA[ This is my setup, text is blue and commenters name is bold.<br /> <br /> [quote]<br /> &lt;br&gt;<br /> &lt;br&gt;<br /> &lt;br&gt;<br /> &lt;table width="90%" border="0" cellspacing="0" align="center"&gt;<br />  &lt;tr&gt;<br />   &lt;td&gt;<br />    &lt;hr size="1"&gt;&lt;b&gt;&lt;font size="1" font color="#0000FF" face="Verdana, Arial, Helvetica, sans-serif"&gt;$com[name] &lt;/b&gt;svarar: &lt;br&gt;<br />    $com[comments]&lt;/font&gt;<br />   &lt;/td&gt;<br />  &lt;/tr&gt;<br /> &lt;/table&gt;<br /> [quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2592/6854.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2592/6854.php</link>
				<pubDate><![CDATA[Sat, 27 Dec 2003 20:01:41]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>