<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Smilie Output"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "Smilie Output"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Smilie Output</title>
				<description><![CDATA[ Hello,<br /> <br /> first, please excuse my bad english! <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif"/><br /> <br /> I´ve made a lot of Custumization to my Guestbook.<br /> Most of them by "Try and Error" - at last with no Errors <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif"/><br /> <br /> Now i have a Problem:<br /> When Smilies are enabled there is an String like &lt;img src="http://www.myurl.de/book/img/smilies/a1.gif" width="15" height="15"&gt; in my SourceCode. <br /> (Also i.E. &lt;img src="http://www.myurl.de/book/img/post.gif" width="9" height="9"&gt; for the post.gif and so on)<br /> <br /> I´ve found the Strings for ...post.gif and the ...edit.gif in the entry.php<br /> <br /> But where can i find the Class for the Smiliesstring? Ive searched all classes through but cant find it.<br /> <br /> Can you help me?<br /> <br /> Best Regards<br /> Klaus]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7711/26393.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7711/26393.php</link>
				<pubDate><![CDATA[Wed, 21 Nov 2012 13:58:19]]> GMT</pubDate>
				<author><![CDATA[ klaus001]]></author>
			</item>
			<item>
				<title>Smilie Output</title>
				<description><![CDATA[ Where exactly is this string appearing so I can say what it is from.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7711/26394.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7711/26394.php</link>
				<pubDate><![CDATA[Wed, 21 Nov 2012 22:41:21]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Re:Smilie Output</title>
				<description><![CDATA[ Hello,<br /> <br /> in the Guestbook Output<br /> <br /> Regards<br /> Klaus]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7711/26395.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7711/26395.php</link>
				<pubDate><![CDATA[Thu, 22 Nov 2012 11:33:57]]> GMT</pubDate>
				<author><![CDATA[ klaus001]]></author>
			</item>
			<item>
				<title>Smilie Output</title>
				<description><![CDATA[ Yes but do you mean the guestbook or the entry form?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7711/26396.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7711/26396.php</link>
				<pubDate><![CDATA[Thu, 22 Nov 2012 11:35:04]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Smilie Output</title>
				<description><![CDATA[ Not in the Form, it´s in the Guestbook]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7711/26397.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7711/26397.php</link>
				<pubDate><![CDATA[Thu, 22 Nov 2012 11:39:52]]> GMT</pubDate>
				<author><![CDATA[ klaus001]]></author>
			</item>
			<item>
				<title>Smilie Output</title>
				<description><![CDATA[ Please give me the link so I can look.<br /> <br /> <br /> Oh wait you mean you want to add a class attribute to the img tag? If so the tag is created in vars.class.php in lib folder<br /> [code]    public function emotion($message) {<br />         global $GB_PG;<br />         if (!isset($this-&gt;SMILIES)) {<br />             $this-&gt;query("SELECT * FROM ".$this-&gt;table['smile']);<br />             while ($this-&gt;fetch_array($this-&gt;result)) {<br />                 $this-&gt;SMILIES[$this-&gt;record['s_code']] = "&lt;img src=\"$GB_PG[base_url]/img/smilies/".$this-&gt;record['s_filename']."\" width=\"".$this-&gt;record['width']."\" height=\"".$this-&gt;record['height']."\"&gt;";<br />             }<br />         }<br />         if (isset($this-&gt;SMILIES)) {<br />             for(reset($this-&gt;SMILIES); $key=key($this-&gt;SMILIES); next($this-&gt;SMILIES)) {<br />                 $message = str_replace("$key",$this-&gt;SMILIES[$key],$message);<br />             }<br />         }<br />         return $message;<br />     }[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7711/26398.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7711/26398.php</link>
				<pubDate><![CDATA[Thu, 22 Nov 2012 11:41:42]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Smilie Output</title>
				<description><![CDATA[ No. i want to close the Tag<br /> Tidy Validator says: "line 425 column 37 - Warnung: &lt;img&gt; element not empty or not closed"<br /> <br /> line 425 col 37 is the smilie Tag<br /> <br /> For the email.gif and post.gif Tag i´ve found the Classes and closed the Tag<br /> <br /> ]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7711/26399.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7711/26399.php</link>
				<pubDate><![CDATA[Thu, 22 Nov 2012 11:47:37]]> GMT</pubDate>
				<author><![CDATA[ klaus001]]></author>
			</item>
			<item>
				<title>Smilie Output</title>
				<description><![CDATA[ See above and just change this line<br /> [code]$this-&gt;SMILIES[$this-&gt;record['s_code']] = "&lt;img src=\"$GB_PG[base_url]/img/smilies/".$this-&gt;record['s_filename']."\" width=\"".$this-&gt;record['width']."\" height=\"".$this-&gt;record['height']."\"&gt;";  [/code]<br /> tp<br /> [code]$this-&gt;SMILIES[$this-&gt;record['s_code']] = "&lt;img src=\"$GB_PG[base_url]/img/smilies/".$this-&gt;record['s_filename']."\" width=\"".$this-&gt;record['width']."\" height=\"".$this-&gt;record['height']."\" /&gt;";  [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7711/26400.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7711/26400.php</link>
				<pubDate><![CDATA[Thu, 22 Nov 2012 11:49:32]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Smilie Output</title>
				<description><![CDATA[ Thanks Carbonize THATS IT!<br /> <br /> Regards Klaus]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7711/26401.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7711/26401.php</link>
				<pubDate><![CDATA[Thu, 22 Nov 2012 11:49:52]]> GMT</pubDate>
				<author><![CDATA[ klaus001]]></author>
			</item>
	</channel>
</rss>