<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Embed Guestbook in a html file using Frontpage with Themes"]]></title>
		<link>https://proxy2.de/forum/posts/list/2.php</link>
		<description><![CDATA[Latest messages posted in the topic "Embed Guestbook in a html file using Frontpage with Themes"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Embed Guestbook in a html file using Frontpage with Themes</title>
				<description><![CDATA[ Question, I’ve installed the latest Guestbook unto my Server and it works great using a direct link via the index.php on my site. However, Since I’m using FrontPage with a Theme I wanted to embedded the Guestbook within an html file that contains Theme content. However, the Theme on the Webpage does not work correctly if I use carbonize’s header method (ie. <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=3460" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=3460</a> ) and rename the .htm file to .php file. For some reason FrontPage requires the webpage file to have a .html extension before the Theme will work correctly. I also tried FatJack's approach (ie. <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=3921" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=3921</a> )<br /> where I embedded the index.php code into a new version of index.php file,  but that doesn’t work properly either. Has anyone been able to embed the Guestbook within an html file using FrontPage with a Theme that could maybe provide some help and/or an example?<br /> <br /> I’m fresh out of ideas now, so I hope someone can kindly assist so I can use this great Guestbook on my site.<br /> <br /> Thanks,<br /> Robert]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4047/12687.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4047/12687.php</link>
				<pubDate><![CDATA[Thu, 30 Dec 2004 15:21:29]]> GMT</pubDate>
				<author><![CDATA[ RShort]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ <a class="snap_shots" href="http://www.carbonize.co.uk/template.zip" target="_blank" rel="nofollow">www.carbonize.co.uk/template.zip</a>  download that, extract the html file, read the HTML.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4047/12690.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4047/12690.php</link>
				<pubDate><![CDATA[Thu, 30 Dec 2004 20:02:25]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Carbonize, Thanks for the file, but I can already embed the PHP code into the html document and it works as I indicated. However, my problem is a little different in that if you embed the PHP code into an html document which contains FrontPage Theme tags (e.g. &lt;meta name="Microsoft Theme" content="rs-wood-signs 1011, default"&gt; and &lt;meta name="Microsoft Border" content="tb"&gt; it breaks the Theme menuing structure and it doesn’t work properly mainly I think because you have to rename the .html file to a .php extension in order for the GuestBook to work. Are you not familiar with FrontPage and how it uses Themes for custom menus?  If I could execute the PHP code somehow without having to rename the file ext to .html it works.  I’m I missing something here?<br /> <br /> Is there anyone that has been successful in using the GuestBook code in a Webpage designed with MS FrontPage and a Theme?  <br /> <br /> Thanks…]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4047/12700.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4047/12700.php</link>
				<pubDate><![CDATA[Thu, 30 Dec 2004 23:23:43]]> GMT</pubDate>
				<author><![CDATA[ RShort]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ What my template file says is to look at your sites html code, decide where you want the guestbook to appear,copy all the html from before that point into the header.php file and everything after to footer.php file. Then goto the guestbooks index.php page. If this fails (a link would be nice so I can try for myself) then I suggest trying a non frontpage menu. there are plenty of free dynamic menues on www.dynamicdrive.com]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4047/12701.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4047/12701.php</link>
				<pubDate><![CDATA[Thu, 30 Dec 2004 23:27:05]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks, I'm just going to use the index.php with some html code to link back to my home page since Frontpage Themes don't work properly with .php files in the navigation menu structure. I need to find out why probably from MS.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4047/12702.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4047/12702.php</link>
				<pubDate><![CDATA[Thu, 30 Dec 2004 23:58:47]]> GMT</pubDate>
				<author><![CDATA[ RShort]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I have solved this issue. For those interested in using the Guestbook embedded within an html file and using FrontPage Themes. You must do the following since FrontPage will not let you execute files with .php extensions if using themes as your main menu navigation structure. Instead you must edit the .htaccess file on your web server and add the following line "AddType application/x-httpd-php php3 html". With this change you can now keep the file linked in your theme navigation as a .html file and just add the &lt;?php include('index.php'); ?&gt; line to your .html file where you want the Guestbook to be. The Web server will now execute the guestbook PHP code within the html file even though your extension is .html. Microsoft does not make things easy…]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4047/12747.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4047/12747.php</link>
				<pubDate><![CDATA[Sat, 1 Jan 2005 19:11:34]]> GMT</pubDate>
				<author><![CDATA[ RShort]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="RShort"].....Microsoft does not make things easy…[/quote]<br /> <br /> lol.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4047/12749.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4047/12749.php</link>
				<pubDate><![CDATA[Sat, 1 Jan 2005 19:43:12]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title>Template Use and Guestbook</title>
				<description><![CDATA[ I know this is an old issue, but the issue didn't seem resolved to me.<br /> <br /> I used Iframe SSI script I from DynamicDrive and Frontpage on my friends website (djsopaul.com) You cut and paste in frontpage under [HTML] tab as DynamicDrive sugests, don't bother editing the file name manually though. Click on the [Normal] tab, you will notice it will say cannot find externalpage.htm Right click and choose change inline frame properties, you can set the frame name here, and the file location, you will also have to change margins to 1 or whatever you want 0 will not work. <br /> <br /> This example is with frontpage 2002<br /> <br /> If you have any questions feel free to ask or you can go to djsopaul.com and click on GuestBook it pulls the information from djsopaul.com/GuestBook (case sensitive)<br /> <br /> -brad]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4047/13812.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4047/13812.php</link>
				<pubDate><![CDATA[Wed, 2 Feb 2005 04:53:29]]> GMT</pubDate>
				<author><![CDATA[ btray77]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ My advice is stop using Frontpage and use a decent wysiwyg editor (is there such a thing?) or learn HTML.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4047/13819.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4047/13819.php</link>
				<pubDate><![CDATA[Wed, 2 Feb 2005 09:39:43]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thnx btray - I liked your idea and I've incorporated it into a website I'm doing for a town here in NJ.  Check it out at:<br /> <br /> [url]http://www.wenonahnj.us[/url]<br /> <br /> I like the auto resizing of the window, however, with IE, you have to click on refresh if you go to "sign the book" or else you don't see the whole input screen.  Just a little annoyance though.   <img src="https://proxy2.de/forum//images/smilies/b2eb59423fbf5fa39342041237025880.gif"  /> <br /> <br /> PS - don't be too hard on me if you visit the site, it's still under construction!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4047/13918.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4047/13918.php</link>
				<pubDate><![CDATA[Fri, 4 Feb 2005 05:39:46]]> GMT</pubDate>
				<author><![CDATA[ Krusher]]></author>
			</item>
	</channel>
</rss>