Topbar¹ for 1.8

Warning: This plugin has't been updated in over 54 years. It may no longer be maintained.

What you can do to help:

Enables a stylish topbar on your Elgg site.

Last updated

!!! This plugin requires the phloorFramework - please make sure you got the LATEST release !!!

This plugin enables a topbar that integrates well with the default theme but can also be adapted to your specific requirements very easily. Take a look at the screenshots or view a demo on http://phloor.13net.at

The admin can enable/disable following elements:

  • Dropdown login form (only visible for not logged in users/guests)
  • Search field
  • Quick link to phloor plugins

 

the plugin does not override any core files - so by default it will do exactly what the standard topbar would do: e.g. not showing up for non-logged-in users. you have to edit/override the core layout file for additional and different behaviour.

 

Instructions for an always visible topbar

If you are using Elggs default layout than you can edit the lines 46 and 52 in file ''views/default/page/default.php" like the following.. from:

<?php if (elgg_is_logged_in()): ?>   

 <div class="elgg-page-topbar">       

  <div class="elgg-inner">           

   <?php echo $topbar; ?>       

  </div>   

 </div>   

<?php endif; ?>

to:

<?php /*if (elgg_is_logged_in()):*/ ?>

 <div class="elgg-page-topbar">       

  <div class="elgg-inner">           

   <?php echo $topbar; ?>       

  </div>   

 </div>   

<?php /*endif;*/ ?>

!! Best practice is to copy the file and put it into a seperate plugin !!

 

Please report any errors. Suggestions are very welcome. If you like the plugin please consider a recommendation. Thank you!

Stats

  • Category: Uncategorized
  • License: GNU General Public License (GPL) version 2
  • Updated: 1970-1-1
  • Downloads: 1548
  • Recommendations: 11

Other Projects

View 13net's plugins