<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Guestbook Customization Gone Wrong...Can you help?"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Guestbook Customization Gone Wrong...Can you help?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Guestbook Customization Gone Wrong...Can you help?</title>
				<description><![CDATA[ I was customizing my guestbook by implementing my headers, footers, sidebars, etc.  It was going fine, and I had the look I was shooting for [url=http://www.cancun-discounts.com/guestbook/][color="blue"]here[/color][/url].<br /> <br /> The administration page looks OK too.  However, when I hit "sign the guestbook", it's whacked.  I'm not an HTML expert by any means, but I get around OK.   I've tried and tried to figure out what the problem is, but I'm just hitting a brick wall.<br /> <br /> Can you see what I'm missing?  I think the problem might be that I don't know much about php.  Everything I learned about it, I learned in the past couple hours reading the support forum here!<br /> <br /> I sure appreciate any help!<br /> <br /> Johann <br /> <a class="snap_shots" href="mailto:webmaster@cancun-discounts.com">webmaster@cancun-discounts.com</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/13999.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/13999.php</link>
				<pubDate><![CDATA[Sat, 5 Feb 2005 21:02:03]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re: Guestbook Customization Gone Wrong...Can you help?</title>
				<description><![CDATA[ [quote="jsweb"]I was customizing my guestbook. . .<br /> <br /> The administration page looks OK too.  However, when I hit "sign the guestbook", it's whacked.  I'm not an HTML expert by any means, but I get around OK.   I've tried and tried to figure out what the problem is, but I'm just hitting a brick wall.<br /> <br /> Can you see what I'm missing?  I think the problem might be that I don't know much about php.  Everything I learned about it, I learned in the past couple hours reading the support forum here!<br /> <br /> I sure appreciate any help!<br /> <br /> Johann <br /> <a class="snap_shots" href="mailto:webmaster@cancun-discounts.com">webmaster@cancun-discounts.com</a>[/quote]<br /> <br /> The problem is in the tables nesting - you may need to extend the side columns for rowspan=2 (off the top of my head - I think that's the term for it).<br /> Looks like you have put a lot of work into it and it looks very nice - but you may not really want to have all the fancy links leading away from your guestbook entry page unless you realllllly don't want people signing your guestbook to begin with.... <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" />  That's just a thought from another webpage designer <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14002.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14002.php</link>
				<pubDate><![CDATA[Sat, 5 Feb 2005 21:46:39]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
			<item>
				<title>Re: Guestbook Customization Gone Wrong...Can you help?</title>
				<description><![CDATA[ I guess I'm not sure how to implement that.  The headers and the footers are the same throughout, so why would one page be fine and the next be weird?  <br /> <br /> I understand what you're saying about the links, but I'm just trying to fit it into our site at <a class="snap_shots" href="http://www.cancun-discounts.com." target="_blank" rel="nofollow">http://www.cancun-discounts.com.</a>  This way it has the same navigation structure as the rest of our pages.  Thanks for the advice, though, I'm always open to suggestions!<br /> <br /> Johann<br /> <a class="snap_shots" href="mailto:webmaster@cancun-discounts.com">webmaster@cancun-discounts.com</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14010.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14010.php</link>
				<pubDate><![CDATA[Sat, 5 Feb 2005 23:23:52]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re: Guestbook Customization Gone Wrong...Can you help?</title>
				<description><![CDATA[ [quote="jsweb"]I guess I'm not sure how to implement that.  The headers and the footers are the same throughout, so why would one page be fine and the next be weird?  <br /> [/quote]<br /> <br /> Because the tables nest slightly differently from one page to the next.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14011.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14011.php</link>
				<pubDate><![CDATA[Sat, 5 Feb 2005 23:28:25]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Did you also put something like this in your index.php file ?<br /> &lt;?php include('/home/xxxxxx/public_html/guestbook/header.php'); ?&gt;<br /> above goes at the top of the index.php and this goes at the bottom.<br /> &lt;?php include('/home/xxxxxx/public_html/guestbook/footer.php'); ?&gt;<br /> <br /> Click my guestbook link below. Works like a charm. <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14013.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14013.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 00:30:06]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="JTD"]Did you also put something like this in your index.php file ?<br /> &lt;?php include('/home/xxxxxx/public_html/guestbook/header.php'); ?&gt;<br /> above goes at the top of the index.php and this goes at the bottom.<br /> &lt;?php include('/home/xxxxxx/public_html/guestbook/footer.php'); ?&gt;<br /> <br /> Click my guestbook link below. Works like a charm. <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />[/quote]<br /> <br /> Just looking at your guestbook and the guestbook at JSWeb's - your's does not have all the side columns on your "sign the gb" page - JSWeb implied that the columns were wanted for the "sign the gb" page - Not sure why it is wanted, but that's what JSWeb seems to be saying above....]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14014.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14014.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 00:51:40]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
			<item>
				<title>Re: Guestbook Customization Gone Wrong...Can you help?</title>
				<description><![CDATA[ ET - That's right.  I'm trying to achieve a seamless integration of the guestbook into our site at <a class="snap_shots" href="http://www.cancun-discounts.com." target="_blank" rel="nofollow">http://www.cancun-discounts.com.</a>  I want my navigation structure to be present and identical on all my pages.<br /> <br /> JTD - I'm not using PHP to achieve the effect seen at <a class="snap_shots" href="http://www.cancun-discounts.com/guidebook/." target="_blank" rel="nofollow">http://www.cancun-discounts.com/guidebook/.</a>  I just edited the header and footer with my own, and it worked out really well on the main page and on the administration page.  For some reason it's just whacked on the "sign the guestbook" page, and I see now that the "Submit" button doesn't even work.  I must have messed something up. <br /> <br /> What page is it that needs edited for this page to be put back to normal?  Is it form.php?  entry.php?  It says "addentry.php" but that isn't a choice in the administration, so I'm guessing it's a compilation php of several things, which might be the problem.<br /> <br /> Johann<br /> <a class="snap_shots" href="http://www.cancun-discounts.com" target="_blank" rel="nofollow">http://www.cancun-discounts.com</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14016.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14016.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 01:56:25]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Well I was just showing you how mine was done. As far as what page I have no idea. I have two files header.php and footer.php. That are called up in the index.php with the code I showed you. And as far as the administration page part I dont use it myself. I edit all my files via FTP. Since enableing permissions far enough in the admin section is just asking to have something changed for you if you ever do get hacked for some reason.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14018.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14018.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 03:15:56]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title>Re: Guestbook Customization Gone Wrong...Can you help?</title>
				<description><![CDATA[ JTD - Thanks for your help.  I may have to end up switching to PHP as you've done, but I was hoping that all the work I did with the headers and footers wouldn't be for nothing.  I wonder, though, why does your guestbook posting page not have your sidebars?  Is that by choice, or does that page not work for you either (that's the one that I'm having trouble with...)<br /> <br /> Johann<br /> <a class="snap_shots" href="http://www.cancun-discounts.com" target="_blank" rel="nofollow">http://www.cancun-discounts.com</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14034.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14034.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 08:04:26]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Did you just follow my instructions of a previous thread and just copy the HTML from before where you wish the guestbook to be into the header.php file and the HTML from after into the footer.php file? I looked at your addentry page and saw you have 2 body tags.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14035.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14035.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 08:16:42]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Re: Guestbook Customization Gone Wrong...Can you help?</title>
				<description><![CDATA[ [quote="jsweb"]JTD - Thanks for your help.  I may have to end up switching to PHP as you've done, but I was hoping that all the work I did with the headers and footers wouldn't be for nothing.  [/quote]<br /> <br /> A view-source reveals that you are missing several opening and closing table cells. Like ET stated earlier - you don't have the tables nested in the correct format and like Carbonize points out, you have two body tags. You have the string for form improperly syntaxed and you seemingly have a lot of duplications like <br /> <br /> [code]&lt;!--Start Guestbook Entries --&gt; &amp;  &lt;!--End Guestbook Entries --&gt;[/code] is in two different locatoins.  Generally the code looks pretty mucked up. I'd be available at a professional rate to clean the code up for you.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14036.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14036.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 11:12:13]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re: Guestbook Customization Gone Wrong...Can you help?</title>
				<description><![CDATA[ [quote="Anonymous"]I'd be available at a professional rate to clean the code up for you.[/quote]Now thats funny. Even funnier is the fact they are touting for business and forgot to say how the person could contact them. Anyways integrating the guestbook into a website is reasonably simple (not as simple as the guestbook I am working on but ho hum) and a search of this forum will provide several different ways of achieving it.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14037.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14037.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 11:33:21]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Re: Guestbook Customization Gone Wrong...Can you help?</title>
				<description><![CDATA[ [quote="jsweb"]JTD - Thanks for your help.  I may have to end up switching to PHP as you've done, but I was hoping that all the work I did with the headers and footers wouldn't be for nothing.  I wonder, though, why does your guestbook posting page not have your sidebars?  Is that by choice, or does that page not work for you either (that's the one that I'm having trouble with...)<br /> <br /> Johann<br /> <a class="snap_shots" href="http://www.cancun-discounts.com" target="_blank" rel="nofollow">http://www.cancun-discounts.com</a>[/quote]<br /> <br /> Go take alook at my addentry.php again. About a 5 second fix to make it look like the index.php page. And I must give credit to carb for teaching me what limited php I do know.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14041.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14041.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 14:17:41]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title>Re: Guestbook Customization Gone Wrong...Can you help?</title>
				<description><![CDATA[ OK.  I figured it out.  I could see the missing tags when I viewed source on the addentry page, but because I don't really understand PHP very well, I couldn't figure out which page it was pulling from that was messed up.  I don't know why I didn't think of it before (duh), but I just downloaded AG from this site, and uploaded it to my server, sans the header and footer.  Poof!  Everything looks fine. (<a class="snap_shots" href="http://www.cancun-discounts.com/addentry.php" target="_blank" rel="nofollow">http://www.cancun-discounts.com/addentry.php</a>).<br /> <br /> I had read all the info I could find in the forum and what messed me up was one post that said you would have to put your HTML into all the individual pages.  I'm sure I just misunderstood the post, but that's what I did.  Then, I realized how dumb that was, and deleted it all out, but obviously accidentally deleted something important in the process.<br /> <br /> I knew I needed to fix my tables like JTD had said, and the body tag like Guest had said, but I couldn't figure out in what file the tables were incorrect because I didn't understand the PHP well enough.   If I could have found the HTML, I could have fixed it.  That part I know.<br /> <br /> Carbonize - Customizing the guestbook [b]is[/b] very easy.  I just made it harder than it needed to be and messed it up.  I don't understand what you mean by "touting for business, but left no way to contact them".  I left my e-mail in two messages above, and in our guestbook, there is a "Contact Us" link in the main header bar, and an e-mail link in the footer.  What more do you want?  We certainly weren't "touting for business" on this board, we were just looking for help, and you guys have all been great.  Thank you for everything!<br /> <br /> Johann<br /> <a class="snap_shots" href="http://www.cancun-discounts.com" target="_blank" rel="nofollow">http://www.cancun-discounts.com</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14048.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14048.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 16:05:17]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Carb wasnt referring to you in that post. He was speaking to some goober who wanted money to help you.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14049.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14049.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 16:10:22]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ jsweb, I don't think he was talking about you "touting for business" but his competition who offered to clean up the code at a professional rate.  Carbonize is trying to get everybody over to his site, so this is most likely infringing on what he feels is his territory.  It is also tacky.  If they want to try and get a paid arrangement, they should do it in private, not in this public forum.  Guest, next time, send them an email.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14050.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14050.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 16:14:42]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I think I just said that in the post before yours LOL  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14051.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14051.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 16:16:43]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yup I was refering to the guest post. I have helped numerous people with installing and customising the guestbook and have never asked for payment of any sort (although feel free to click the adverts on my site). I have been given gifts for the help I have given, mainly in the cases when I have physically go into their web space and installed or customised it for them (and very nice chocolate biscuits they were as well) but to come here and say you will fix it for money is taking the Micheal.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14054.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14054.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 16:39:36]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ My apologies, Carbonize!  I'm a bit dense sometimes, as my wife likes to remind me.  You guys are doing a great thing here.  Your scripts rock!<br /> <br /> Johann<br /> <a class="snap_shots" href="http://www.cancun-discounts.com" target="_blank" rel="nofollow">http://www.cancun-discounts.com</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14061.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14061.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 17:23:09]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Don't worry about it, you can't be as dense as [b]JTD[/b].]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14063.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14063.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 17:49:01]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ LOL  This evolved into a pretty funny thread... Thanks for the laughs!!! LOL]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14093.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14093.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 21:25:01]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]Don't worry about it, you can't be as dense as [b]JTD[/b].[/quote]<br /> <br /> Well gee thanks ya bloody brit. <img src="https://proxy2.de/forum//images/smilies/69934afc394145350659cd7add244ca9.gif" />  Go eat some damn biscuits will ya followed by a prozac. <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4225/14102.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4225/14102.php</link>
				<pubDate><![CDATA[Sun, 6 Feb 2005 22:40:08]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
	</channel>
</rss>