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

11692 Commits

Author SHA1 Message Date
Cameron
9be7ef275a SEO robots meta tags added. 2019-09-03 05:10:11 -07:00
Cameron
2a1b4d75df Fix for installation issue. 2019-09-03 05:09:19 -07:00
Cameron
79e8f834d9 SEO 2019-08-30 19:07:32 -07:00
Cameron
f8733b7ea1 Remove BOOTSTRAP and FONTAWESOME constants from bootstrap/theme.php 2019-08-30 18:41:51 -07:00
Cameron
875192c9ba Footer fix. 2019-08-30 15:19:53 -07:00
Cameron
fb806f3b01
Merge pull request #3938 from Jimmi08/master
bootstrap3 theme HTML layout
2019-08-30 14:56:30 -07:00
Tijn Kuyper
c7cb49c89b
PM plugin - code clean-up 2019-08-27 13:43:54 +02:00
Tijn Kuyper
1e930ed273
Fixes #3925 - PM menu title setting is now respected
Co-Authored-By: Jimako <jimmi08@users.noreply.github.com>
2019-08-27 13:36:46 +02:00
Tijn Kuyper
eccc74dd1b
Merge pull request #3937 from tgtje/patch-2
Update view_shortcodes.php
2019-08-27 13:27:27 +02:00
Jimmi08
6b362552ef bootstrap3 theme HTML layout 2019-08-25 22:15:51 +02:00
leo
dc639e9fec
Update view_shortcodes.php
LAN number change due to particular textual use (button text for QUICK reply (post command) )
LAN 2006 is general for Post a reply..
2019-08-25 13:58:07 +02:00
Cameron
49aac0b88a Added missing shortcode for MENUAREA. 2019-08-23 19:23:55 -07:00
Cameron
76bb75e802 Fixes #3909 - Fatal error on view download when entry is missing. 2019-08-22 14:51:35 -07:00
Cameron
2f5cfda4d4 Disabled google-plus share button. Bootstrap 4 button size fix. 2019-08-22 14:45:33 -07:00
Cameron
2e5cf680e3 Fixes #3912 Theme visibility script flag fix. 2019-08-22 14:36:03 -07:00
Cameron
1d45f1e4c4 Fixes #3932 Added support for dynamic header/footer templates controlled by theme_shortcodes class. 2019-08-22 14:28:59 -07:00
Cameron
68e4fd7d03 Support for {MENUAREA} - testing needed. 2019-08-22 13:18:09 -07:00
Cameron
c3b3b0077c {FAQ_HIDE} added for manual collapse/expand management via template. 2019-08-22 10:27:27 -07:00
Cameron
d02ede9750 Linkwords fix. 2019-08-22 09:34:34 -07:00
Cameron
bfa5c4575c Remove link words from faq question. 2019-08-22 09:32:30 -07:00
Cameron
f57aa8ab93 Separate {FAQ_SHARE} shortcode added. 2019-08-22 09:27:33 -07:00
Cameron
a10e972f88 Removed admin-only limitation on system directory downloads. 2019-08-16 08:26:53 -07:00
Cameron
7af965f97d placeholder attribute wasn't working on datepicker input. 2019-08-13 12:16:34 -07:00
Cameron
1fb0c3138d Added 'd' flag to parser filter. 2019-08-10 14:39:20 -07:00
Cameron
b705e17815 Fix for custom batch methods applied to all records. 2019-08-10 13:24:14 -07:00
Cameron
f75e378ec3 Fixes #3741 - Issue with plugins, menus disappearing or displaying as being uninstalled. 2019-08-06 11:38:24 -07:00
Cameron
a950bf981e New admin perm added: to grant access to only theme preferences (but not others) 2019-07-29 12:37:08 -07:00
Cameron
d1c6cad16b Fix the theme manager menu when only "preferences" permissions are active. 2019-07-25 15:56:20 -07:00
Cameron
c98845b48a Fixes #3894 - Chapter breadcrumb displaying when no chapter in use. 2019-07-23 17:45:23 -07:00
Cameron
f4a47d44e9 Meta-tag viewport fix and more. 2019-07-23 17:13:07 -07:00
Cameron
75086e8a71 Fix for google and microsoft advertising auto-tags 2019-07-23 16:47:57 -07:00
Cameron
58f72cfb7e Name for css submit-trigger group added. 2019-07-09 13:14:25 -07:00
Cameron
f5317e329f Theme preferences import/export added to 'database' admin area. 2019-07-09 12:08:52 -07:00
Cameron
4465182852 More meta keyword fixes. 2019-07-05 15:12:39 -07:00
Cameron
913ac249f7 Fix for using {THEME} (ie. theme folder path) in footer part of theme layout. 2019-07-05 13:48:35 -07:00
Cameron
20e15a4ac0 Fix: Admin Area > Meta Tags > Keywords to be considered as global keywords to append to all pages of the site as originally intended. Leave blank to disable. 2019-07-05 13:35:36 -07:00
Cameron
845b489f70
Merge pull request #3877 from Jimmi08/patch-3
Fixes #3876 - Removed leftover debug info
2019-07-04 09:51:38 -07:00
Cameron
41a6498958
Merge pull request #3874 from nesjett/patch-1
Added social login provider callback data to event
2019-07-04 09:51:09 -07:00
Cameron
f1a65b82b2
Merge pull request #3869 from Jimmi08/patch-2
Fixes #3868 Featurebox plugin category name correction.
2019-07-04 09:50:17 -07:00
Cameron
294d452f9c Fixes Comments not displaying on news or "Array" being displayed. 2019-07-04 09:48:00 -07:00
Jimako
7e735fa97d
fix for #3876 2019-07-04 09:50:36 +02:00
Néstor Sabater
639b6b3f34
Added social login provider callback data to event
Event user_xup_signup was not giving info that may come from the social provider, for example the Birth date or gender, I just added a way to access all provider callback info from within the signup event.
2019-07-03 13:05:49 +02:00
Cameron
a134a2815d Fix for large admin menu. 2019-07-02 09:38:51 -07:00
Cameron
53bc1f58b4 Improved URL matching for layout detection. Closest match will always be used. 2019-07-02 09:02:05 -07:00
Tijn Kuyper
8e331152e0
#3827 - check for rankInfo to prevent unwanted HTML output 2019-07-02 09:54:50 +02:00
Cameron
56ac781a2b Moved debug info to footer. 2019-07-01 20:39:01 -07:00
Tijn Kuyper
de1896c667
Closes #3858 - clarified debug message 2019-07-01 10:34:34 +02:00
Jimako
4a9cc30e8f
fix for correct category names #3868 2019-07-01 09:07:25 +02:00
Cameron
5930e62c21 user batch export enabled. code cleanup. 2019-06-28 13:06:06 -07:00
Tijn Kuyper
45b073eecb
Fixes #3865 - Download icons fix
Thanks @jimmi08
2019-06-27 09:26:53 +02:00