1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 21:32:09 +02:00

28 Commits

Author SHA1 Message Date
Cameron
1a1a6f72a0 Updated navigation shortcode names. 2021-02-27 07:47:51 -08:00
Cameron
835e477147 Bootstrap 5 styling. (data-bs-toggle)
Signup shortcodes now automatically load the required template.
2021-01-26 15:08:58 -08:00
Cameron
f4341ac5cb Removed redundant php code from templates. 2020-06-02 12:05:20 -07:00
Cameron
5b9d334530 Bootstrap 4 fixes. 2019-03-02 13:22:46 -08:00
Cameron
90673d2ae0 MySQL Class: New method selectTree();
Support for custom navigation depth.
Download-categories sitelink/nav function added.
2017-04-19 16:35:10 -07:00
Cameron
9d546ce5d0 Improved active-link detection for SEF URL index.
Issue #2318 - external URL issue.
Issue #2292
Issue #1604
2017-02-28 09:55:35 -08:00
Cameron
d8fb520e40 Bootstrap navigation now support sub-links of sublinks. 2016-12-20 11:32:14 -08:00
Cameron
99a3c0fac2 Fix for Sitelinks tooltip preference. (and footer links) 2016-07-06 18:23:53 -07:00
Cameron
996b1f3285 e_sitelink.php now supports html as well as link array. e_sitelink.php example added to Plugin Builder and _blank plugin.
Mega-Menus will be super-easy with this enhancement.
2016-05-07 09:07:38 -07:00
mcpeace-maw
0cdfa51552 Update navigation_template.php
Changed the order in a logical way. Caret class have span tag in bootstrap. 
Suggestion:
Li don't need attribute role="menuitem", but "a" anchor before dropdown-menu ul need class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" in b3.
2016-04-10 00:25:04 +03:00
Lóna Lore
3e0f967088 Fixed: Issue #1288 - missing active class with active item in first level of navigation. 2016-01-15 09:42:52 +01:00
Cameron
83080e603e Added {NAVIGATION=footer} to Bootstrap3 theme. 2014-06-16 22:43:02 -07:00
Cameron
c94a872ed6 Added usable default template for {NAVIGATION=footer} shortcode. 2014-06-16 22:04:04 -07:00
Jimmi08
0aced146d8 fix #561 for links without sublinks in bootstrap nav
links without sublinks shouldn't have dropdown class
closes #561
2014-05-18 10:08:45 +02:00
Cameron
2fae296023 Added titles to main navigation template. 2014-02-08 16:56:57 -08:00
Cameron
62509f09fb Issue #435 - More Bootstrap 3 tweaks 2013-12-19 22:45:09 -08:00
SecretR
f56e9799b2 New navigation routine fix - link_open setting added to shortcodes
and templates
2013-10-24 11:33:37 +03:00
SecretR
c3f9d98898 Missing 2 alt navigations in template/shortcode 2013-10-21 17:48:06 +03:00
Cameron
5a9f367f8d Issue #421 - added more {LINK_ICON} to default template. 2013-07-18 07:24:32 -07:00
Cameron
475e46e748 Renamed {LINK_IMAGE} to {LINK_ICON} - more consistent with description in admin -> Site links. 2013-07-12 07:50:25 -07:00
Cameron
955bb78769 Added support for bootstrap glyphs (see admin-> Site-links icon for example) 2013-07-12 07:13:10 -07:00
SecretR
1396cfbb69 Navigation compile/parser issues solved 2013-03-08 13:08:16 +02:00
Cameron
247579c41e Custom-Page navigation menu and shortcode added. 2012-12-18 01:32:33 -08:00
Cameron
e0f8b579ee Very basic 'active' site-link detection. 2012-12-14 21:39:17 -08:00
Cameron
c398373dcb Fix for dynamic menus. Simplified recursion. Lower-link template added and ready for active-link detection routine. 2012-12-14 17:22:04 -08:00
SecretR
e47f9cf5eb Navigation renderer ready for testing. Awaiting active detection, cache, benchmark. 2012-12-14 16:32:39 +02:00
Cameron
033b6cddec Navigation template work and bootstrap front-end navigation work. v2 templates moved to e107_core/templates 2012-12-11 19:42:55 -08:00
Cameron
fb1a4e2b03 Start of front-end navigation template. Shortcode handler fix to prevent reloading of existing classes. Bootstrap front-end theme updated. 2012-12-11 15:08:29 -08:00