<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "php in templates doesn't work"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "php in templates doesn't work"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>php in templates doesn't work</title>
				<description><![CDATA[ Hi!<br /> <br /> I want to customize the template files also with php statements.<br /> <br /> The problem is that these php is put out in the html-source code instead of beeing processed..<br /> <br /> how can the php statements in the template files can be processed?<br /> <br /> maybe someone can me help with this?<br /> <br /> thanks,<br /> Bernhard]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5006/18012.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5006/18012.php</link>
				<pubDate><![CDATA[Sun, 11 Sep 2005 13:48:09]]> GMT</pubDate>
				<author><![CDATA[ beg]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ They cannot. The templates are loaded as strings then any variables in the strings converted.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5006/18013.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5006/18013.php</link>
				<pubDate><![CDATA[Sun, 11 Sep 2005 14:13:52]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi Carbonize!<br /> <br /> Thank you very much for the fast reply!<br /> <br /> so there is no way to write php into the templates? <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif"  /><br /> <br /> maybe you can think of an other solution for this problem:<br /> <br /> I have a website in different languages, but want to use only one language version for the guestbook (english). So there are links to the guestbook from different sites in a certain language. to get back to the language the user came from I wanted to pass a language var to the guestbook site, so there can be an if-selection for the navigation with the correct links back to the site with the choosen language..<br /> <br /> how can I do this or something more or less similar? Do I need to use the whole guestbook-thing for each language version and is this no problem for the database? <br /> <br /> Bernhard]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5006/18014.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5006/18014.php</link>
				<pubDate><![CDATA[Sun, 11 Sep 2005 16:18:58]]> GMT</pubDate>
				<author><![CDATA[ beg]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You could easily use the guestbook in the various languages. You just need to set [b]lang[/b] iin a cookie to reflect the language for the guestbook.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5006/18015.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5006/18015.php</link>
				<pubDate><![CDATA[Sun, 11 Sep 2005 17:19:53]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ the point is, that I don't want (and need) the guestbook in different languages, but all the other pages with there navigations are in different languages.<br /> <br /> So if somebody from a page in german goes to the guestbook, how do I manage it, that he gets back to the german site (and not english, french,  ..) from the navigation in the guestbook?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5006/18016.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5006/18016.php</link>
				<pubDate><![CDATA[Sun, 11 Sep 2005 17:26:40]]> GMT</pubDate>
				<author><![CDATA[ beg]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ this is the site:<br /> <a class="snap_shots" href="http://ambition.gehberger.at" target="_blank" rel="nofollow">http://ambition.gehberger.at</a><br /> <br /> if you click on 'de' in the upper right corner you get to the german version in the german subdirectory.<br /> <br /> there will be links for different language versions.<br /> <br /> for each language versions there will be translated pages in the appropriated subdirectories like german, english, french, ..<br /> <br /> but there will be only one directory guestbook.<br /> <br /> so how can I manage it, that I can link to the guestbook form different pages and link back to them?<br /> <br /> I opened the english icon to test this - there is no translation yet, but you will see the directory and the problem with the guestbook to get back to the english and not german pages..<br /> <br /> thank you very much for looking after this!<br /> I have no idea of getting around with this reasonably..<br /> <br /> Bernhard]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5006/18017.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5006/18017.php</link>
				<pubDate><![CDATA[Sun, 11 Sep 2005 17:35:08]]> GMT</pubDate>
				<author><![CDATA[ beg]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Have a look at Lazarus. It comes with an include file for putting the guestbook in any page. This way you could easily just put it in a page for each language.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5006/18018.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5006/18018.php</link>
				<pubDate><![CDATA[Sun, 11 Sep 2005 17:44:19]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ ok, thank you very much for your help.<br /> <br /> I will take a look at that and hope that I don't have to do all the customization again..  <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" /> <br /> <br /> Bernhard]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5006/18019.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5006/18019.php</link>
				<pubDate><![CDATA[Sun, 11 Sep 2005 17:57:59]]> GMT</pubDate>
				<author><![CDATA[ beg]]></author>
			</item>
	</channel>
</rss>