1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 11:04:38 +01:00

1817 Commits

Author SHA1 Message Date
Cameron
1fc86ddd51 Search config minor changes to spec. 2014-01-13 11:08:08 -08:00
Cameron
a52c8abdae Display --sef-not-assigned-- in URL if not set in pages or chapters. 2014-01-12 12:52:16 -08:00
Cameron
dc64b03330 Fix for Page-Navigation SEF Urls. 2014-01-12 05:33:10 -08:00
Cameron
7bebfc1901 New SEF-URL for book/chapter/page (a few bugs remain) 2014-01-10 18:27:42 -08:00
Cameron
ed5634574f Rework and simplification of the 'powered by' menu when using Bootstrap themes. 2014-01-10 09:33:04 -08:00
Cameron
c6e2988e96 Generated page links now using SEF Urls for Page chapters. 2014-01-09 07:52:25 -08:00
Cameron
7d0fb5afa0 Fixes #494 - usersettings URL and template fix. 2014-01-09 06:46:44 -08:00
lcariou
343351b529 Update login_menu.php
avoid multiple classes declaration
2014-01-09 11:21:57 +01:00
Cameron
39664697ae Removed deprecated search scripts from chatbox_menu plugin. 2014-01-08 03:42:15 -08:00
Cameron
c842341d9e Bootstrap styling fix 2014-01-08 01:43:38 -08:00
Cameron
ef8dd5534b Improved resizing options for {SITELOGO} 2014-01-06 18:43:09 -08:00
Cameron
b15481f9d1 Correct dummy Featurebox category entry to use bootstrap3 2014-01-06 08:05:42 -08:00
Cameron
7efdd3f31f Bootstrap3 styling fixes and embedded featurebox layout added. 2014-01-06 07:52:13 -08:00
Cameron
39e3a1b021 Download search template fix. 2014-01-05 11:26:19 -08:00
Cameron
42c3588e29 Search upgrades - new e_search.php standard added. 2014-01-05 11:25:30 -08:00
Cameron
7f1a946562 Fixes #470 Download pagination template and SEF Urls. 2014-01-04 10:14:10 -08:00
Cameron
dd140d8e69 Allow Custom Menu-Images to be used in page-navigation template. 2014-01-04 06:02:24 -08:00
Cameron
e0754faca9 Bootstrap3 Styling fix 2014-01-04 06:00:33 -08:00
Cameron
3f0ee1673c Bootstrap3 styling fixes - news 2014-01-01 05:20:22 -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
b8724bc4bc Fixes #465 - Bootstrap3 layout with sidebar panel added. Menu Preset added. Bootstrap3 styling tweaks to news menus. 2013-12-30 06:23:12 -08:00
Cameron
b028fbb002 Fixes #464 - banner path issue corrected. 2013-12-30 04:16:01 -08:00
Cameron
470b043739 Fixes #466 Download Category Icons path. 2013-12-30 03:56:27 -08:00
Cameron
d34623a043 Issue #459 - some work on downloads pagination 2013-12-30 03:17:20 -08:00
Cameron
540f60c249 Added {SITEURL} shortcode for consistency. 2013-12-25 01:59:32 -08:00
Cameron
c7552fbcc9 Download breadcrumb now uses SEF URLs 2013-12-25 01:59:00 -08:00
Cameron
24319d6984 Gallery made compatible with bootstrap3 2013-12-25 01:53:38 -08:00
Cameron
c42fe97454 Corrected bootstrap theme preview images. Added bootstrap3 default install options. 2013-12-24 04:13:14 -08:00
Cameron
547b1aea05 Login menu shortcodes now using SEF Urls. 2013-12-24 03:49:21 -08:00
Cameron
d54908e574 Download plugin Boostrap3 styling fixes 2013-12-24 02:45:40 -08:00
Cameron
86be4773f4 Initial work on Download SEF Urls 2013-12-24 02:33:14 -08:00
Cameron
7ac3f78dbf News Categories functions added to Sitelinks. 2013-12-23 04:52:32 -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
3030ca3570 News SEF URL for tags. Automatically switch URL path to lowercase when lowercase url template is used. 2013-12-20 09:45:27 -08:00
Cameron
a6a28cb4e1 Auto-generated sub-links for news now using SEF URL 2013-12-19 22:50:40 -08:00
Cameron
62509f09fb Issue #435 - More Bootstrap 3 tweaks 2013-12-19 22:45:09 -08:00
Cameron
7874cd1060 Issue #435 - start of Bootstrap 3 core support. Enable by adding the following to your theme.php file:
define("BOOTSTRAP", 3);
define("FONTAWESOME", 4); // optional

e107::js("url", "//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js");
e107::css('url', '//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css');
e107::css('url', "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css"); // optional
2013-12-17 11:12:42 -08:00
Cameron
6e17a87a26 Fix - LAN support for newsfeed titles. 2013-12-06 23:23:36 -08:00
Cameron
698bcc4e7c Increase the width of some text fields in admin. 2013-11-22 17:18:20 -08:00
Cameron
305d7d2ec9 News List caption option added to v2 template (same as $NEWSLISTTITLE in v1.x) 2013-11-22 17:08:38 -08:00
Cameron
fdfb8ba1f3 Tweak of last commit 2013-11-21 19:41:29 -08:00
Cameron
37e1b95f75 Added title attribute to download image. 2013-11-21 15:50:51 -08:00
Cameron
5f6e76f97b Featurebox wasn't detecting smaller images requiring resizing. 2013-11-21 15:48:51 -08:00
Cameron
b0f717e416 Expanding Page-Navigation support added. (still a few glitches) 2013-11-20 17:44:06 -08:00
Cameron
287260ee03 Check the featurebox {SETIMAGE} value before using resize method. 2013-11-12 14:37:43 -08:00
Cameron
12d4513115 Fixed - Featurebox was ignoring {SETIMAGE} values. 2013-11-11 03:38:26 -08:00
Cameron
2d504efb7c More other-news tweaks 2013-11-03 22:39:19 -08:00
Cameron
4132b454ae Othernews and Othernews2 Menu templates updated. 2013-11-03 21:47:26 -08:00
Cameron
58435c2cc6 News template BC fixes and added news-list start and end templates. 2013-11-03 18:58:50 -08:00