Version: 1.5 PL1, by Coroner
Developer Last Online: Dec 2011
Category: Mini Mods -
Version: 4.0.0
Rating:
Released: 11-16-2009
Last Update: 01-03-2010
Installs: 136
Uses Plugins
Additional Files
No support by the author.
Idea by Ragtek
I only added support for dhtml menu and side selection.
What does it do:
Over your vBulletin Optionen you can create links for the navbar (single or dhtml) without changing any template (you can not use phrases).
Installation:
1st upload the php - then simply import the product.
After import 3 new links were created (the example from image no.2).
Requirements:
2 template_hooks:
$template_hook[navbar_start] (in vB 3.8 it's called: navbar_buttons_right)
$template_hook[navbar_end] (in vB 3.8 it's called: navbar_buttons_left)
If one of these HOOKs missing, the links could not be shown.
(Tested on vB4 Beta 3)
---
[28.11.2009]
Upgrade to version v1.5.
What's new ?
Usergrouppermissions and template_hooks.
You can leave the "old" structure. This will have no effect on the navbar. But ... if you like add to a line or menue: |2,3,4|navbar_start
This little example means, that the link or menue is only visible for the primary usergroups 2,3 and 4. The Template Hook we're using is "navbar_start".
If you leave the usergroup(s) blank, permission for ALL groups are given.
Some words again:
If you are using a template_hook, the side isn't in use. If you leave the template_hook blank, default hook is "navbar_start" or "navbar_end" depended on the "side". Hook's are in Beta Stage. Normaly, it won't work with CMS.
If you really need it, change the Hook Location from "global_setup_complete" to "global_bootstrap_init_complete". Remember: With this location you can't use phrases.
With the "template_hook" you can say, that this links (or menu) is especially for the blog, ...., .... or ... or ... or. If you leave it blank, it's always for the forum (navbar_start / navbar_end).
With the "template_hook" you can say, that this links (or menu) is especially for the blog, ...., .... or ... or ... or. If you leave it blank, it's always for the forum (navbar_start / navbar_end).
<phrase name="setting_dynamic_navbar_desc" date="" username="Coroner"><![CDATA[
Enter a link in each line: <b>ID|DHTML|Sub|Sort|URL|Name|Side|Phrase|Usergrou pids|Hook</b><br /><ul>
<li>ID: INT this ID must be unique</li>
<li>DHTML: INT 0 = normal / 1 = is DHTML</li>
<li>Sub: STR (ID) this means when it's a DHTML menue, the ID is the ID of the main link</li>
<li>Sort: INT a unique number inside each menu</li>
<li>URL: STR the link within</li>
<li>Name: STR name of the link</li>
<li>Side: INT 0 = left / 1 = right</li>
<li>Phrase: INT 0 = Text / 1 = Phrase</li>
<li>Usergroup: STR seperate primary Usergroupids by comma (leave blank for all)</li>
<li>Hook: STR </li>
</ul>]]></phrase>
Translated in german:
Quote:
<phrase name="setting_dynamic_navbar_desc" date="" username="Coroner"><![CDATA[
Gebe einen Link pro Zeile ein: <b>ID|DHTML|Sub|Sort|URL|Name|Side|Phrase|Usergrou pids|Hook</b><br /><ul>
<li>ID: INT diese ID muss einmalig sein</li>
<li>DHTML: INT 0 = normal / 1 = ist DHTML</li>
<li>Sub: STR (ID) gemeint ist: wenn es ein DHTML Men? ist, dann ist die ID die ID von dem Ursprung Link</li>
<li>Sort: INT eine einmalige Nummer innerhalb des Men?</li>
<li>URL: STR der Link selber</li>
<li>Name: STR Name des Links</li>
<li>Side: INT 0 = links / 1 = rechts</li>
<li>Phrase: INT 0 = Text / 1 = Phrase</li>
<li>Usergroup: STR trenne die prim?ren Benutzergruppen mit einem Komma (leer lassen f?r alle)</li>
<li>Hook: STR der Hook der benutzt werden soll (navbar_start/navbar_end ist Standard</li>
</ul>]]></phrase>