Moving style chooser to navigation bar?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • I, Brian
    Senior Member
    • Feb 2003
    • 400
    • 3.6.x

    Moving style chooser to navigation bar?

    I'm now running two different style options on Platinax, and have tried to move the style chooser drop down box to the left-hand navigation menu.

    However, although the 2 different options can be selected, nothing happens when you do:


    I've currently got the code set up like this in my left nav:

    Code:
    <div class="leftbox1"> 
    <div align="center">
    <p><b>Choose Style:</b></p>
    
    <form action="$vboptions[forumhome].php" method="get">
    
            <div style="width:$stylevar[outerdivwidth]" align="$stylevar[left]">
        
    
        <if condition="$show['quickchooser']">
    
                <select name="styleid" id="ressel" onchange="switch_styleid(this)">
                        $quickchooserbits
                </select>
        </if>
    
            </div>
    </form>
    </div>
    Any suggestions of what I may have done wrong?

    Or is this more a vb org issue?

  • Colin F
    Senior Member
    • May 2004
    • 17689

    #2
    Probably the needed javascript files are not being called before your code, which needs the functions in this.

    Check where the headinclude is loaded, and where your left sidebar is being loaded.
    Best Regards
    Colin Frei

    Please don't contact me per PM.

    Comment

    • I, Brian
      Senior Member
      • Feb 2003
      • 400
      • 3.6.x

      #3
      headinclude appears to be loading in the head tag, with the left nav in the body tag itself.

      Comment

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