1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

58 Commits

Author SHA1 Message Date
Cameron
925fe0b9fc Bootstrap styling tweaks. 2022-04-06 12:10:22 -07:00
Moc
de8af179a4
Closes #3723 - Hide users that have not logged in yet from lastseen menu 2021-12-21 10:35:59 +01:00
Cameron
9743cb4e95 Fixes #4528 - Frontend modal now functional with Bootstrap5. 2021-12-02 11:20:58 -08:00
Cameron
2dedc8719f FontAwesome 5 added to admin area and bootstrap3 theme. $tp->toIcon() supports SVG sizing 2x, 3x etc. 2021-01-30 19:21:23 -08:00
Cameron
f055b49d91 PHP8 Plugin code cleanup 2021-01-21 09:38:38 -08:00
Cameron
fa4900e2c4 PHP8 Fixes. Only attempt to load plugin language files when the languages folder exists. BC avatar function fix. 2021-01-09 09:09:12 -08:00
Cameron
0fabc9aa9c $online_shortcodes now loaded correctly using e107::getScBatch(). (Could break old plugins) 2021-01-08 13:47:54 -08:00
Cameron
eec9a163cb PHP8 fixes. Tests added for online shortcodes, page/e_shortcode.php 2021-01-08 11:46:30 -08:00
Cameron
dd184a024c Issue #4332 Bootstrap 5 Fixes 2021-01-02 12:06:46 -08:00
Cameron
833d3f6133 Issue #4332 Bootstrap 5 Menu styling: news, login, online menus. 2021-01-02 10:34:23 -08:00
Cameron
601df26d51 Code optimization for speed and reduced memory usage. 2020-12-20 11:50:10 -08:00
Cameron
afaac88003 PHP8 Compatibility and code cleanup. 2020-12-08 12:21:12 -08:00
Cameron
e1593de8ee Removed redundant PHP closing tags. 2020-08-10 15:49:44 -07:00
Moc
c92b6c5e6b
Fixes #3681 - Properly detect antiflood and online tracking prefs
- e_TRACKING_DISABLED is now properly defined when user tracking is turned off ('track_online').
- Use correct antiflood pref ('antiflood1')
- Remove old 'flood_protect' pref (which was not used anymore)
2020-05-23 15:49:40 +02:00
Nick Liu
509b9ff761
Type check for online_shortcodes::sc_online_member_user() 2020-01-18 16:35:16 +01:00
Cameron
26ff074ee5 Issue #2970 Bootstrap 3 pull-left/right combined with Bootstrap 4 float-left/right. News Email/Print icon default styles added. 2019-06-17 12:27:53 -07:00
Achim Ennenbach
7cf6322b4d Closes #3125 Replaced caption LAN_ONLINE_2 with LAN_ONLINE_11
for total number of members field
2018-07-13 22:23:07 +02:00
Cameron
3c41e83227 Fixes #2712 2018-01-19 11:50:18 -08:00
Arun S. Sekher
aa580d39ba Fix html errors - Unclosed element span, Element ul not allowed as child of element ul. 2017-06-25 00:32:03 +04:00
Reconix
90810c516b Online members quick fix...
In response to #2415
2017-02-13 02:54:05 +00:00
Cameron
43d0211590 Code cleanup: deprecated include_lan() 2017-01-23 09:41:23 -08:00
Cameron
010b1ca3ff Online menu wrapper fix. 2017-01-09 13:12:02 -08:00
rica-carv
3576704f5f Update online_menu_template.php 2016-12-29 22:12:29 +00:00
rica-carv
b939ad6b30 Update online_shortcodes.php 2016-12-29 22:11:20 +00:00
MikeyGMT
71a9b7967b Online Menu - LANS plus Missing Members List - Fixes #2187
Online Menu - LANS plus Missing Members List - Fixes #2187
There are a number of duplications with lan_online - guessing these are
legacy hence leaving alone.
2016-12-25 21:02:42 +00:00
Cameron
b2aca587fc Backward compatibility fix. Javascripts may have failed to load in the admin area for some v1.x plugins. 2016-12-07 16:12:30 -08:00
Lóna Lore
157a622681 Fixed warning messages in "online" plugin. 2016-11-03 07:24:41 +01:00
lonalore
bc75b8ccbd Fixed: issue #1855 2016-09-20 13:34:08 +02:00
Cameron
b9ef70678a Online Menu - hide 'viewing' page when none available. 2016-04-28 13:55:50 -07:00
Cameron
0083f626cc Online Menu template cleanup 2016-04-28 13:44:13 -07:00
Cameron
0312b63e71 Lastseen template path fix. 2016-04-28 13:20:05 -07:00
Cameron
3a74aea669 Online Menu upgrades. 2016-04-28 13:17:36 -07:00
Jimmi08
5750b91b91 Issue #1309. e_BASE."user.php" replaced with SEF URL. 2016-01-27 11:56:59 +01:00
Cameron
cf3ca653c0 Issue #1309. e_BASE."user.php" replaced with SEF URL. 2016-01-24 20:11:32 -08:00
Cameron
796f5fa95c Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url); 2016-01-13 19:18:12 -08:00
Cameron
23b7de8d4e Fixes #1223 - Adds the missing {ALERTS} shortcode to old themes - informing users of incorrect passwords etc. Essential for when the login menu is within the navigation bar.
Fixes #1077 - Online Menu was displaying the user as online when the username was correct, even if the password was not.
Corrected styling of the online-menu.
2015-11-13 18:04:47 -08:00
Cameron
44a6298b79 Issue #6 - Removed URLs from LANs 2015-08-31 17:17:28 -07:00
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
4572cd7ceb Issue #682 and other 'wrong avatar' issues in chatbox, online-menu etc. New $tp->toAvatar() method introduced. 2015-02-04 20:36:56 -08:00
Cameron
07990e7a7a Online-Menu template cleanup 2013-04-29 19:36:30 -07:00
Moc
976c386cf2 Changed back login_menu and online_menu mode to match v1 modes. 2013-04-24 12:13:40 +02:00
Moc
f65708cd5a Code clean-up (global pointers, $e107->, headers). Got rid of all $e107->this->sql and tp 2013-03-26 12:17:12 +01:00
Moc
2074ef8f37 Code clean-up (globals, $e107->, headers, $sql) 2013-03-25 18:48:48 +01:00
Tijn Kuyper
4cfb2a5c67 Issue #125 - require_once, header and LAN clean-up 2013-03-04 00:17:46 +01:00
Tijn Kuyper
ba199e08fd Online menu (last seen menu) code and LAN clean-up (#90, #6) 2013-02-10 17:43:42 +01:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
e107steved
3dc8ec26eb All $menu_prefs now use non-serialised access, latest pref handler 2009-12-28 21:36:13 +00:00
e107steved
61e9b3dcf3 Save 'most online' counts in separate pref, use array-based $menu_pref and new prefs handler, global elimination, odd fixes 2009-12-28 17:53:11 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00