<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Smileys in Comments"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Smileys in Comments"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Smileys in Comments</title>
				<description><![CDATA[ Does anyone know how I can get smileys to work in the "write a comment" section.  They work fine in the initial message but don't seem to allowed in a response.<br /> <br /> Thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4234/14079.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4234/14079.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 19:26:06]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The comments do not get passed to the smiley parser.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4234/14084.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4234/14084.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 20:42:19]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Smileys in Comments</title>
				<description><![CDATA[ Is there any way to modify it to go through the smiley parser?<br /> <br /> Thanks for responding.<br /> <br /> Frank]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4234/14099.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4234/14099.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 21:50:36]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re: Smileys in Comments</title>
				<description><![CDATA[ [quote="FJames"]Is there any way to modify it to go through the smiley parser?<br /> <br /> Thanks for responding.<br /> <br /> Frank[/quote]<br /> <br /> Yah, it could be rewritten - are you just wanting to know where to look to rewrite it?  lib/vars.class.php would probably be the first place to look.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4234/14100.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4234/14100.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 22:15:35]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ In [b]comment.class.php[/b] find the function called [code]check_comment&#40;&#41;[/code]<br /> <br /> Then find the following statement:<br /> <br /> [code]if &#40;$this-&gt;db-&gt;VARS&#91;&quot;agcode&quot;&#93;==1&#41; &#123;<br />     $this-&gt;comment = $this-&gt;db-&gt;AGCode&#40;$this-&gt;comment&#41;;<br /> &#125;[/code]<br /> <br /> Add the following code before or after this statement:<br /> <br /> [code]if &#40;$this-&gt;db-&gt;VARS&#91;&quot;smilies&quot;&#93;==1&#41; &#123;<br />     $this-&gt;comment = $this-&gt;db-&gt;Emotion&#40;$this-&gt;comment&#41;;<br /> &#125;[/code]<br /> <br /> This won't affect existing comments on guestbook entries, but new comments will show smilies from now on.<br /> <br /> Enjoy ;-)]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4234/15905.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4234/15905.php</link>
				<pubDate><![CDATA[Tue, 3 May 2005 11:55:37]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I forgot all about this thread <img src="https://proxy2.de/forum//images/smilies/1cfd6e2a9a2c0cf8e74b49b35e2e46c7.gif" /> I actually added this feature to Lazarus Guestbook shortly after I made my post in here. I would of answered but as I said I forgot about this thread. I also added the smileys to the comments form if they are switched on as well as alt tags to the smileys.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4234/15906.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4234/15906.php</link>
				<pubDate><![CDATA[Tue, 3 May 2005 13:18:10]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I made another mod but I'm not sure if it is related.<br /> <br /> In the guestbook entry page there is a link like "click here for more smilies". A new window will open. I changed the code of this window to alphabettically sort all the smilies from the database. This way, it's easier for a user to look for a specific description of a smily. The normal code just lists them in the order they were added to the db.<br /> <br /> Next, I figured out how to enable the selection of a smily per mouseclick in this new window (similar to the entry page). This way, all I have to do is add the smilies in the admin panel and all users can select the corresponding image and the right code gets inserted automatically.<br /> <br /> Anyone interested in this one?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4234/15914.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4234/15914.php</link>
				<pubDate><![CDATA[Wed, 4 May 2005 14:48:47]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>