<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Removing time"]]></title>
		<link>https://proxy2.de/forum/posts/list/6.php</link>
		<description><![CDATA[Latest messages posted in the topic "Removing time"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Removing time</title>
				<description><![CDATA[ Can anyone point me to where I can take 'TIME' element out of the header]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7261/24548.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7261/24548.php</link>
				<pubDate><![CDATA[Sun, 22 Feb 2009 20:05:27]]> GMT</pubDate>
				<author><![CDATA[ ronpaul53]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Off the top of my head open templates/body.php and delete<br /> <br /> $TPL[GB_TIME]&lt;br&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7261/24550.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7261/24550.php</link>
				<pubDate><![CDATA[Sun, 22 Feb 2009 23:07:42]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for that, had already tried that but it removes the whole string 'Monday, 23. February 2009 16:40'. I just want to remove '16:40'. Any further suggestions.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7261/24552.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7261/24552.php</link>
				<pubDate><![CDATA[Mon, 23 Feb 2009 17:43:26]]> GMT</pubDate>
				<author><![CDATA[ ronpaul53]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It would require some editing of the core files since the function that creates this time also creates the time in the entries.<br /> <br /> Open lib/gb.class/php and find<br /> <br /> $TPL['GB_TIME'] = $this-&gt;db-&gt;DateFormat(time());<br /> <br /> Replace with<br /> <br /> $TPL['GB_TIME'] = $this-&gt;db-&gt;DateFormat(time(), true);<br /> <br /> Close and save<br /> <br /> Open lib/vars.class.php and find<br /> <br /> function DateFormat($timestamp) {<br /> <br /> Replace with<br /> <br /> function DateFormat($timestamp, $hideTime = false) {<br /> <br /> Next find<br /> <br /> return ($newdate=$newdate.$newtime);<br /> <br /> Replace with<br /> <br /> return ($newdate = ($hideTime) ? $newdate : $newdate.$newtime);<br /> <br /> Save and close.<br /> <br /> Not tested so no guarantees.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7261/24553.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7261/24553.php</link>
				<pubDate><![CDATA[Mon, 23 Feb 2009 19:51:06]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for that, it has worked, much appreciated.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7261/24554.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7261/24554.php</link>
				<pubDate><![CDATA[Mon, 23 Feb 2009 20:16:25]]> GMT</pubDate>
				<author><![CDATA[ ronpaul53]]></author>
			</item>
	</channel>
</rss>