1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 18:30:53 +02:00

103 Commits

Author SHA1 Message Date
camer0n
3f9dc94d12 Issue #5473 Changed Column options icon. Specified some admin-menu icons. 2025-04-26 09:20:23 -07:00
camer0n
6aa42ccad9 Closes #5373 - Bootstrap 5. 2025-01-13 11:41:57 -08:00
Cameron
d960829532 Issue #4918 - Undefined constants cleanup. 2022-12-10 07:06:47 -08:00
Cameron
025ff07aab Fixes #4737 Removal of type="text/javascript" and type="text/css" 2022-03-31 08:24:34 -07:00
Jimako
c622717863 #4724 forum - possibility to add forum ID as column
FIX #4724
2022-03-29 21:45:48 +02:00
Jimako
8c268193ba fix for not clearing forum cache
Fix #3218
2022-03-26 18:47:59 +01:00
Cameron
6257a2a716 Closes #4256 - "Post Permission" and "Thread Creation Class" now default to "Members" when creating a new forum. 2022-03-14 09:55:21 -07:00
Nick Liu
ccf0f037aa #4299: Wrap more potentially undefined constants
In:
* Forums
* /e107_admin/menus.php
2021-07-13 13:10:59 +02:00
Cameron
2bf5ee3909 Admin area tool tips simplified to a single location. Pref simplified to Enable/Disable. Fixed flip-switch 'e-expandit' failures in Admin > Prefs. 2021-02-12 12:19:58 -08:00
Cameron
5870fbdb84 "<div class='field-help'>" etc has been replaced by the $frm->help() method and is also used by the admin-ui. 2021-02-04 08:45:10 -08:00
Cameron
49b8a9690d Issue #4020 2 new prefs added. Allow default collapsing of side-bar and enable/disable labels on nav-bar.
Icon cleanup and will now try to guess the right icon based on mode/action. Styling fixes. Removed unused admin stylesheets from bootstrap3.
2021-02-03 11:46:32 -08:00
Cameron
594cddae6e Some forum code cleanup 2021-01-21 13:04:54 -08:00
Cameron
f055b49d91 PHP8 Plugin code cleanup 2021-01-21 09:38:38 -08:00
Cameron
798638a590 PHP warning fixes. 2020-12-31 08:01:34 -08:00
Cameron
f5153bf640 Updating of deprecated method usage. Removal of old files. Log tests added. 2020-12-18 09:39:02 -08:00
Cameron
e1593de8ee Removed redundant PHP closing tags. 2020-08-10 15:49:44 -07:00
Tijn Kuyper
1de3213d98 Revert "#3131 - Finally get rid of autocomplete when we don't want it"
This reverts commit 93d86dd99c.
2019-10-30 15:47:43 +01:00
Tijn Kuyper
93d86dd99c #3131 - Finally get rid of autocomplete when we don't want it 2019-10-30 15:46:59 +01:00
Tijn Kuyper
6ab3f53b6c Added minimal validation when creating new forum 2019-10-30 15:05:01 +01:00
Tijn Kuyper
0afc014a13 Fix individual reported forum posts delete button 2019-10-29 14:50:40 +01:00
Tijn Kuyper
ae1f89b88b Minor fix in reported forum posts (topic name instead of report contents) 2019-10-27 21:01:20 +01:00
Tijn Kuyper
b4066cfed9 Forum plugin - remove unused pref for reporting forum posts
And updated help text

Related to #1028
240d509fd0
2019-10-02 10:51:59 +02:00
Tijn Kuyper
d53cba4e8e Forum admin clean-up 2019-06-06 16:18:54 +02:00
Tijn Kuyper
c24ade3b9c #3733 - Added new 'Forum icon' field
- Renamed forum image to  "Image" (LAN_IMAGE instead of LAN_ICON)
- Added new field forum_icon (LAN_ICON)
- Icon can be used / rendered using {FORUMICON} shortcode in template
- database update requires
- v1 to v2 update needs testing (will do shortly)
2019-06-06 16:02:46 +02:00
Cameron
2fb44903ab Issue #3798 - Inline editing of Forum Name was changing SEF URL. 2019-05-17 12:21:17 -07:00
Achim Ennenbach
7ddb9a44db fixes #1412 implemented a forum image/icon which is displayed in front
of the forum name. Displaysize of the image can be defined in the
templates.
2018-08-14 13:52:39 +02:00
Achim Ennenbach
169acdaba3 fixes #3245 eHelper::title2sef() now strips any html or bbcode
forum_admin.php: make sure to strip bbcode and html from forum_name
forum_admin.php: make sure forum_sef doesn't contain bbcode or html and is properly formatted
English_admin.php: Added FORLAN_223 = forum_name help text
2018-08-10 21:01:04 +02:00
Cameron
367498b598 Merge pull request #3333 from SimSync/wysiwyg2
A new approach to choose wysiwyg editor
2018-08-02 14:07:54 -07:00
Gábor
771f04702b Update forum_admin.php 2018-07-30 09:54:50 +02:00
Achim Ennenbach
e692eecebe choose wysiwyg editor
Now it is possible to have TinyMCE in the backend and SimpleMDE on the forum pages.
wysiwyg() got a new parameter $returnEditor to return the name of the editor.
wysiwyg() now checks if the choosen editor is installed.
wysiwyg() setting a value is not systemwide anymore (static var instead of registry)
Use the bbarea() $options array to define the editor to use e.g. $options['wysiwyg'] = 'tinymce4';
Updated forum_admin.php to support SimpleMDE.
Updated tinymce4/e_footer.php to support the new return value (editor name)
2018-07-29 15:11:40 +02:00
Cameron
e5af746153 Closes #3330 #3318 2018-07-28 13:41:44 -07:00
Achim Ennenbach
26022e4507 choose editor in forum and quick reply
New prefs for forum: editor & quickreply
editor makes it possible to choose between bbcode or tinymce (if installed and html enabled)
quickreply gives the option to choose between the standard textarea or the choosen editor (from pref editor)
2018-07-25 22:48:14 +02:00
Tijn Kuyper
a56ffe0e58 Allow for copying forum categories in admin area 2018-06-13 14:48:36 +02:00
Cameron
8c8b79e1e0 Fixes #2848- sub-forum display issue. 2017-11-19 08:18:22 -08:00
Cameron
7e23fa52a2 Issue #2870 PHP 7 with sub forums. 2017-11-17 11:40:42 -08:00
Cameron
c88fbb5c9a Closes #2528 Batch SEF generation added. 2017-04-02 11:32:32 -07:00
Cameron
c2cc206d21 ADMIN_CHILD_ICON constant added. 2017-03-27 19:35:20 -07:00
Tijn Kuyper
69e5677ba3 Code clean-up - remove empty space 2017-02-04 17:17:48 +01:00
Gábor
d7e4e2bd03 Update forum_admin.php
Add lang codes.
2016-09-29 09:52:21 +02:00
Cameron
d412e7cf75 Allow inline-editing of forum name. 2016-06-24 14:45:57 -07:00
Cameron
572a4bb8be PHP Notice removal and Forum Rank display preference added. 2016-05-16 11:44:38 -07:00
Cameron
4aba2f6149 Forum attachment updated to work with recent changes to thumbUrl(). Forum URL post detection improved. Forum attachments can now be seen in the 'Latest Posts" of the admin area. 2016-04-16 10:15:29 -07:00
Cameron
3c2def3a31 Issue #1493 : Allow tracking of topics via tracking page only (no emails). (work in progress) 2016-04-05 11:21:53 -07:00
Cameron
4e16efab59 Added missing userclasses to Forum visibility etc. 2016-03-28 18:44:42 -07:00
Cameron
12beda569d Fix for user profile data. Fix for default settings of newforumposts_menu.php. 2016-03-23 19:34:17 -07:00
Cameron
486f3d4961 Issue #1356 - PHP7 Fixes. 2016-02-14 12:15:55 -08:00
Cameron
550968d78a Issue #1336 and Forum menu prefs upgrade and newforumpost_menu fix. e_menu.php pending. 2016-02-10 19:51:32 -08:00
Cameron
a16ae500bb Forum: code cleanup. BC Fixes for Breadcrumb. 2016-01-26 21:10:19 -08:00
tgtje
9a9ba5ee4c amended LANs and issue #1177 17-01-2016 refreshed 2016-01-17 21:27:32 +01: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