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

95 Commits

Author SHA1 Message Date
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
Cameron
43948fa119 Merge pull request #1178 from tgtje/commit-2
Issue #6 Adding call for LAN_FORUM_2003
2015-09-04 15:11:29 -07:00
leo
14ca23523c Adding call for LAN_FORUM_2003 (happens 2 times in admin when clicking on main menu links 2015-09-04 13:35:43 +02:00
Cameron
e55e305d0c Issue #1174 - Forum "user profile" link fixes. 2015-09-02 08:59:49 -07:00
leo
bfce62a1d6 Changed present LAN calls (+ edit +decommented) so to be able to use the translation (previous state crippled .. not finished ??) Iff i am correct on coding unsure, testing provides working.. 2015-08-22 16:40:38 +02:00
Cameron
d12eef2f07 Issue #1138 - Bootstrap3 theme mostly complete. 2015-07-16 01:17:21 -07:00
Cameron
a26de7bc84 Issue #1138 - Bootstrap3 UI fixes. 2015-07-15 19:33:15 -07:00
Cameron
6499ff72f7 Issue #1138 Added 'btn-default' where missing. 2015-07-13 19:09:30 -07:00
Cameron
56321dfcf7 Fixes #1056 - Forum rules and statistics links added back to template and reworked for bootstrap. thread_sef removed from forum_thread database table and now generated on the fly. More testing required. 2015-06-17 20:09:26 -07:00