<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Change Smilies"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Change Smilies"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Change Smilies</title>
				<description><![CDATA[ I am finding some guestbooks shouldn't have the negative smilies.  To remove some smilies or change the order of the smilies change them from the Admin Panel Smilies section.  To change from here, the templates/form.php file must have permissions set to 777.<br /> [list]In Admin Panel, Click on "Smilies"<br /> Scroll down to the bottom and select "Scan directory (img/smilies)"<br /> For the smilies you want to add, type the Code and Emotion<br /> Click on Submit Settings<br /> Delete any Emoticons you do not want to appear<br /> [/list]<br /> You can also change or add more smilies directly in the form.php file:<br /> Open templates/form.php.  Find the smilies code around line 100 after $OPTIONAL:<br /> [code]&lt;tr bgcolor=&quot;$VARS&#91;tb_color_1&#93;&quot;&gt;<br />     &lt;td width=&quot;25%&quot; valign=&quot;top&quot; class=&quot;font1&quot;&gt;$LANG&#91;FormMessage&#93;*&#58;<br />     &lt;br&gt;&lt;br&gt;<br />      &lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;6&quot; align=&quot;center&quot;&gt;<br />           &lt;tr align=&quot;center&quot; valign=&quot;middle&quot;&gt; <br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;-&#41;'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/a1.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;-&#40;'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/a2.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;';-&#41;'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/a3.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />           &lt;/tr&gt;<br />           &lt;tr align=&quot;center&quot; valign=&quot;middle&quot;&gt; <br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;o'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/a4.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;D'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/a5.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;p'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/a6.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />           &lt;/tr&gt;<br />           &lt;tr align=&quot;center&quot; valign=&quot;middle&quot;&gt; <br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;cool&#58;'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/a7.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;rolleyes&#58;'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/a8.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;mad&#58;'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/a9.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />           &lt;/tr&gt;<br />           &lt;tr align=&quot;center&quot; valign=&quot;middle&quot;&gt; <br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;eek&#58;'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/a10.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;-&#41;'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/a1.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;confused&#58;'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/a11.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />           &lt;/tr&gt;<br /> [/code]<br /> Replace the gif filenames for the negative smilies with other filenames found in the img/smilies folder. Also replace the description thats between the parenthesis (':happy:').<br /> <br /> [u]Example[/u] - Replace the "Roll Eyes" and "Mad" smilies with "heart" and "Rainbow".  (I think it is much easier to typeover the filenames and descriptions than cut and paste.)<br /> <br /> Replace:<br /> [code]&lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;rolleyes&#58;'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/a8.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;mad&#58;'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/a9.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;[/code]<br /> with:<br /> [code]&lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;heart&#58;'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/heart.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;rainbow&#58;'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/rainbow.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;[/code]<br /> Even though all smilies can be seen by clicking on the "show legend" link, you can still add more smilies to show up on the initial form.  To add another row of smilies, just copy and paste the code for an existing row and change the gif filenames.  The following code adds one row of smilies: dance, girl and Christmas:<br /> [code]          &lt;tr align=&quot;center&quot; valign=&quot;middle&quot;&gt; <br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;dance1'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/dance1.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;girl'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/girl.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />             &lt;td&gt;&lt;a href=&quot;javascript&#58;emoticon&#40;'&#58;xmas'&#41;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/smilies/xmas.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br />           &lt;/tr&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3901/11956.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3901/11956.php</link>
				<pubDate><![CDATA[Sun, 21 Nov 2004 11:00:31]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ What do you mean by negative smilies?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3901/11962.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3901/11962.php</link>
				<pubDate><![CDATA[Sun, 21 Nov 2004 18:41:54]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sounds like bad karma.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3901/11964.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3901/11964.php</link>
				<pubDate><![CDATA[Sun, 21 Nov 2004 18:50:37]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Auron"]What do you mean by negative smilies?[/quote]<br /> <br /> I mean "negative" as to what the website's purpose is.  I am working with Christian websites, where the devil's face is just plain inappropriate.  Evil... mad... tongue... smoking... we don't want it.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3901/11980.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3901/11980.php</link>
				<pubDate><![CDATA[Mon, 22 Nov 2004 04:54:09]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hey Amber,<br /> <br /> I changed the smilies as you specified, adding another row with some holiday and fun stuff.  However, when I preview my entry, I don't get the smily in the entry... just the <img src="https://proxy2.de/forum//images/smilies/1069449046bcd664c21db15b1dfedaee.gif"  />mas: :koolaid: (hee hee... I don't know if koolaid should be on my Christian site, but hey... I liked it!).<br /> <br /> Can you check out <a class="snap_shots" href="http://johnnyandrachaelstevens.com/guestbook/" target="_blank" rel="nofollow">http://johnnyandrachaelstevens.com/guestbook/</a> and let me know how to 'load' or 'install' the gifs or let me know what I did wrong, please???<br /> <br /> Thanks,<br /> Johnny]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3901/12185.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3901/12185.php</link>
				<pubDate><![CDATA[Tue, 30 Nov 2004 16:19:33]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You need to place th esmilies in the img folder and then goto the smilies sectin of the admin and click rescan at the bottom. Then pt n the codes to post them and the alternative text desription.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3901/12186.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3901/12186.php</link>
				<pubDate><![CDATA[Tue, 30 Nov 2004 16:32:27]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sorry... I guess I wasn't too clear on that.<br /> <br /> Click on "show legend" underneath the smilies.  If all of the smilies you want to use aren't there, you need to scan and add the codes for them.  The instructions for scanning are at the first part of this thread.  <br /> <br /> So, I think you should scan first and put in the info for all the smilies you will want to use; then add any additional rows you want on the signin page.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3901/12229.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3901/12229.php</link>
				<pubDate><![CDATA[Thu, 2 Dec 2004 15:33:13]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I am working on a routine for the guestbook to have the 12 smilies on the addentry page be the first 12 smilies that you have in the database.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3901/12231.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3901/12231.php</link>
				<pubDate><![CDATA[Thu, 2 Dec 2004 15:51:23]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hey Amber  <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> <br /> Thanx so much for this thread. It was REALLY helpful. I found it on the search fingie. And a good thing too.<br /> <br /> ....and a thanx to Carbonize as well.<br /> <br /> I was able to add out several smilies following all the conversational instructions between you two.<br /> <br /> Appreciate!! <br /> <br />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /><br /> <br /> ~~~~~~~~~<br /> <br /> Let me add one more thing to help someone who comes behind us.<br /> <br /> <br /> &lt;tr align="center" valign="middle"&gt;<br />             &lt;td&gt;&lt;a href="javascript:emoticon(':hearts:')"&gt;<br /> &lt;img src="$GB_PG[base_url]/img/smilies/hearts.gif" border="0"&gt;&lt;/a&gt;&lt;/td&gt;<br />             &lt;td&gt;&lt;a href="javascript:emoticon(':gardener:')"&gt;<br /> &lt;img src="$GB_PG[base_url]/img/smilies/gardener.gif" border="0"&gt;&lt;/a&gt;&lt;/td&gt;<br />             &lt;td&gt;&lt;a href="javascript:emoticon(':cowboy:')"&gt;<br /> &lt;img src="$GB_PG[base_url]/img/smilies/cowboy1.gif" border="0"&gt;&lt;/a&gt;&lt;/td&gt;<br />      &lt;/tr&gt;<br /> <br /> <br /> Please remember to add &lt;tr align="center" valign="middle"&gt; after each three lines of new smilie code you put in. And add  &lt;/tr&gt; at the end of the row. That way it separates them into colmums instead having the smilies run in one straight line across the page and ending up pushing your entire guest's message box to the far end of the page.<br /> <br /> You can also group them in counts of 4 or 5 too.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3901/18063.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3901/18063.php</link>
				<pubDate><![CDATA[Wed, 14 Sep 2005 23:19:04]]> GMT</pubDate>
				<author><![CDATA[ marmalade kat]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hey,<br /> <br /> I'm having trouble with the smilies. When you're about to make an entry, the sizes of the smilies to te left of the input field are just fine, but when the message is posted, some sizes are ruined.<br /> My idea was to rescan the smilies panel in the Admin function, but that doesn't really work since I'm having trouble with a loop there.<br /> How can I prevent that page from looping?<br /> <br /> Kind regards and thanks in advance.<br /> <br /> <br /> edit: Never mind, I just found that it has to be editted in the sql db <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3901/18623.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3901/18623.php</link>
				<pubDate><![CDATA[Tue, 8 Nov 2005 19:49:31]]> GMT</pubDate>
				<author><![CDATA[ Vince]]></author>
			</item>
	</channel>
</rss>