Support Forums

Got a question? Post it here. We'd love to help.

Knowledge Base:

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthortigre
    • CommentTimeAug 1st 2008
     

    Hi- here's what I need help with: I need the header in the site to always show the login line ("You are not logged in/You are logged in as") and would like to place the language selection menu there as well (see attached image). I believe I can tweak the placement with CSS, but what I could not figure what file to modify.. I thought placing the line
    <?php echo $loggedinas ?> in the header div in the header.html file would do it, but it did not work, it does not show (I know very little PHP- enough to be dangerous and break things!).

    • CommentAuthortigre
    • CommentTimeAug 7th 2008
     

    Figured it out the user login bit. The line is actually

    <?php echo user_login_string($usercourse, $USER) ?>