<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "How to include GuestBook into the table on main page."]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "How to include GuestBook into the table on main page."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>How to include GuestBook into the table on main page.</title>
				<description><![CDATA[ Hi,<br /> I am including guestbook into the table on main page with link like that:<br /> <a class="snap_shots" href="http://www.mysite.com/index.php?id=gbook" target="_blank" rel="nofollow">http://www.mysite.com/index.php?id=gbook</a><br /> (all subsites on my WWW site are loading that way.)<br /> ,where gbook means a gbook.php file.<br /> Inside gbook.php file there is a code to including main page of guestbook.<br /> <br /> Main page of guestbook is displaying correct but - links not matching eg. new entry link is <a class="snap_shots" href="http://www.mysite.com/addentry.php" target="_blank" rel="nofollow">http://www.mysite.com/addentry.php</a> and of course it does't work. If I change /* guestbook pages */ section and add prefix guestbook/" -  links are like <a class="snap_shots" href="http://www.mysite.com/guestbook/addentry.php" target="_blank" rel="nofollow">http://www.mysite.com/guestbook/addentry.php</a> and it is opening at whole windows not inside main www site table. It could be stay like that but another problem is that links inside that page are like <a class="snap_shots" href="http://www.mysite.com/guestbook/guestbook/addentry.php" target="_blank" rel="nofollow">http://www.mysite.com/guestbook/guestbook/addentry.php</a> (guestbook added twice)<br /> <br /> I tried to change in config.inc.php file:<br /> $GB_PG["base_url"] = "http://www.mysite.com/guestbook"<br /> <br /> into:<br /> $GB_PG["base_url"] = "http://www.mysite.com/index.php?id=gbook"<br /> ...but it doesn't work correctly.<br /> <br /> So generally problem is - how to include guestbook into a table..<br /> Anyone can help me ?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3589/10360.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3589/10360.php</link>
				<pubDate><![CDATA[Tue, 14 Sep 2004 09:10:34]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Check the setting for your base url in admin/config.inc.php on or around line 59:<br /> <br /> [code]$GB_PG&#91;&quot;base_url&quot;&#93; = &quot;http&#58;//www.yoursite.com/guestbook&quot;; [/code]<br /> <br /> No guarantees.  If it doesn't work, maybe leave a link so someone can see what's up with it.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3589/10362.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3589/10362.php</link>
				<pubDate><![CDATA[Tue, 14 Sep 2004 09:52:09]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>Re: How to include GuestBook into the table on main page.</title>
				<description><![CDATA[ [quote="Mike007"]Hi,<br /> I am including guestbook into the table on main page with link like that:<br /> <a class="snap_shots" href="http://www.mysite.com/index.php?id=gbook" target="_blank" rel="nofollow">http://www.mysite.com/index.php?id=gbook</a><br /> (all subsites on my WWW site are loading that way.)<br /> ,where gbook means a gbook.php file.<br /> Inside gbook.php file there is a code to including main page of guestbook.<br /> <br /> &lt;snip&gt;<br /> <br /> So generally problem is - how to include guestbook into a table..<br /> Anyone can help me ?[/quote]<br /> <br /> Wow complicated. I just use a header and footer file on my site then use php include to add it to the start and end of every content page. For the guestbook I just put the includes at the start and the end of the index.php and addentry.php files.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3589/10371.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3589/10371.php</link>
				<pubDate><![CDATA[Tue, 14 Sep 2004 19:18:01]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="amber222"]Check the setting for your base url in admin/config.inc.php on or around line 59:<br /> <br /> [code]$GB_PG&#91;&quot;base_url&quot;&#93; = &quot;http&#58;//www.yoursite.com/guestbook&quot;; [/code]<br /> <br /> No guarantees.  If it doesn't work, maybe leave a link so someone can see what's up with it.[/quote]<br /> <br /> <br /> link is here: http://www.vietcong.pl/index.php?id=ksiega<br /> base url settings: <br /> $GB_PG["base_url"] = "http://www.vietcong.pl/guestbook";]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3589/10378.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3589/10378.php</link>
				<pubDate><![CDATA[Wed, 15 Sep 2004 09:41:46]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The quick fix is to hard code the correct links into the guestbook. The links are in the relevant template files.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3589/10379.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3589/10379.php</link>
				<pubDate><![CDATA[Wed, 15 Sep 2004 10:11:19]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]The quick fix is to hard code the correct links into the guestbook. The links are in the relevant template files.[/quote]<br /> <br /> So I should change links inside each template files ?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3589/10380.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3589/10380.php</link>
				<pubDate><![CDATA[Wed, 15 Sep 2004 10:17:08]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Just fix the links that are not working. I cannt be sure as to which files you need to edit as I am at work right now.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3589/10387.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3589/10387.php</link>
				<pubDate><![CDATA[Wed, 15 Sep 2004 16:05:03]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>How do I access the admin/config.inc.php?</title>
				<description><![CDATA[ I've seen some mention of this, but I have been unable to access the file.  Ultimately, I'd like to change some of the wording in the Guestbook.  I assume that I would do this by changing the BOOKMESS.. entries in the config.inc.php file... <br /> <br /> Can someone please tell me if I am going in the right direction and how to get into the config.inc.php file??<br /> <br /> Thanks,<br /> Johnny]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3589/10501.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3589/10501.php</link>
				<pubDate><![CDATA[Tue, 21 Sep 2004 22:41:20]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ the file you want is in the [b]lang[/b] directory. Probably [b]english.php[/b]. This is where all the wording is stored and why AG is easily customisable to any language.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3589/10502.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3589/10502.php</link>
				<pubDate><![CDATA[Tue, 21 Sep 2004 22:44:35]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>