Login-Form in sidebar
mam885
Joined: 2013-07-03
Posts: 8 |
![]() |
hello everyone I would like to move the "logged in as" (or the login-button if i'm not logged in) section from the banner to the sidebar. I assume other people also had this requirement, but I couldn't find a solution for this issue. I hoped there's a module for this. Maybe you can tell me the name of this module, if it exists. And if there's no module, maybe you can tell me how other people did this? Furthermore I want to delete this "logged in as" from banner, but I cann't find the file where this is stored in. Could you help me find this file also? I'm using Clean-Canvas Theme best regards |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Quote:
maybe you can tell me how other people did this? Perhaps you could show us an example? Dave |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
To get you started add: <script> $("#g-login-menu") .appendTo("#g-sidebar"); </script> to the 2nd to last line of page.html.php right before </html> Dave |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
perhaps you want it to the top not the bottom of the sidebar: Dave _____________________________________________ |
|
mam885
Joined: 2013-07-03
Posts: 8 |
![]() |
yeah, you're go(o)d! Thank you very much |
|
ion_boy
Joined: 2013-07-09
Posts: 1 |
![]() |
works perfectly, i tried it too! thanks a lot |
|