<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Jump Menu in Advanced Guestbook"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Jump Menu in Advanced Guestbook"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Jump Menu in Advanced Guestbook</title>
				<description><![CDATA[ Hello! <br /> In the advanced guestbook page, there is a drop down menu that only includes "Guestbook". I prefer to add more links to it, please tell me how to add a link, for example to jump to "Condeleances" in the same Guestbook. I hope somebody can help me. <br /> Thanxs]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1891/4762.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1891/4762.php</link>
				<pubDate><![CDATA[Mon, 28 Apr 2003 23:05:00]]> GMT</pubDate>
				<author><![CDATA[ webridder]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The jumpbox menu is there for convenience of skipping quickly to other pages of entries on the guestbook, so if you have 5 pages you can pull down the menu and skip from the main page to page five, i dont think you will be able to alter it unlless the page you want to include is actaully part of the guestbook.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1891/5060.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1891/5060.php</link>
				<pubDate><![CDATA[Sun, 8 Jun 2003 07:25:11]]> GMT</pubDate>
				<author><![CDATA[ spor]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ This is an age old question that just seems to get ask all the time. I think that Mr. Proxy2.de should create an FAQ board, so we don't all have to waste time with these questions. Here we go.<br /> <br /> 1). open gb.class.php and edit around line 73<br /> <br /> [code]function generate_JumpMenu&#40;&#41; &#123; <br />         $menu_array&#91;&#93; = &quot;&lt;select name=\&quot;entry\&quot; onChange=\&quot;urlJump&#40;'self',this&#41;\&quot; class=\&quot;select\&quot;&gt;&quot;; <br />         $menu_array&#91;&#93; = &quot;&lt;option value=\&quot;http&#58;//www.mydomain.com/\&quot; class=\&quot;select\&quot;&gt;Back To Home&lt;/option&gt;&quot;; <br />         $menu_array&#91;&#93; = &quot;&lt;option value=\&quot;0\&quot; selected&gt;&quot;.$this-&gt;db-&gt;LANG&#91;&quot;FormSelect&quot;&#93;.&quot;&lt;/option&gt;&quot;; <br />         if &#40;$this-&gt;db-&gt;VARS&#91;&quot;entries_per_page&quot;&#93; &lt; $this-&gt;total&#41; &#123; <br />             $remain = $this-&gt;total % $this-&gt;db-&gt;VARS&#91;&quot;entries_per_page&quot;&#93;; <br />             $i = $this-&gt;total-$remain; <br />             while &#40;$i &gt; 0&#41; &#123; <br />                 $num_max = $i; <br />                 $num_min = $num_max-$this-&gt;db-&gt;VARS&#91;&quot;entries_per_page&quot;&#93;; <br />                 $num_min++; <br />                 $menu_array&#91;&#93; = &quot;&lt;option value=\&quot;$remain\&quot;&gt;$num_min-$num_max&lt;/option&gt;&quot;; <br />                 $i = $num_min-1; <br />                 $remain += $this-&gt;db-&gt;VARS&#91;&quot;entries_per_page&quot;&#93;; <br />            &#125; <br />         &#125; <br />         $menu_array&#91;&#93; = &quot;&lt;/select&gt;&quot;; <br />         $menu_array&#91;&#93; = &quot;&lt;input type=\&quot;submit\&quot; value=\&quot;&quot;.$this-&gt;db-&gt;LANG&#91;&quot;FormButton&quot;&#93;.&quot;\&quot; class=\&quot;input\&quot;&gt;&quot;; <br />         return $menu_array; <br />     &#125; <br /> [/code]<br /> <br /> Replace [/b]http://www.mydomain.com/ [/b]with your homepage URL <br /> <br /> 2.) Now add a javascript function to the guestbook header <br /> Search for the file header.php and add this <br /> <br /> [code]&lt;script language=&quot;Javascript&quot;&gt; <br /> &lt;!-- <br /> function urlJump&#40;target,selObj&#41; &#123; <br /> var optionValue = selObj.options&#91;selObj.selectedIndex&#93;.value; <br /> var isURL = /http&#58;/; <br /> var regMatch = isURL.test&#40;optionValue&#41;; <br /> if&#40;regMatch == true&#41; &#123; <br /> eval&#40;target+&quot;.location='&quot;+selObj.options&#91;selObj.selectedIndex&#93;.value+&quot;'&quot;&#41;; <br /> &#125; <br /> &#125; <br /> // --&gt; <br /> &lt;/script&gt; <br /> <br /> &lt;/head&gt; <br /> &lt;body bgcolor=&quot;$VARS&#91;pbgcolor&#93;&quot; link=&quot;$VARS&#91;link_color&#93;&quot; vlink=&quot;$VARS&#91;link_color&#93;&quot;&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1891/5068.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1891/5068.php</link>
				<pubDate><![CDATA[Sun, 8 Jun 2003 19:58:27]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>