<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Moving QuickJump Menu in Header]]></title>
		<link>https://punbb.informer.com/forums/topic/25500/moving-quickjump-menu-in-header/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/25500/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Moving QuickJump Menu in Header.]]></description>
		<lastBuildDate>Wed, 03 Oct 2012 20:29:01 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Moving QuickJump Menu in Header]]></title>
			<link>https://punbb.informer.com/forums/post/146565/#p146565</link>
			<description><![CDATA[<p>It&#039;s in include/cache.php under &quot;// Output quickjump as PHP code&quot;</p>]]></description>
			<author><![CDATA[null@example.com (Koos)]]></author>
			<pubDate>Wed, 03 Oct 2012 20:29:01 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/146565/#p146565</guid>
		</item>
		<item>
			<title><![CDATA[Re: Moving QuickJump Menu in Header]]></title>
			<link>https://punbb.informer.com/forums/post/146564/#p146564</link>
			<description><![CDATA[<p>Re Koos,</p><p>This does the trick. <br />I have a nice Dopdown list on my header.<br />Do you know in which file is the dropdown menu coded ? (i would like to change the Title &quot;Go to&quot; or &quot;Navigate&quot;</p><p>Regards,</p><p>Nicolas</p>]]></description>
			<author><![CDATA[null@example.com (kankan)]]></author>
			<pubDate>Wed, 03 Oct 2012 20:22:58 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/146564/#p146564</guid>
		</item>
		<item>
			<title><![CDATA[Re: Moving QuickJump Menu in Header]]></title>
			<link>https://punbb.informer.com/forums/post/146563/#p146563</link>
			<description><![CDATA[<p>You can follow the method as explained on this page:<br /><a href="http://wiki.punres.net/Add_a_login_form_over_the_header">http://wiki.punres.net/Add_a_login_form_over_the_header</a></p><p>Just substitute whatever codes is shown in &quot;login.php&quot; with the quickjump menu code.</p>]]></description>
			<author><![CDATA[null@example.com (Koos)]]></author>
			<pubDate>Wed, 03 Oct 2012 20:08:39 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/146563/#p146563</guid>
		</item>
		<item>
			<title><![CDATA[Moving QuickJump Menu in Header]]></title>
			<link>https://punbb.informer.com/forums/post/146556/#p146556</link>
			<description><![CDATA[<p>Hello,</p><p>Just asking what piece of code to paste in header.php or main.tpl to display the Quickjump menu ?<br />I have tried to copy/paste this code with no chance : </p><div class="codebox"><pre><code>// Display the &quot;Jump to&quot; drop list
    if ($pun_config[&#039;o_quickjump&#039;] == &#039;1&#039;)
    {
        // Load cached quickjump
        @include PUN_ROOT.&#039;cache/cache_quickjump_&#039;.$pun_user[&#039;g_id&#039;].&#039;.php&#039;;
        if (!defined(&#039;PUN_QJ_LOADED&#039;))
        {
            require_once PUN_ROOT.&#039;include/cache.php&#039;;
            generate_quickjump_cache($pun_user[&#039;g_id&#039;]);
            require PUN_ROOT.&#039;cache/cache_quickjump_&#039;.$pun_user[&#039;g_id&#039;].&#039;.php&#039;;
        }
    }</code></pre></div><p>Thank you for your lights</p><p>regards,</p><p>Nicolas</p>]]></description>
			<author><![CDATA[null@example.com (kankan)]]></author>
			<pubDate>Wed, 03 Oct 2012 11:20:48 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/146556/#p146556</guid>
		</item>
	</channel>
</rss>
