<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "How to remove visitors email addresses from guestbook"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "How to remove visitors email addresses from guestbook"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>How to remove visitors email addresses from guestbook</title>
				<description><![CDATA[ Hi all,<br /> I've been bothered by the way the otherwise excellent Advanced Guestbook  displays e-mail addresses in the normal view. I think its a good thing to protect your vistors from e-mail address harvesting robots by preventing Guestbook from displaying them.<br /> <br /> I think someone else asked about this elsewhere but I searched and couldn't find it.<br /> <br /> To prevent Guestbook displaying e-mail address of visitors, make a backup of [i]templates/entry.php[/i] then open [i]entry.php[/i] in a text editor such as Notepad or Crimson Editor.<br /> <br /> Then remove lines 15 to 17 inclusive.<br /> <br /> Originally the section of [i]entry.php[/i] looks like this:<br /> <br /> [code]&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;&amp;nbsp;$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;[/code]<br /> <br /> Remove the lines:<br /> <br /> [code]&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;[/code]<br /> <br /> So that the section looks like this:<br /> [code]&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;&amp;nbsp;$GENDER&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;[/code]<br /> <br /> Although the guestbook still asks for an e-mail address when someone signs it, its stored for Admin reasons but not displayed. if you need to see the e-mail address, its still displayed in the Easy Admin section of the Control Panel.<br /> <br /> Hope this helps.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3621/10491.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3621/10491.php</link>
				<pubDate><![CDATA[Tue, 21 Sep 2004 11:56:04]]> GMT</pubDate>
				<author><![CDATA[ The Old Man]]></author>
			</item>
			<item>
				<title>What about the other displayed address (link)?</title>
				<description><![CDATA[ The e-mail address is also displayed under the "Comments" section, as the tiny little envelope icon. This will also enable robots and such to possibly steal the address again without anyone's permission.<br /> <br /> Further down in the entry.php file is the "$EMAIL" variable.<br /> <br /> [code]&lt;td width=&quot;68%&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;img/post.gif&quot; width=&quot;9&quot; height=&quot;9&quot;&gt;$DATE&amp;nbsp;$HOST<br />      &lt;a href=&quot;comment.php?gb_id=$row&#91;id&#93;&quot;&gt;&lt;img src=&quot;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 />    $MESSAGE<br />    &lt;/div&gt;<br />    $COMMENT<br />  &lt;/td&gt;<br /> [/code]<br /> <br /> ... remove that, and there are truly no e-mails displayed.<br /> <br /> TB]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3621/10829.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3621/10829.php</link>
				<pubDate><![CDATA[Wed, 6 Oct 2004 05:29:39]]> GMT</pubDate>
				<author><![CDATA[ midnite]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ That's great, thanks for that! Much appreciated.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3621/10839.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3621/10839.php</link>
				<pubDate><![CDATA[Wed, 6 Oct 2004 16:50:47]]> GMT</pubDate>
				<author><![CDATA[ The Old Man]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hate to be blunt but your visitors are obviously not concerned about being caught by a spam bot otherwise they would simply just not put the email address in. I suggest you still leave the option in but put a warning beneath the email field.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3621/10856.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3621/10856.php</link>
				<pubDate><![CDATA[Thu, 7 Oct 2004 12:25:26]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Re: What about the other displayed address (link)?</title>
				<description><![CDATA[ [quote="midnite"]The e-mail address is also displayed under the "Comments" section, as the tiny little envelope icon. This will also enable robots and such to possibly steal the address again without anyone's permission.<br /> <br /> Further down in the entry.php file is the "$EMAIL" variable.<br /> <br /> [code]&lt;td width=&quot;68%&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;img/post.gif&quot; width=&quot;9&quot; height=&quot;9&quot;&gt;$DATE&amp;nbsp;$HOST<br />      &lt;a href=&quot;comment.php?gb_id=$row&#91;id&#93;&quot;&gt;&lt;img src=&quot;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 />    $MESSAGE<br />    &lt;/div&gt;<br />    $COMMENT<br />  &lt;/td&gt;<br /> [/code]<br /> <br /> ... remove that, and there are truly no e-mails displayed.<br /> <br /> TB[/quote] :?: Remove that and you wind up with a black background and nothing at all but the address book??? I am using 2.3.1  does it work here?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3621/16986.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3621/16986.php</link>
				<pubDate><![CDATA[Fri, 8 Jul 2005 22:31:42]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Think they just mean the $EMAIL part.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3621/16989.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3621/16989.php</link>
				<pubDate><![CDATA[Sat, 9 Jul 2005 00:06:09]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>