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
Michael
Posts: 27300
Perhaps you could show us an example?
There is no module that does this that I know. So there is acouple of options.
1. Write your own module to do it.
2. Edit your theme to position items where you desire.
3. Develop a new theme.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 27300
To get you started add:
to the 2nd to last line of page.html.php right before </html>
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 27300
perhaps you want it to the top not the bottom of the sidebar:
prependTo instead.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 8
yeah, you're go(o)d!
Thank you very much
Posts: 1
works perfectly, i tried it too! thanks a lot