<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Guestbook within the page..."]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Guestbook within the page..."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Guestbook within the page...</title>
				<description><![CDATA[ Hello all again.<br /> Here's my problem:<br /> <br /> In Advanced Guestbook: I want it when the link is clicked the Guestbook to be in on the right side and the whole page to actually stay the way it is. Now I tryed to do that with Templates but it didn't work out.<br /> If I use PHP to just include the page in it, would that work?<br /> I just want to get it to for like for example on here you have the FORUM link, once clicked the whole template stays just the forum is displayed on here!!!<br /> Thank you.<br /> Sincerely,<br /> Dr. DK]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1678/4147.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1678/4147.php</link>
				<pubDate><![CDATA[Thu, 6 Mar 2003 00:31:33]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Got it...</title>
				<description><![CDATA[ Well I got it... Just going to edit header, body, and footer. For each image just add ../ and it's going to work. Create the tables and all that and bam. Just wanted to find out if there was any easier way out of this, like enter the dir_url and each of the images will have it. But this works as well...<br /> Thanks!  <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" /> <br /> Sincerely,<br /> Dr. DK]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1678/4148.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1678/4148.php</link>
				<pubDate><![CDATA[Thu, 6 Mar 2003 02:05:38]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Another problem while doing this...</title>
				<description><![CDATA[ Now I was using include_once () for the PHP file. But when I added that into the guestbook, then the include doesn't work. If I use the use_db for other script then it created a problem withing the Guestbook file.<br /> <br /> How do I get around this? Still to use [b]include_once()[/b] and maybe even use the other coutner script with [b]use_db[/b] script in the php?!?!<br /> <br /> Any replys welcome!  <img src="https://proxy2.de/forum//images/smilies/97ada74b88049a6d50a6ed40898a03d7.gif" /> <br /> Thanks.<br /> Sincerely,<br /> Dr. DK]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1678/4149.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1678/4149.php</link>
				<pubDate><![CDATA[Thu, 6 Mar 2003 02:32:50]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Got the INCLUDE working...</title>
				<description><![CDATA[ Now I got the INCLUDE_ONCE()S working by going through the template.class.php and adding some code to it.<br /> <br /> My question now is:<br /> How do I get the Counter and the Advanced Poll working along with the guestbook using the INCLUDE_ONCE()S in the template of the header and footer?<br /> <br /> Cause for the Counter line:<br /> [b]&lt;?php<br /> include ("./counter/config.inc.php");<br /> if ($COUNT_CFG['use_db']) {<br />     include ("./counter/mysql.class.php");<br /> }<br /> include ("./counter/counter.class.php");       <br /> $counter = new dcounter();<br /> $visits = $counter-&gt;show_counter();  /* Returns an associative array */[/b]<br /> <br /> ?&gt;<br /> That seems to conflict each other with the Adv. Guestbook!<br /> As far as having the Poll on it with line:<br /> [b]echo $php_poll-&gt;poll_process(4);[/b]<br /> That seems to conflish with Adv. Guestbook as well!<br /> <br /> Anyone can help?  <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> <br /> All help greatly appreciated!<br /> Thank you.<br /> Sincerely,<br /> Dr. DK]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1678/4150.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1678/4150.php</link>
				<pubDate><![CDATA[Thu, 6 Mar 2003 08:33:18]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ don't use templates. Just run your includes and your site templates within the index.php, addentry.php and comment.php<br /> <br /> then just empty the header and footer templates.......works like a charm for me]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1678/4152.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1678/4152.php</link>
				<pubDate><![CDATA[Thu, 6 Mar 2003 11:14:28]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Well guest...</title>
				<description><![CDATA[ Well Guest my friend.<br /> That did work like a charm.<br /> Thanks a lot for the other way around.<br /> Sincerely,<br /> Dr. DK]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1678/4167.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1678/4167.php</link>
				<pubDate><![CDATA[Fri, 7 Mar 2003 04:13:33]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>hey GUEST...</title>
				<description><![CDATA[ QUESTION for ya GUEST!<br /> <br /> Once I put everything in the comment.php, all the include_once()s and $qb_com needs to go on top though, otherwise it tell that error of:<br /> <br /> Warning: Cannot add header information - headers already sent by (output started at /root/folder/example/guestbook/comment.php:17) in /root/folder/example/guestbook/lib/comment.class.php on line 175 <br /> <br /> So I can't really have nothing in comment.php but that code or can I specify the result to show up exactly where I want it by placing the code from comment on top and then adding my code below?<br /> <br /> Anybody has any ideas?<br /> Sincerely,<br /> Dr. DK]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1678/4169.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1678/4169.php</link>
				<pubDate><![CDATA[Fri, 7 Mar 2003 08:11:53]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>