Adding jump menu to post

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • UDPride
    Senior Member
    • Dec 2005
    • 140

    Adding jump menu to post

    I want to add a dropdown jump menu to a sticky post with a bunch of often used links to it.

    Howevevr I dont really have the code down properly and its not working. I tried creating one in Dreamweaver then porting the code over but no go. The jump menu displays in the post, but the links dont work and the displayed name in the dropdown also includes the URL which is kind of weird.

    Can anyone offer up a sample syntax that would work? Then I can figure it out and add my own links to it.

    Thanks.
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    In the postbit?

    Code:
    <div id="mymenu_$post[postid]">
    	CLICKABLE TEXT
    </div>
    
    <div class="vbmenu_popup" id="mymenu_$post[postid]_menu" style="display:none">
    	CONTENTS OF POPUP MENU
    </div>

    Comment

    • UDPride
      Senior Member
      • Dec 2005
      • 140

      #3
      Im not sure what the above means.

      Im hoping I can just add it right into a new post box?

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        That code should work in the postbit template to create a popup menu in posts.

        Comment

        • UDPride
          Senior Member
          • Dec 2005
          • 140

          #5
          I just want to add it to a single post though. a sticky post. a sticky post with jump menus. like a frequent links sticky post. open post and select some jump menus.

          Comment

          • Colin F
            Senior Member
            • May 2004
            • 17689

            #6
            You won't be able to add those through the editor, you would have to edit the template each time you wanted to edit the post.
            Best Regards
            Colin Frei

            Please don't contact me per PM.

            Comment

            widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
            Working...