<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advance guestbook!"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advance guestbook!"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advance guestbook!</title>
				<description><![CDATA[ I've been asking several times.<br /> Using different names in afraidnes of stupidity.<br /> Anyway, my problem:<br /> <br /> An extra option field in the guestbook with an image...?<br /> <br /> How?<br /> <br /> Read trough all old topics, but there are no ones.<br /> <br /> Thanks!<br /> Jash2]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1676/4142.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1676/4142.php</link>
				<pubDate><![CDATA[Mon, 3 Mar 2003 22:03:27]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Not sure what you mean by an extra option field with an image. can you be more specific. Do you mean like an avatar]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1676/4144.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1676/4144.php</link>
				<pubDate><![CDATA[Wed, 5 Mar 2003 14:21:44]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Hi again</title>
				<description><![CDATA[ I mean:<br /> <br /> (Like the option field "NAME" have a picture of a head.<br /> Or the Location have a globe)<br /> <br /> Hope you get it. Cause i really i need help...<br /> <br /> I'd like to add another field, which I'v already done.<br /> But I dont know how to display it in the guestbook.<br /> <br /> You can enter something in the addentry page, but it's<br /> not shown.<br /> I've tried to edit the preview_body or something.<br /> <br /> My question: How to show an entered value in the guestbook, and can you remove the text that say Location: (stands over the place).<br /> Thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1676/4145.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1676/4145.php</link>
				<pubDate><![CDATA[Wed, 5 Mar 2003 15:51:41]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ anything that you enter in the adentry form must have a database field for it to be written to. So if you do not have the database field it will never add it.<br /> <br /> as far as your other question. It is easy.<br /> <br /> You will edit /templates/entry.php<br /> <br /> [code]&lt;tr bgcolor=&quot;$bgcolor&quot;&gt;<br />  &lt;td width=&quot;18%&quot; valign=&quot;top&quot;&gt;<br />    &lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;2&quot;&gt;<br />      &lt;tr&gt;<br />        &lt;td class=&quot;font2&quot; valign=&quot;top&quot; width=&quot;8%&quot;&gt;&lt;b&gt;$id&#41;&lt;/b&gt;&lt;/td&gt;<br />        &lt;td width=&quot;92%&quot;&gt; &lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/ip.gif&quot; width=&quot;14&quot; height=&quot;14&quot; alt=&quot;$LANG&#91;AltIP&#93;&quot;&gt;&&&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/browser.gif&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;$row&#91;browser&#93;&quot;&gt;&<br />         $URL<br />         $ICQ<br />         $AIM<br /> $yahoo<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td colspan=&quot;2&quot; class=&quot;font1&quot;&gt;&lt;b&gt;$row&#91;name&#93;&lt;/b&gt;&$GENDER&lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td colspan=&quot;2&quot; class=&quot;font1&quot;&gt;$row&#91;email&#93;&lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td colspan=&quot;2&quot; class=&quot;font2&quot;&gt;$LANG&#91;FormLoc&#93;&#58;&lt;br&gt;$row&#91;location&#93;&lt;/td&gt;<br />      &lt;/tr&gt;<br />     &lt;/table&gt;<br />   &lt;/td&gt;<br />   &lt;td width=&quot;88%&quot; class=&quot;font1&quot; valign=&quot;top&quot;&gt; <br />     &lt;div align=&quot;left&quot; class=&quot;font3&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/post.gif&quot; width=&quot;9&quot; height=&quot;9&quot;&gt;$DATE&$HOST<br />      &lt;a href=&quot;$GB_COMMENT&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/edit.gif&quot; width=&quot;18&quot; height=&quot;13&quot; border=&quot;0&quot; alt=&quot;$LANG&#91;AltCom&#93;&quot;&gt;&lt;/a&gt;<br />      $EMAIL<br />     &lt;/div&gt;<br />     &lt;hr size=&quot;1&quot;&gt;&lt;div align=&quot;left&quot;&gt;<br />     $USER_PIC $MESSAGE<br />    &lt;/div&gt;<br />    $COMMENT<br />  &lt;/td&gt;<br /> &lt;/tr&gt;[/code]<br /> <br /> you can see by this code from entry.php that it is easy to edit<br /> <br /> and below is the modified code to do what you were talking about<br /> <br /> [code]&lt;tr bgcolor=&quot;$bgcolor&quot;&gt;<br />  &lt;td width=&quot;18%&quot; valign=&quot;top&quot;&gt;<br />    &lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;2&quot;&gt;<br />      &lt;tr&gt;<br />        &lt;td class=&quot;font2&quot; valign=&quot;top&quot; width=&quot;8%&quot;&gt;&lt;b&gt;$id&#41;&lt;/b&gt;&lt;/td&gt;<br />        &lt;td width=&quot;92%&quot;&gt; &lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/ip.gif&quot; width=&quot;14&quot; height=&quot;14&quot; alt=&quot;$LANG&#91;AltIP&#93;&quot;&gt;&&&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/browser.gif&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;$row&#91;browser&#93;&quot;&gt;&<br />         $URL<br />         $ICQ<br />         $AIM<br /> $yahoo<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td colspan=&quot;2&quot; class=&quot;font1&quot;&gt;&lt;b&gt;&lt;img src=&quot;/guestbook/img/user.gif&quot; width=&quot;16&quot; height=&quot;15&quot;&gt;$row&#91;name&#93;&lt;/b&gt;&$GENDER&lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td colspan=&quot;2&quot; class=&quot;font1&quot;&gt;&lt;img src=&quot;/guestbook/img/email.gif&quot; width=&quot;15&quot; height=&quot;15&quot;&gt;$row&#91;email&#93;&lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td colspan=&quot;2&quot; class=&quot;font2&quot;&gt;&lt;br&gt;&lt;img src=&quot;/guestbook/img/location.gif&quot; width=&quot;16&quot; height=&quot;16&quot;&gt;$row&#91;location&#93;&lt;/td&gt;<br />      &lt;/tr&gt;<br />     &lt;/table&gt;<br />   &lt;/td&gt;<br />   &lt;td width=&quot;88%&quot; class=&quot;font1&quot; valign=&quot;top&quot;&gt; <br />     &lt;div align=&quot;left&quot; class=&quot;font3&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/post.gif&quot; width=&quot;9&quot; height=&quot;9&quot;&gt;$DATE&$HOST<br />      &lt;a href=&quot;$GB_COMMENT&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/edit.gif&quot; width=&quot;18&quot; height=&quot;13&quot; border=&quot;0&quot; alt=&quot;$LANG&#91;AltCom&#93;&quot;&gt;&lt;/a&gt;<br />      $EMAIL<br />     &lt;/div&gt;<br />     &lt;hr size=&quot;1&quot;&gt;&lt;div align=&quot;left&quot;&gt;<br />     $USER_PIC $MESSAGE<br />    &lt;/div&gt;<br />    $COMMENT<br />  &lt;/td&gt;<br /> &lt;/tr&gt;[/code]<br /> <br /> <br /> later<br /> <br /> this is from my guestbook which is modified for the yahoo instant messenger field and left table size change and anti spam feature......should match up......most of it.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1676/4146.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1676/4146.php</link>
				<pubDate><![CDATA[Wed, 5 Mar 2003 22:19:08]]> GMT</pubDate>
				<author><![CDATA[ Jared]]></author>
			</item>
	</channel>
</rss>