Menu

Heeelp (was pop-up wrap)

Help
Anonymous
2003-02-05
2003-02-06
  • Anonymous

    Anonymous - 2003-02-05

    Hi,

    This message relates my previous (posted as 'nobody', sorry 'bout that). I am trying to get the navigation bar (with the login, password, etc.) into a pop up, separating it from the content. I supposed you get that by means of some Smarty template ?
    In the file include.php I see:

    // Use a popup wrap?
    if ((isset($_gv['use_js']) and $_gv['use_js']) or
    (isset($_pv['use_js']) and $_pv['use_js'])) {
        $wrap = 'wrap-popup.html';
    } else {
        $wrap = 'wrap.html';
    }
    ...

    but when I activate wrap-popup.html I don't get the navigation part at all. What is 'use_js'. Am I supposed to use something like overlib or so ?

    What am I doing wrong ? please help !

    thanks a million.
    Miguel

     
    • Benjamin Curtis

      Benjamin Curtis - 2003-02-06

      The pop-up wrap is not for authentication, but for small dialogs like editing a user or adding an attachment.  use_js is set via links and perpetuated via forms if a user has javascript enabled. 

       

Log in to post a comment.