<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Guestbook 2.3.1 entry default to private"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Guestbook 2.3.1 entry default to private"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Guestbook 2.3.1 entry default to private</title>
				<description><![CDATA[ I want to let people only post private messages, so how do you make Advanced Guestbook 2.3.1 entries default to private? I can delete the checkbox, but how do you set its value to return to whatever makes that value private?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3806/11420.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3806/11420.php</link>
				<pubDate><![CDATA[Mon, 1 Nov 2004 22:12:02]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Open up templates/form.php and delete<br /> &lt;input type="checkbox" name="gb_private" value="1"&gt; &lt;font size="1" face="$VARS[font_face]"&gt;$LANG[FormPriv]&lt;/font&gt;<br /> <br /> open lib/add.class.php and find <br /> $sql_usertable = ($this-&gt;private==1) ? $this-&gt;table['priv'] : $this-&gt;table['data'];<br /> <br /> replace it with <br /> $sql_usertable = ($this-&gt;private==1) ? $this-&gt;table['priv'] : $this-&gt;table['priv'];<br /> <br /> <br /> and you're done. It's a hack fix but should do the job.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3806/11427.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3806/11427.php</link>
				<pubDate><![CDATA[Mon, 1 Nov 2004 23:43:39]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>