ahoi,
i´d like to have the topbar always visible [dashboard, tools, search, logIN] or [profile pic, dashboard, tools, search, logOUT], but i don´t get the cutomisation done :-(
all i get now is a blank screen :-(
the script starts with:
<?php
if (isloggedin()) {
?>
first i tried to do an elseif with:
<?php
if (isloggedout()) {
?>
another time to reorder the doc and just make the second half only visible to logged in people ..... is there a hint in the world?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Seem the topbar is longer than the body, you can go to views/default/page_elements/header_contents.php add width:1000px to div of page_wrapper becomes <div id="page_wrapper" style="width:1000px;" > Demo at plekz.com
- Previous
- 1
- 2
- 3
- Next
You must log in to post replies.