thincom2000
01-03-2007, 10:00 PM
CES vbWiki Pro Navbits Extension
Version: 1.0.0
Requires vbWiki Pro (http://www.nuhit.com) 0.9.7 RC1 or later
*** This extension is no longer supported. My other hack CES Custom Navbits on Any Pages (https://vborg.vbsupport.ru/showthread.php?t=135533) now includes these features without using the convoluted code this does. ***
vbWiki Pro is a commercial product available at http://www.nuhit.com. vbWiki Pro integrates MediaWiki 1.6.8+ and vBulletin 3.6.x. NuHit also offers a free version of vbWiki with only User/Login Integration.
Now back to this hack...
What It Does:
Allows an editor to specify a breadcrumb path for the vBulletin navbar that's more specific than simply: Wiki > Article
Since Articles can be contained in multiple categories on the same level, an automated system did not seem to be the best route. This system also enables a breadcrumb to link to other pages on your site other than a Wiki Category or another Article.
Products to Install: 1
Plugins Included: 1
Files to Upload: 3
Template Edits: 0
Files to Edit: 2
Queries Added: 0
Hooks Added: 1
Features in Version 1.0.0:
- Use <nav>...</nav> wikispeak to add navbits between Wiki and Article
- Use <> to add even more custom bits
- Supports relative and absolute links
- Breadcrumb can use any custom text
- Supports HTML in Breadcrumb-text
- Wiki level uses $wgSitename (it will say the wiki's title, rather than 'Wiki')
- Navbits immediately updated
Well, you can't really have too many features in a navbits extension. :knockedout:
Syntax:
<nav>
URL1 BREADCRUMB-TEXT1<>
URL2 BREADCRUMB-TEXT2<>
URL3 BREADCRUMB-TEXT3
</nav>
Limitations:
- No spaces in URLs (use _ or %20).
- No wiki mark-up inside <nav> tags.
Changelog for version 1.1.0 (upcoming):
- No longer supports vbWiki 1.0.1 or lower
- Removed folder /navbits/ upload & file caching
- Removed vbNavbits.php MW extension
- Removed vbWikiPro_Navbits.php
- Removed hooks_navbits_vbwiki.php
- Eliminated 2 file edits
- Coming soon!
Ideas for Future Versions:
Discuss.
Other Releases I'm Working On:
- Custom Navbits for vB Custom Pages
- Auto Wiki-links in Posts for vbWiki Pro
Screenshots:
- before & after
Version: 1.0.0
Requires vbWiki Pro (http://www.nuhit.com) 0.9.7 RC1 or later
*** This extension is no longer supported. My other hack CES Custom Navbits on Any Pages (https://vborg.vbsupport.ru/showthread.php?t=135533) now includes these features without using the convoluted code this does. ***
vbWiki Pro is a commercial product available at http://www.nuhit.com. vbWiki Pro integrates MediaWiki 1.6.8+ and vBulletin 3.6.x. NuHit also offers a free version of vbWiki with only User/Login Integration.
Now back to this hack...
What It Does:
Allows an editor to specify a breadcrumb path for the vBulletin navbar that's more specific than simply: Wiki > Article
Since Articles can be contained in multiple categories on the same level, an automated system did not seem to be the best route. This system also enables a breadcrumb to link to other pages on your site other than a Wiki Category or another Article.
Products to Install: 1
Plugins Included: 1
Files to Upload: 3
Template Edits: 0
Files to Edit: 2
Queries Added: 0
Hooks Added: 1
Features in Version 1.0.0:
- Use <nav>...</nav> wikispeak to add navbits between Wiki and Article
- Use <> to add even more custom bits
- Supports relative and absolute links
- Breadcrumb can use any custom text
- Supports HTML in Breadcrumb-text
- Wiki level uses $wgSitename (it will say the wiki's title, rather than 'Wiki')
- Navbits immediately updated
Well, you can't really have too many features in a navbits extension. :knockedout:
Syntax:
<nav>
URL1 BREADCRUMB-TEXT1<>
URL2 BREADCRUMB-TEXT2<>
URL3 BREADCRUMB-TEXT3
</nav>
Limitations:
- No spaces in URLs (use _ or %20).
- No wiki mark-up inside <nav> tags.
Changelog for version 1.1.0 (upcoming):
- No longer supports vbWiki 1.0.1 or lower
- Removed folder /navbits/ upload & file caching
- Removed vbNavbits.php MW extension
- Removed vbWikiPro_Navbits.php
- Removed hooks_navbits_vbwiki.php
- Eliminated 2 file edits
- Coming soon!
Ideas for Future Versions:
Discuss.
Other Releases I'm Working On:
- Custom Navbits for vB Custom Pages
- Auto Wiki-links in Posts for vbWiki Pro
Screenshots:
- before & after