<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Guestbook Question"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Guestbook Question"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Guestbook Question</title>
				<description><![CDATA[ I have guestbook install and all is working ok ... I would like to make a change in code and cannot figure out where to do it.... Actually what I would like to do is add a few links in the drop down menu that has "Guestbook" in it located on the right side below the sign guestbook admin area.  <br /> <br /> I have found in the english.php file in the lang directory where under $LANG["FormSelect"]  = "Guestbook"; is where the name is being pulled from .... So how do I add more links here and make them active?<br /> <br /> thanks for any help from a newbie to PHP     <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1138/2870.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1138/2870.php</link>
				<pubDate><![CDATA[Wed, 23 Oct 2002 04:42:38]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>More info</title>
				<description><![CDATA[ I have alos found in body.php temlate the following <br /> <br /> &lt;!--Start JumpMenu --&gt;<br /> <br /> $TPL[GB_JUMPMENU] <br /> <br /> &lt;!--End JumpMenu --&gt;<br /> <br /> If I remove this then the drop down menu goes away... so once again how do I add more links into this?<br /> <br /> /very confused]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1138/2871.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1138/2871.php</link>
				<pubDate><![CDATA[Wed, 23 Oct 2002 06:05:05]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>wondering the same</title>
				<description><![CDATA[ I would also like to add a few things like Home Page and Pictures to my Jump Menu.  Any code I modify crashes the script, so I decided not to touch it.  Thanks ahead of time!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1138/2882.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1138/2882.php</link>
				<pubDate><![CDATA[Thu, 24 Oct 2002 03:41:59]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ if you want to add new URLs eg. your homepage it's so easy for me. Stay here i'll come back later w/ the answer <img src="https://proxy2.de/forum//images/smilies/b2eb59423fbf5fa39342041237025880.gif"  />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1138/2894.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1138/2894.php</link>
				<pubDate><![CDATA[Sat, 26 Oct 2002 01:52:36]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Any answer?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1138/2925.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1138/2925.php</link>
				<pubDate><![CDATA[Thu, 31 Oct 2002 05:51:42]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>jump menu</title>
				<description><![CDATA[ If you look at the guestbook on this site and click the box with the 'Go' button it simply displays the next 20 messages.<br /> I think that you should leave the jump menu alone and instead insert your own header with a drop down menu of your own. ?? <img src="https://proxy2.de/forum//images/smilies/0a4d7238daa496a758252d0a2b1a1384.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1138/2927.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1138/2927.php</link>
				<pubDate><![CDATA[Thu, 31 Oct 2002 13:37:09]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>How I personalised the Advanced Guestbook</title>
				<description><![CDATA[ How to alter the Advanced guestbook. <img src="https://proxy2.de/forum//images/smilies/69934afc394145350659cd7add244ca9.gif" />  <img src="https://proxy2.de/forum//images/smilies/69934afc394145350659cd7add244ca9.gif" />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> <br /> I wanted to personalise the guestbook<br /> a) to have my own logo<br /> b) to be able to move back to my home page.<br /> <br /> This is how I did it:-<br /> First I should explain that I am a novice as far as PHP and also as far as hand coding HTML are concerned.<br /> However, by dint of examing the source code of the gbook pages I worked it out.<br /> <br />  The first and easiest trick was to substitute my own logo.gif for the original.<br /> here's how:<br /> <br /> go to   /public_html/guestbook/img<br /> rename logo.gif to logo.bac [incase you need to start over again]. Now <br /> upload your own logo.gif (with that name) <br /> That's the first bit done!<br /> <br /> Next, to be able to escape from the Guestbook back to your homepage....<br /> <br /> Go to /public_html/guestbook/templates<br /> <br /> Click on  body.php<br /> <br /> now    for safety sake copy this as it is (I did a ctrl A, ctrl C and popped it into a notepad file with ctrl V and saved it. You can then get back to the original if all goes pear shaped)<br /> <br /> now edit  body.php as follows<br /> <br /> After the entry<br /> &lt;td width="56%"&gt; &lt;img src="img/logo.gif" width="225" height="42"&gt;<br /> which you will find there<br /> insert the following code<br /> <br /> &lt;/td&gt;  &lt;a href="http://www.your site.co.uk" &gt;&lt;img src="img/btback.gif"&gt; &lt;/a&gt;<br /> <br /> where I have used the image file 'btback.gif' you must use your own image.<br /> The 'btback' image is the one that is used throughout my site to return to base.<br />   There yiou are done and dusted <img src="https://proxy2.de/forum//images/smilies/97ada74b88049a6d50a6ed40898a03d7.gif" />  <img src="https://proxy2.de/forum//images/smilies/97ada74b88049a6d50a6ed40898a03d7.gif" />  <img src="https://proxy2.de/forum//images/smilies/385970365b8ed7503b4294502a458efa.gif" /> <br /> <br /> Hope this helps.<br /> Any snags, or better still any improvements, email me at<br /> Keith@kaybee.fsworld.co.uk<br /> <br /> <br /> <br /> ;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1138/2928.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1138/2928.php</link>
				<pubDate><![CDATA[Thu, 31 Oct 2002 19:19:36]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re: More info</title>
				<description><![CDATA[ [quote="whonoes"]I have alos found in body.php temlate the following <br /> <br /> &lt;!--Start JumpMenu --&gt;<br /> <br /> $TPL[GB_JUMPMENU] <br /> <br /> &lt;!--End JumpMenu --&gt;<br /> <br /> If I remove this then the drop down menu goes away... so once again how do I add more links into this?<br /> <br /> /very confused[/quote]<br /> <br /> well, was looking on how to remove that, thanks a lot!   <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1138/8934.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1138/8934.php</link>
				<pubDate><![CDATA[Fri, 2 Jul 2004 01:48:30]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Here ya go whonoes.<br /> <br /> [quote="Trevor"]Hi Mastersmurfie,<br /> <br /> I had a look at your guestbook.html script and it looks like you've got a bit of script missing.<br /> <br /> Try this - open [i]gb.class.php[/i] (in the [i]lib [/i]sub-directory) and scroll down to where it says...<br /> [quote] function generate_JumpMenu() { [/quote]<br /> My guess is that the next line is either...<br /> [quote]      $menu_array[] = "&lt;select name=\"entry\" class=\"select\"&gt;";[/quote]<br /> or it's<br /> [quote]          $menu_array[] = "&lt;option value=\"www.faithtabernacleupc.net" class=\"select\"&gt;Home Page&lt;/option&gt;"; [/quote]<br /> If that's the case then you need to make a small change.  Find this again...<br /> [quote] function generate_JumpMenu() { [/quote]<br /> Make the following changes, the blue is already part of the script and doesn't need changing, it's the bit in red that you need to make sure is included.  <br /> [quote][color="blue"]  function generate_JumpMenu() { [/color]<br /> [color="red"]        $menu_array[] = "&lt;select name=\"entry\" onChange=\"urlJump('self',this)\" class=\"select\"&gt;"; <br />         $menu_array[] = "&lt;option value=\"http://www.faithtabernacleupc.net\" class=\"select\"&gt;Home Page&lt;/option&gt;"; [/color][color="blue"]        $menu_array[] = "&lt;option value=\"0\" selected&gt;".$this-&gt;db-&gt;LANG["FormSelect"]."&lt;/option&gt;"; [/color][/quote]<br /> This should add a link to your home page.  I've tested it on my site and it works fine.  (note the backslash at the end of the URL - important).<br /> <br /> With this menu you don't need to click the 'go' button, once you click a heading from the drop down list you're taken straight to the page.   You may want to get rid of the 'go' button, look for the following line of text and delete it (it's a few lines further down)...<br /> [quote]        $menu_array[] = "&lt;input type=\"submit\" value=\"".$this-&gt;db-&gt;LANG["FormButton"]."\" class=\"input\"&gt;";[/quote]<br /> <br /> I hope that helps.<br /> <br /> Regards,<br /> <br /> Trevor[/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1138/8935.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1138/8935.php</link>
				<pubDate><![CDATA[Fri, 2 Jul 2004 04:55:44]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
	</channel>
</rss>