1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

824 Commits

Author SHA1 Message Date
Cameron
619b40b2e3 Improved e_CURRENT_PLUGIN detection when using SEF-URLs and other minor path fixes. 2015-04-03 18:42:27 -07:00
Cameron
11f199e4ef Fixes #934 - Removed deprecated admin log menu from admin area. 2015-04-03 13:13:34 -07:00
Cameron
ad630574ad Updated default menu table items. Bootstrap3 default menus added back. (replacing hard-coded ones) 2015-04-03 13:10:46 -07:00
Cameron
21f3f2ed19 allow the 'caption=xxxx' menu parameter to function on all news menus. 2015-04-01 23:03:17 -07:00
Cameron
c356077ffa Removed hard-coded jumbotron-menu-1,jumbotron-menu-2,jumbotron-menu-3. If you need these, you may manually place them back using the Menu-Manager. Menu areas 2,3,4 have also moved. 2015-04-01 11:54:58 -07:00
Cameron
b8d2f6667c Bootstrap3 theme: added class 'caption' to default header in tablerender() function. 2015-03-31 06:28:44 -07:00
Cameron
83b3597401 Only display 'Sign in' link when user login is active. 2015-03-30 17:13:41 -07:00
Cameron
2acb008a30 Fixed user login-menu drop-down direction. 2015-03-29 20:45:44 -07:00
Cameron
e3e51fa59c Boostrap3 Theme Custom Preferences added. 2015-03-29 20:25:33 -07:00
Cameron
4514a98016 Issue #408 Forum now uses font-awesome glyphs when using Bootstrap3 theme. Default Bootstrap template is now responsive for mobile devices etc. 2015-03-28 14:10:28 -07:00
Cameron
1043ba0154 Admin-UI Toggle sidebar experimental option added. 2015-03-09 15:06:16 -07:00
Cameron
39bc3d1336 Merge pull request #904 from LaocheXe/patch-2
Fix classis style icons not lining up right
2015-03-01 20:57:23 -08:00
Cameron
9b41c0160e Speeds up loading of bootstrap under some circumstances. 2015-02-27 14:15:52 -08:00
LaocheXe
6722bc77db Fix classis style icons not lining up right
This: a.core-mainpanel-link-icon	{ height:80px; display:block; width: 120px; padding-top:20px;  }


To This: a.core-mainpanel-link-icon	{ height:80px; width: 120px; padding-top:20px;  }

Removed: display:block; to fix admin area icons in the classis style. They should line up with the font after removing it.
2015-02-22 23:17:02 -06:00
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
Cameron
4678e9f269 Fixes #883 - img alignment of main navigation panel text in admin. 2015-02-12 01:22:25 -08:00
Cameron
572d66e77a Fixed password-protected pages. 2015-02-07 01:45:36 -08:00
Cameron
99b7032e84 Make posted content responsive too. 2015-02-06 11:55:37 -08:00
Cameron
f8d11e1e46 Admin-UI styling 2015-02-06 00:16:01 -08:00
Cameron
b7cb8fe75d Fixes #197 , Issue #831 - Social logins. 2015-02-05 16:24:54 -08:00
Cameron
243e0457a9 Ignore old bootstrap theme during installation. 2015-02-05 11:59:53 -08:00
Cameron
ecce5b978c Admin-UI: Column-selector styling fixes. 2015-02-05 11:54:59 -08:00
Cameron
d437765a22 Plugin install tweaks and layout fixes. 2015-02-04 04:01:08 -08:00
Cameron
6621247583 Renamed _blank_config.php to theme_config.php as per v2.x specifications. 2015-01-28 12:35:54 -08:00
Cameron
2083cf161e themePrefs can be set at installation time. see _blank/theme.xml for an example. 2015-01-28 12:31:14 -08:00
Cameron
4c897c905d More admin button styling tweaks 2015-01-27 15:40:06 -08:00
Cameron
e0f45aa911 Admin styling main buttons 2015-01-27 15:20:12 -08:00
Cameron
c327a76fe8 Fixes #843 - Login Menu styling issue and some missing LANs. 2015-01-26 09:57:14 -08:00
Cameron
af465d2a5e Fix for html5 validation issues in Safari etc. 2015-01-25 20:27:45 -08:00
Cameron
e2a72b40a9 Allow for a XUP-only login/signup situation when configured this way. 2015-01-23 21:10:30 -08:00
Cameron
abeb140fe6 Fixes #592 Missing User-extended fields when using Bootstrap with usersettings page.
Closes #539 Tabs view of user-extended categories when using Bootstrap.
Added missing css classes to extended-fields.
2014-10-05 00:21:58 -07:00
Moc
c077bb1060 Added help tooltip option for custom theme configuration 2014-08-10 16:02:32 +02:00
Moc
b14eeea500 Filter POST values on custom theme config 2014-08-10 14:12:21 +02:00
Cameron
83080e603e Added {NAVIGATION=footer} to Bootstrap3 theme. 2014-06-16 22:43:02 -07:00
Cameron
4b14caaebc Fixed button spacing on cmenu template. 2014-06-16 14:21:29 -07:00
Moc
083c489b56 Clean-up "bootstrap 1.0" theme example help text 2014-06-14 21:46:20 +02:00
Cameron
19d6ab7354 More files upgraded to FontAwesome 4.1 2014-06-12 16:30:26 -07:00
Cameron
3e0d0d60c9 Updated FontAwesome to v4.1.0 2014-06-11 03:48:39 -07:00
Cameron
3b97734c0b Fix for missing Glyph when using inline editing in admin. 2014-06-06 02:38:40 -07:00
Cameron
28c8c25ee4 Image size correction on bbcode [img] and automatically display full-width in admin when bbarea is used. 2014-05-31 23:18:01 -07:00
Moc
bfec4b1a41 Fixes #514 - _blank theme config 2014-05-18 16:16:25 +02:00
Moc
2780e3af30 Fix fatal error in menu manager when using SetEnv E_DEV_MEN 2014-05-18 11:17:28 +02:00
Cameron
86a2269f89 Removed global $style from tablerender() 2014-03-12 14:12:39 -07:00
Cameron
af9138885d Closes #507 - button alignment issue in Chrome. 2014-02-08 08:41:45 -08:00
Cameron
cc07dac897 Basic support for news videos.
Add {NEWSVIDEO} to your news template to take advantage of it and {NEWSTHUMBNAIL} for a thumbnail image of the video. (or image) {NEWSIMAGE} will return nothing for videos, only for images.
2014-01-31 01:09:24 -08:00
Cameron
859c71d1a2 Corrected default news and xurl icon style 2014-01-30 04:17:11 -08:00
Cameron
154f2a897b Responsive featurebox indicator correction. News Template titles - added links. 2014-01-25 17:26:20 -08:00
Cameron
bcad40e48d Bootstrap3 Featurebox responsive-design fix. 2014-01-24 03:16:11 -08:00
Cameron
7bb19a0a40 Bootstrap 3 email and print styling. New Social share shortcode added. 2014-01-23 09:18:40 -08:00
Cameron
2f5337703b Added more MENU areas to default template. 2014-01-20 16:12:56 -08:00