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

171 Commits

Author SHA1 Message Date
Cameron
30c5553dbd Bootstrap 4 fixes. 2019-03-02 07:47:37 -08:00
Tijn Kuyper
1897fc8f42 Tweak bootstrap check
(also take into account BS4)
2019-02-28 14:51:04 +01:00
Cameron
5dc45298f6 Issue #3559, Fixes #3589, Issue #2982, Issue #2927 Replace all glyphicons with FontAwesome. 2019-02-22 14:56:47 -08:00
Cameron
6719a3d491 Merge pull request #3671 from SimSync/fix_3656
Issue #3656: Tinymce shows Mediamanager icons on quick-reply
2019-02-14 14:06:52 -08:00
Cameron
b2e4ce2562 Issue #3587 - thumb image (untested) 2019-02-08 11:11:36 -08:00
Achim Ennenbach
8d7a0da0dc fixes #3656: Make the mediamanager icons available in the forum 2019-02-08 13:01:38 +01:00
Jimako
c87220bcc0 partfix #3607 forum dropdowns 2019-01-11 11:03:56 +01:00
phibel
3848560752 ENH allow user to delete his own post, if it is the last post in the thread 2018-10-13 15:55:31 +02:00
phibel
c644a8b9d2 FIX check moderator permissions for thread-operations
Without admin permissions (member of user class 254) it was not possible to modify threads in
the forum. This fix get the forum-moderator permissions by the threadId to modify this thread.
2018-10-13 15:55:31 +02:00
phibel
9ca28b8fa4 FIX user can transfer his moderator permissions from one forum to an other forum
I am working further on the moderator permissions and discovered that my previous commit
692509f is a bad solution. Because the moderator submits the threadId and postID for the post
who he wants to delete. This threadId was used to check the moderator permissions of the postId.

So if a moderator has only permissions for one forum, he could change the transmitted threadId
in an other forum to get there also moderator permisssions...

Sorry that I did not noticed this glitch before I made the previous commit. :-/
2018-10-13 15:55:31 +02:00
phibel
98213ec03c FIX check if user has moderator permissions for the thread/forum
Without admin permissions (member of user class 254) it was not possible
to delete a post in the forum. This fix add the threadId to the ajax query
and fetchs the forum-moderator for the thread which will then checked
against the user permissions/classes.

I added also an additional error message, if something goes wrong.
2018-09-30 23:21:43 +02:00
Cameron
c317515847 Merge pull request #3387 from SimSync/fix_3377
fixes #3377 Enabled "preview" button on forum post edit
2018-08-22 18:16:02 -07:00
Achim Ennenbach
ddf7eced79 fixes #3377 Enabled "preview" button on forum post edit
disabled subject if edited post is not the first post of the thread
2018-08-17 19:12:23 +02: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
f2b3e1014b fixes #3171 moved query param p to the options/query parameter of url()
Implemented a fiy for accidentally double ampersand in the query part of the url
2018-08-09 21:05:43 +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
Achim Ennenbach
be4faf81bb Fixes #3264 Switched url generation to v2 method 2018-07-12 12:55:24 +02:00
Cameron
b40b1916a3 Issue #2970 btn-default > btn-default btn-secondary 2018-01-10 15:06:40 -08:00
Jimako
8d084706fd fix save icon for bootstrap 4 #2898 2018-01-07 23:10:05 +01:00
Cameron
c1d23f34c8 Fixes #2923 - URL path issue. 2017-12-17 07:58:27 -08:00
Cameron
7e33124335 More BC Fixes on forum templates. 2017-12-12 15:03:23 -08:00
Cameron
0073de8698 Fixes #2802 - New Forum Posts Menu. 2017-10-14 18:00:06 -07:00
Cameron
a0864c33c2 Issue #2802 - Forum - Handling of no 'lastpost' user. 2017-10-13 16:41:03 -07:00
Cameron
03915060eb Issue #2796 New shortcode for newforumposts_menu: {TOPIC_DATESTAMP: format=short|long|forum|relative} 2017-09-24 19:44:25 -07:00
Cameron
a4091ea6d6 Issue #2796 - New Forum Posts Menu query and shortcode fixes. 2017-09-24 14:12:35 -07:00
Cameron
3001462e7b #2785 NewForumPosts Menu shortcode fixes. 2017-09-22 12:47:37 -07:00
Arun S. Sekher
3016d2e29d Remove stray end anchor tag on the 'Move' link of 'sc_postoptions' which fix associated html validation error. 2017-05-25 09:27:52 +04:00
Arun S. Sekher
3cd44c035f [html] - Fix forum search button start tag using self closing html syntax.
Should fix 'Self-closing syntax (/>) used on a non-void HTML element' html validation error.
2017-05-23 02:18:41 +04:00
Cameron
aeb4f925d2 Issue #2610 Remove legacy SEF URL from forum plugin. 2017-05-02 13:47:18 -07:00
Cameron
325b5e2328 Forum shortcode fix 2017-04-12 16:19:42 -07:00
Cameron
51c978addc Closes #2558 - Date format option added to forum shortcode. 2017-04-12 11:00:13 -07:00
Cameron
5569516329 Issue #1436, Issue #2294 - New Forum Posts Menu template added. Beginnings of "New Forum Posts Main" replacement. 2017-03-05 12:03:41 -08:00
mcpeace-maw
6da96d2c05 Update view_shortcodes.php 2017-01-30 11:48:45 +02:00
Cameron
276e311e69 Merge pull request #2105 from rica-carv/rica-carv-patch-1
New forum post shortcode for custom caption
2017-01-17 10:16:07 -08:00
Cameron
0e47cedb56 Forum shortcodes. {TOPIC_TITLE} and {TOPIC_URL} 2017-01-15 18:12:35 -08:00
rica-carv
4d35059afe Update post_shortcodes.php 2017-01-12 18:13:39 +00:00
rica-carv
2ec9b39d81 Update post_shortcodes.php 2017-01-07 20:57:16 +00:00
rica-carv
b5d1bf96b5 Update viewforum_shortcodes.php 2016-12-16 21:50:47 +00:00
rica-carv
77645b50bb Update view_shortcodes.php 2016-12-16 21:49:48 +00:00
rica-carv
58824942f1 Update view_shortcodes.php 2016-12-14 21:51:09 +00:00
rica-carv
6b2a5a79c3 Update viewforum_shortcodes.php 2016-12-14 21:49:56 +00:00
rica-carv
5447ed5104 Update viewforum_shortcodes.php 2016-12-14 21:03:24 +00:00
Cameron
d702ba6ace Fix for broken forum on early PHP 5 versions. 2016-12-14 09:56:36 -08:00
Cameron
d5f9b9ac5e Merge pull request #2132 from rica-carv/rica-carv-patch-btn_forum
Forum: Fixes #2126
2016-12-13 13:32:31 -08:00
rica-carv
2296cf33e9 Update forum_shortcodes.php 2016-12-13 13:48:13 +00:00
rica-carv
7f3367df58 Update forum_shortcodes.php 2016-12-12 17:25:36 +00:00
rica-carv
3dff03b6be Update view_shortcodes.php 2016-12-09 19:15:28 +00:00
rica-carv
2d61bf19a8 Update viewforum_shortcodes.php 2016-12-09 19:12:21 +00:00