1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-16 07:16:07 +02:00
Commit Graph

105 Commits

Author SHA1 Message Date
Cameron
2ff9c7cc76 Fix for PHP warning in 'search' shortcode. 2014-01-28 03:58:53 -08:00
Cameron
8796039d08 Backward compatibility fixes. 2014-01-20 03:26:15 -08:00
Cameron
7efdd3f31f Bootstrap3 styling fixes and embedded featurebox layout added. 2014-01-06 07:52:13 -08:00
Cameron
5a4d97ca9a Bootstrap3 news and search-menu template fixes.
New thumb.php placeholder feature added.
New {GLYPH} shortcode added. Usage: {GLYPH=time}
2013-12-31 09:59:19 -08:00
Cameron
c3e93fb34d Issue #435 - More Bootstrap3 styling fixes. Login-menu shortcodes updated to v2 spec. 2013-12-21 06:23:22 -08:00
Cameron
e2d67d8ecd Issue #435 - Initial Bootstrap3 theme added. 2013-12-21 01:32:39 -08:00
Cameron
dd22369ed5 Switched to elan=xx as default, instead of elan=Xxxxxxx 2013-11-07 23:23:40 -08:00
Cameron
474df4948e Fix for duplicate e_MENU lans in query. 2013-11-06 17:47:58 -08:00
Cameron
1b3e70f8fd More language-file cleanup (sprintf removal) 2013-10-29 18:41:02 -07:00
Cameron
cd8ea2f67c Language file cleanup 2013-10-29 12:20:23 -07:00
SecretR
c3f9d98898 Missing 2 alt navigations in template/shortcode 2013-10-21 17:48:06 +03:00
SecretR
48f41709c8 Menu renders 'start' and 'end' templates now;
Comment about usage of SETIMAGE sc in menu template;
SETIMAGE: default - reset to default (TODO - site prefs)
2013-10-18 11:03:01 +03:00
Cameron
6babeb1ae5 Issue #408 - bootstrap font/glyph support added. (replacing ICONMAIL and ICONPRINT) 2013-07-09 00:49:50 -07:00
Moc
18ce799b07 nextprev single shortcode LAN fix 2013-07-08 14:24:50 +02:00
Cameron
518abe69fe Bootstrap styling fixes. 2013-06-20 15:12:56 -07:00
Cameron
0fb38d426f Add Bootstrap styling to breadcrumb 2013-06-20 14:01:14 -07:00
Cameron
fe53927e5d Sitedisclaimer cleanup. 2013-06-20 01:24:03 -07:00
Cameron
a0aec4b210 Renamed bootstrap flag e_BOOTSTRAP to BOOTSTRAP. Set e_BOOTSTRAP as path of bootstrap folder. 2013-06-17 16:03:33 -07:00
Cameron
a3cdbb42c1 Issue #255 - Partial fix for empty sidebar menu. 2013-05-06 16:33:56 -07:00
Cameron
438bf16b0c Issue #255 - fix for empty sidebar. 2013-05-06 15:40:37 -07:00
Cameron
7c8045e88b {SITELINKS_ALT} BC fix. (hopefully) 2013-05-05 16:11:09 -07:00
Cameron
464bfa47c5 Issue #213 Chatbox avatar issue corrected. 2013-05-05 01:13:21 -07:00
Cameron
70527f872d Notice removal 2013-04-29 12:56:50 -07:00
Cameron
1e418b4e26 Avatar paths 2013-04-22 14:28:03 -07:00
Cameron
a47591d654 Avatar paths fix 2013-04-22 14:27:51 -07:00
Cameron
449f31546a Forum-update fixes 2013-04-21 21:31:42 -07:00
Cameron
1500effbd7 Avatar path corrections. 2013-04-19 22:50:41 -07:00
Cameron
11589d6f9e Comment fixes. Problem remains with SEF Urls 2013-03-29 15:31:03 -07:00
Moc
c4197a76c0 And one more global pointer in the wmessage sc 2013-03-24 14:37:11 +01:00
Moc
8d6d54a38f Code clean-up (globals, $e107->, $mes, headers) 2013-03-24 13:07:15 +01:00
Cameron
e2dffbe0f7 {SETIMAGE} can now set Height and also crop the image. eg. {SETIMAGE: w=300&h=200&crop=1} 2013-03-24 03:03:31 -07:00
Cameron
1cbfeb96f0 Auto-detection of {WMESSAGE} 2013-03-22 19:54:37 -07:00
Cameron
59a6edb4e4 Core template path changes. 2013-03-20 23:50:30 -07:00
Cameron
809f9258ae Nextprev support for bootstrap glyphs when bootstrap detected. (check for e_BOOTSTRAP === true)
Forum quickreply fully functional. LANs still need cleanup.
2013-03-14 04:05:33 -07:00
Cameron
5cb899f8af Forum template work. 2013-03-12 04:22:09 -07:00
Cameron
652cda0b3b New {CMENU=menu-name} for use with Pages/Menus. 2013-03-11 05:12:45 -07:00
Cameron
5436e861f5 Shortcode fixes and introduction of new format. {SC: get-string} eg. {MYSHORTCODE:w=100&h=50}
This is returned to the shortcode as an array('w'=>100, 'h'=>50);  Use {SETIMAGE:w=100} to set the default thumbnail width.
2013-03-11 05:11:58 -07:00
Cameron
834dcf5f2b {MENU} shortcode fixed for BC and added new ability to call a Page/Menu directly.
eg. {MENU|feature-1} called from within a template would render the menu called 'feature-1' found in the Pages/Menus area of admin.
2013-03-08 20:27:12 -08:00
Cameron
3430c31048 New {SETIMAGE} shortcode for theme developers. Using this prior to a media-manager image being called will allow one to set the default size for the image (ie. when not specified otherwise). eg. {SETIMAGE|w=293} will set the width of the images to 293px. 2013-03-08 20:16:49 -08:00
SecretR
81f0aa86e5 URL shortcode update 2013-03-01 15:42:06 +02:00
Cameron
fdf78c92a4 Issue #73 Deprecated admin_handlers.php file. 2013-02-26 17:17:31 -08:00
SecretR
a6adeca93c Issue #106: News Category SEF 2013-02-19 18:36:58 +02:00
Tijn Kuyper
17771cf3e0 Change buttons to bootstrap btn (GUI) 2013-02-02 20:34:19 +01:00
Cameron
f425a911c4 nextprev BC code updated to use bootstrap button style 2013-01-31 02:02:25 -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
8280dba7c8 Made the navigation function a little more generic. 2012-12-11 16:04:32 -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
Tijn Kuyper
f07434a3cb And more notice removals.
Also some plugin GUI clean-up (rss, tagwords, trackback)
2012-12-08 15:52:40 +01:00