<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Module: Jumpmenu</title>
        <description>This module adds a menu to the Phorum pages, which can be used to quickly
select a forum to jump to. Forum folders will be shown as submenus.

This module is a full rewrite of the 5.1 jumpmenu module. You can see it in action at http://secretsauce.phorum.org/phorum_trunk/ (hover your mouse over &quot;Jump to forum ...&quot; above the search box).

[b]TODO:[/b]
[list]
[*] Add options for showing &quot;Private Messages&quot; and &quot;Followed Topics&quot; in the top level popup.
[/list]

[code]
Changelog:
---------

2016-08-31 v1.2.2 by Oliver Riesen-Mallmann 

    - Made XHTML 1.0 Transitional compliant.

2015-09-18 v1.2.1 Oliver Riesen 

    - Bugfix for special characters in forum name.

    - Outdated rel attribut removed.

2011-01-14 v1.2.0

    - Updated the module to make use of jQuery for the javascript code.

    - Fixed various issues that could cause incorrect placement of the
      jumpmenu menus.

    - Added new German language files by Oliver Riesen.

2009-05-24 v1.1.9

    - Added compatibility for using the jumpmenu within a vroot.

    - Added a German translation by Oliver Riesen and a French
      translation by Manu. Thanks guys!

    - Replaced the CSS :hover classes with scripted highlighting
      code. As a result, we were able to visualize the path that the user
      followed in the jumpmenu, by keeping selected entries in higher
      menu levels active. This behavior matches the behavior that one
      can observe by default in OS menus.

2008-11-08 v1.1.8

    - Fixed the rendering of the popup menu with extra options for
      MSIE. In MSIE, the separator was pushing the menu to full screen
      width, which is not too practical for a menu.

    - Fixed bug: when hovering over the separator, the menu code did
      not detect that the pointer was still on the menu and closed the
      popup menu after a little while.

2008-11-08 v1.1.7

    - Added a hook &quot;jumpmenu_add&quot; to the module, which can be used by
      other modules to add extra items to the root level popup of
      the jump menu. The first implementation of an extra menu item
      has been added to the Recent Messages module.

2008-04-15 v1.1.6

    - Added a module template for the &quot;classic&quot; Phorum template.

2007-12-14 v1.1.5

    - Fixed a problem with the jumpmenu for cases where no forums are
      visible at all for the visitor (for example in case all forums are
      restricted for reading by their permissions).
      Thanks to Steve Healy for reporting the problem.

2007-11-26 v1.1.4

    - Some improvements in the javascript library for positioning the
      menus in case the root node is inside an &quot;absolute&quot; or &quot;relative&quot;
      positioned element (thanks to Matthias for having a site design
      that broke my code and for taking the time to test out a *lot*
      of new test versions to fix that ;-).

2007-11-22 v1.1.3

    - Empty folders are no longer shown in the menu.

    - If hovering over a forum menu item, the submenus below the
      folder in which the forum menu item resides will be collapsed.

    - Fixed some JavaScript errors that occurred when hovering over the
      menu during page unloading.

    - Implemented an  (yech!) based work around for letting the
      menus cover windowed elements in MSIE (like  lists, which
      would otherwise always be on top of the menus).

2007-11-02 v1.1.2

    - Implemented the new css_register and javascript_register hooks
      This requires for Phorum 5.2.2 or newer.

2007-10-23 v1.1.1

    - Added Turkish language file.
      Thanks to Serdar of paticik.com.

2007-10-08 v1.1.0

    - Full rewrite of the old jumpmenu. The jumpmenu now makes use of
      javascript driven menus with submenu&#039;s to display folders.

[/code]</description>
        <link>https://www.phorum.org/support/read.php?62,125516,125516#msg-125516</link>
        <lastBuildDate>Tue, 08 Sep 2026 11:18:06 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,160800#msg-160800</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,160800#msg-160800</link>
            <description><![CDATA[ New version:<br />
<br />
<pre class="bbcode">
2016-08-31 v1.2.2 by Oliver Riesen-Mallmann &lt;oliver@riesen.org&gt;
    - Made XHTML 1.0 Transitional compliant.
</pre>]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 31 Aug 2016 08:08:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,156108#msg-156108</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,156108#msg-156108</link>
            <description><![CDATA[ New version 1.2.1:<br />
<br />
<pre class="bbcode">
2015-09-18 v1.2.1 Oliver Riesen &lt;oliver@riesen.org&gt;

    - Bugfix for special characters in forum name.

    - Outdated rel attribut removed.
</pre>]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 18 Sep 2015 06:50:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,147446#msg-147446</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,147446#msg-147446</link>
            <description><![CDATA[ Uploaded version 1.2.0 of the module. In this version, I started using jQuery in the JavaScript code, which improves a lot in the way in which the menu positioning is handled. Additionally, I added some fixes for possible positioning issues (I ran into those, with my new site template that uses a somewhat more complicated layout with relative and absolute positioned elements.)<br />
<br />
This new version requires Phorum 5.2.16-RC2 or higher, because of the use of jQuery.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 14 Jan 2011 08:08:12 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,147304#msg-147304</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,147304#msg-147304</link>
            <description><![CDATA[ Hi Maurice,<br />
<br />
I published a new version of my <a href="http://www.phorum.org/phorum5/read.php?65,129717" target="_blank" >German Language Files Package</a> which includes also translations for you module in two character sets iso-8859-1 and utf-8.<br />
<br />
Please add the attached language files to the next release of your module and remove maybe existing old style files like german.php oder german-sie.php. Thanks!<br />
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 04 Jan 2011 05:05:11 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,143432#msg-143432</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,143432#msg-143432</link>
            <description><![CDATA[ no, doesn&#039;t work there.<br />
but hover your mouse over &quot;Community&quot; in this forum here to see it in action.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 05 Mar 2010 02:24:50 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,143426#msg-143426</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,143426#msg-143426</link>
            <description><![CDATA[ I am interested in this module, but even when I go to Maurice&#039;s test forum, it doesn&#039;t work. Could this have something to do with my browser?]]></description>
            <dc:creator>Robert Angle</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 04 Mar 2010 22:49:48 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,143424#msg-143424</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,143424#msg-143424</link>
            <description><![CDATA[ korsakov, I have altered my mod to make your vroot unnecessary, sorry for causing any confusion.]]></description>
            <dc:creator>Joe Curia</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 04 Mar 2010 17:34:40 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,143422#msg-143422</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,143422#msg-143422</link>
            <description><![CDATA[ I asked since Joe&#039;s new &quot;Forum Subscription&quot; module requires to set a folder to &quot;vroot&quot; in order to get the option to subscribe to all forums within this folder. Thank you.]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 04 Mar 2010 16:37:04 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,143421#msg-143421</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,143421#msg-143421</link>
            <description><![CDATA[ Ehh... the idea of a vroot is that it is a separate virtual Phorum. You don&#039;t show vroots in the jumpmenu therefore. The only vroot that you show, is the starting folder of the jumpmenu.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 04 Mar 2010 16:26:11 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,143419#msg-143419</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,143419#msg-143419</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Maurice Makaay</strong><br />
I released version 1.1.9 of the module. This version adds vroot compatibility....</div></blockquote>
Hi Maurice, How can I display VROOT folders on the Jumpmenu? Thank you!]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 04 Mar 2010 16:06:09 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,143405#msg-143405</guid>
            <title>Re: Module: Jumpmenu - &#039;width&#039;. Declaration dropped</title>
            <link>https://www.phorum.org/support/read.php?62,125516,143405#msg-143405</link>
            <description><![CDATA[ Just a minor issue: Whenever this module is called I get many of these messages (&quot;Error in parsing value for &#039;width&#039;. Declaration dropped.&quot;) in Firebug. Am I too obsessive?]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 04 Mar 2010 09:25:02 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,142013#msg-142013</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,142013#msg-142013</link>
            <description><![CDATA[ Validation does not ensure browser compatibility.<br />
<br />
Hint: you&#039;d need to modify $PHORUM[&#039;mods&#039;] and $PHORUM[&#039;hooks&#039;] to remove references to the jumpmenu module from those arrays.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 19 Nov 2009 12:56:33 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,142012#msg-142012</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,142012#msg-142012</link>
            <description><![CDATA[ I personally like to validate in order to be on the safe side if I don&#039;t have the time to check out all browsers.<br />
<br />
I checked common.php, it seems that a tweak would entail more than I expected. Could you maybe give me another hint? My intent is not to load the rather big jumpmenu (at least in my case) if it is not necessary. Thanks!!]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 19 Nov 2009 12:44:23 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,142009#msg-142009</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,142009#msg-142009</link>
            <description><![CDATA[ I see no reason why one would ever need to be really concerned by validation issues. Validation is a nice tool to fix things if they are broken and you want to make sure that your HTML isn&#039;t crapped up. Checking an already working website, not that useful IMO. So whether it concerns you is up to you.<br />
<br />
after_login is only called at login time, so that&#039;s not useful for tweaking behavior for every page. You could check what user is logged in from the common_post_user hook and tweak the list of enabled modules from there.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 19 Nov 2009 12:24:21 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,142004#msg-142004</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,142004#msg-142004</link>
            <description><![CDATA[ Validation of my site results in this last error message:<br />
<b><span style="font-size:small">Attribute &quot;rel&quot; exists, but can not be used for this element.<br />
Error occured in this line:</span></b><br />
[code=&quot;html4strict&quot;]<br />
…JumpMenu.vroot = 0&lt;/script&gt;&lt;div rel=&quot;mod_jumpmenu_menu&quot; class=&quot;mod_jumpmenu_m <br />
[/code]<br />
<br />
Let me know if this should concern me or not. <br />
Also, is it possible to inactivate this module within &quot;after_login&quot;? For one user type I do not need it.<br />
Thank you!]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 19 Nov 2009 08:55:33 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,141903#msg-141903</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,141903#msg-141903</link>
            <description><![CDATA[ This mod works perfectly on the index page but fails on the rest of the site?  Any ideas?<br />
<br />
Update: Working now for some reason.  Not sure why.  Maybe I just needed to refresh the pages.<br />
<br />
Regards<br />
Bluesplayer]]></description>
            <dc:creator>Bluesplayer</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 14 Nov 2009 06:02:28 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,140457#msg-140457</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,140457#msg-140457</link>
            <description><![CDATA[ I was able to change all the colors with the default css.tpl supplied, except for the link color (when not highlighted). For some reason it was a color I didn&#039;t specify in settings.tpl, I may look into that later. If there is something there for it in the mod&#039;s css.tpl, then I missed it--pardon me, just really tired. So I added:<br />
<br />
#phorum a.mod_jumpmenu_menu_item {<br />
    color: {border_font_color};<br />
}<br />
<br />
<br />
Edit: Unfortunately for the min-height idea, it stops the coloration of the div menu at the specified height, but the links keep going, providing no scroll bar. Should have known but my css has been rusty lately. What about working with some kind of div overflow: auto?<br />
<br />
Edit edit: Scratch that. Although it provides a scroll bar, the cursor can&#039;t linger long enough on it before it disappears. With as many forums as I have, I&#039;m disheartened that I can&#039;t use this useful mod.]]></description>
            <dc:creator>Ryan</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 03 Sep 2009 05:18:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,140447#msg-140447</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,140447#msg-140447</link>
            <description><![CDATA[ You are right about the first question. Unless somebody writes a new dropdown menu that supports this, there&#039;s no easy way to handle this. Maybe some max height on the menu container, which would result in a scrollbar on the side, however that would not be too standard behavior.<br />
<br />
For modifying the css, you need to copy mods/jumpmenu/templates/emerald to mods/jumpmenu/templates/yourtemplate and then edit the css from there. The main CSS-file is loaded before the CSS from the module, so your changes are overwritten now.<br />
<br />
A quick hack that you could try: change the where parameter to &quot;before&quot; instead of &quot;after&quot; for the two css registrations in jumpmenu.php, function phorum_mod_jumpmenu_css_register(). That would prepend the css code to the main one instead of appending it. If that doesn&#039;t break the CSS, then you could override the CSS from the main one.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 03 Sep 2009 01:43:43 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,140443#msg-140443</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,140443#msg-140443</link>
            <description><![CDATA[ I don&#039;t suppose it&#039;s possible to shorten a long list on the hover menu and apply a down arrow so the person can scroll down to more forums? I have a really long list but I can&#039;t shorten them, since they&#039;re on individual species.<br />
<br />
Also, I&#039;m not sure how to get the CSS working. I copied the contents of the module&#039;s emerald&#039;s css.tpl to my template&#039;s css.tpl, and copied over before_footer.php, as well as adding id=&quot;mod_jumpmenu_root&quot; to where I wanted the menu to be displayed. The menu displays fine but the css I copied and modified in my css.tpl is being ignored. What did I do wrong?]]></description>
            <dc:creator>Ryan</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 02 Sep 2009 21:09:57 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,140046#msg-140046</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,140046#msg-140046</link>
            <description><![CDATA[ I don&#039;t know really. What is &quot;beneath&quot; and how does it take care of a more convenient selection process? A page where things don&#039;t work might help.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 15 Aug 2009 03:38:21 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,140045#msg-140045</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,140045#msg-140045</link>
            <description><![CDATA[ Occasionally I have difficulties to get the Jumpmenu work when I am hiding &lt;div&gt;&#039;s beneath it in order to provide the user with a more convenient selection process. I haven&#039;t figured out the reason why it sometimes works and sometimes not. Could you please give me a hint? Thank you!]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 14 Aug 2009 22:07:56 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,140028#msg-140028</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,140028#msg-140028</link>
            <description><![CDATA[ Sorry, that is not how the module was built. It only acts on the #mod_jumpmenu_root id. Allowing it to display it beneath multiple objects on the same page would require some fundamental changes to the internal architecture of the mod&#039;s javascript code.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 14 Aug 2009 05:07:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,140027#msg-140027</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,140027#msg-140027</link>
            <description><![CDATA[ I would like to use &quot;mod_jumpmenu_root&quot; as a class in order to use your &quot;Jumpmenu&quot; in various places. Would you have a suggestion? Thank you!]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 13 Aug 2009 19:37:03 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,139521#msg-139521</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,139521#msg-139521</link>
            <description><![CDATA[ Yes, I have Firebug set to break on all errors, but nothing is obviously showing up.<br />
I&#039;m pretty sure it has never worked on this page, but I didn&#039;t realise it should until now.<br />
<br />
/\dam]]></description>
            <dc:creator>sheik</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 26 Jul 2009 15:05:42 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,139505#msg-139505</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,139505#msg-139505</link>
            <description><![CDATA[ Do you have Firebug installed for Firefox?<br />
Maybe it&#039;s displaying some javascript warnings?<br />
I have no idea now what could be the issue here.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 25 Jul 2009 17:28:24 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,139504#msg-139504</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,139504#msg-139504</link>
            <description><![CDATA[ Weird, I&#039;m using Firefox 3 but the popup doesn&#039;t appear in the main forum list, only once I go into list.php <br />
<br />
/\dam]]></description>
            <dc:creator>sheik</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 25 Jul 2009 17:10:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,139500#msg-139500</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,139500#msg-139500</link>
            <description><![CDATA[ If I take a look with my Firefox, then I see the jumpmenu open on your index. Are you using MSIE? If yes: is there a javascript error showing in the status bar?]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 25 Jul 2009 14:33:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,139452#msg-139452</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,139452#msg-139452</link>
            <description><![CDATA[ Really not critical, but if someone could suggest why Jumpmenu doesn&#039;t work on my <a href="http://www.cantonese.sheik.co.uk/phorum/index.php" target="_blank"  rel="nofollow">phorum root page,</a> that would be appreciated.<br />
Once you go to an individual forum it starts to work, it&#039;s just the main forum list where it fails.<br />
<br />
I always thought this was the expected behaviour, but I&#039;ve just noticed this site doesn&#039;t have the same problem.<br />
<br />
Cheers,<br />
<br />
  /\dam]]></description>
            <dc:creator>sheik</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 23 Jul 2009 17:52:53 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,139388#msg-139388</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,139388#msg-139388</link>
            <description><![CDATA[ It needs to be added via a module.<br />
Take a look at the latest version of the Recent Messages module for an example of how to add items to the jumpmenu. There&#039;s a hook available for handling this.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 21 Jul 2009 16:24:48 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,125516,139382#msg-139382</guid>
            <title>Re: Module: Jumpmenu</title>
            <link>https://www.phorum.org/support/read.php?62,125516,139382#msg-139382</link>
            <description><![CDATA[ I&#039;m probably over looking something simple here, but my head is spinning from another, unrelated topic (like work). <br />
<br />
How would one add the <a href="http://www.phorum.org/phorum5/read.php?62,139197,139197#msg-139197" target="_blank" >User List</a> module to the Jumpmenu list? <br />
<br />
As always, thanks for the support.]]></description>
            <dc:creator>James E.</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 21 Jul 2009 15:28:18 -0500</pubDate>
        </item>
    </channel>
</rss>
