Changes between Initial Version and Version 1 of NavAddPlugin


Ignore:
Timestamp:
Jul 14, 2006, 4:15:26 AM (18 years ago)
Author:
Michael Renzmann
Comment:

New hack NavAddPlugin, created by otaku42

Legend:

Unmodified
Added
Removed
Modified
  • NavAddPlugin

    v1 v1  
     1= Add custom items to main and meta navigation bar =
     2
     3== Description ==
     4
     5This plugin allows you to add custom items ("buttons") to both the main and the meta navigation bar.
     6
     7''to be continued''
     8
     9
     10== Bugs/Feature Requests ==
     11
     12Existing bugs and feature requests for NavAddPlugin are
     13[report:9?COMPONENT=NavAddPlugin here].
     14
     15If you have any issues, create a
     16[http://trac-hacks.org/newticket?component=NavAddPlugin&owner=otaku42 new ticket].
     17
     18== Download ==
     19
     20Download the zipped source from [download:navaddplugin here].
     21
     22== Source ==
     23
     24You can check out NavAddPlugin from [http://trac-hacks.org/svn/navaddplugin here] using Subversion, or [source:navaddplugin browse the source] with Trac.
     25
     26== Example ==
     27
     28This is the configuration I use on [http://madwifi.org madwifi.org] to add a link to the imprint in the meta navigation bar, and a link to our download section on sf.net in the main navigation bar.
     29
     30{{{
     31[navadd]
     32add_items = imprint,download
     33imprint.title = Impressum/Imprint
     34imprint.url = /wiki/Impressum
     35#imprint.perm = WIKI_VIEW
     36imprint.target = metanav
     37download.title = Download
     38download.url = http://sourceforge.net/project/showfiles.php?group_id=82936&package_id=85233
     39#download.perm = WIKI_VIEW
     40download.target = mainnav
     41}}}
     42
     43
     44== Recent Changes ==
     45
     46[[ChangeLog(navaddplugin, 3)]]
     47
     48== Author/Contributors ==
     49
     50'''Author:''' [wiki:otaku42] [[BR]]
     51'''Contributors:'''