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

153 Commits

Author SHA1 Message Date
Cameron
835e477147 Bootstrap 5 styling. (data-bs-toggle)
Signup shortcodes now automatically load the required template.
2021-01-26 15:08:58 -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
f091709847 Issue #4352 - Canonical added for page, forum and download. Replaced some e_PAGETITLE with e107::title() 2021-01-19 09:50:02 -08:00
Cameron
601df26d51 Code optimization for speed and reduced memory usage. 2020-12-20 11:50:10 -08:00
Cameron
5b82c292b1 Code cleanup 2020-12-18 19:55:12 -08:00
Cameron
e1593de8ee Removed redundant PHP closing tags. 2020-08-10 15:49:44 -07:00
Tijn Kuyper
eea2a552a3 #1343 - Fix forum notify checkbox functionality 2019-10-02 14:08:46 +02: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
Cameron
bdb45485ee Code Cleanup 2019-05-20 14:53:43 -07:00
Cameron
1dbc90143f Case cleanup toHtml() should be toHTML() 2019-02-26 12:22:36 -08:00
Achim Ennenbach
8d7a0da0dc fixes #3656: Make the mediamanager icons available in the forum 2019-02-08 13:01:38 +01:00
Tijn Kuyper
82c5c22e57 Merge pull request #3620 from SimSync/fix_3619
issue #3619: Missing moderator ids on forum move
2019-01-16 21:54:39 +01:00
Achim Ennenbach
ae822adfcc issue #3619: switched error message to LAN_NO_PERMISSIONS 2019-01-16 19:09:53 +01:00
Achim Ennenbach
ce4c96d193 issue #3619: check $this->post for being empty instead of being set 2019-01-16 11:44:11 +01:00
Achim Ennenbach
995702f5c6 issue #3619: Missing moderator ids on forum move
In case the post id is not set use the thread id to look
for the moderator ids
2019-01-14 12:38:01 +01:00
Arun S. Sekher
dfa8ae8ed5 Enrich 'user_forum_post_report' event data set with useful data.
Fix a bug which prevented 'user_forum_post_report' notification email being sent successfully by e107 'notify' handler.
2019-01-13 23:39:04 +04:00
phibel
f480064ba4 FIX allow moderators to edit posts from other users 2018-10-13 15:55:31 +02: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
7a616430de wip #3277 implemented events for:
thread created, thread of new user created, thread deleted,
post deleted, post reported
still missing: thread moved, thread split, post created
2018-08-02 22:34:11 +02:00
Cameron
3f5a18fb01 Issue #2980 Tablerender ID - Forum fixes 2018-01-16 13:53:09 -08:00
Cameron
b40b1916a3 Issue #2970 btn-default > btn-default btn-secondary 2018-01-10 15:06:40 -08:00
rica-carv
429386adf5 Update forum_post.php 2017-01-20 20:37:43 +00:00
Gábor
93398f92aa Update forum_post.php 2017-01-17 12:06:24 +01:00
rica-carv
322a23e4b0 Update forum_post.php 2016-12-13 20:20:17 +00:00
rica-carv
2b181665c4 Update forum_post.php 2016-12-13 20:16:30 +00:00
rica-carv
1ebdfb6783 Update forum_post.php 2016-12-13 19:47:06 +00:00
Cameron
126f89da9f Code cleanup 2016-12-01 15:38:40 -08:00
Cameron
26bee2b7d5 Issue #2081 - v2.x Shortcode Wrapper now working for Forum Post form. 2016-12-01 13:35:46 -08:00
Cameron
b8cfac8dd7 Issue #2079 Fix for custom forum-post caption. 2016-11-29 12:56:56 -08:00
Cameron
02c7c21223 Merge pull request #2079 from rica-carv/rica-carv-forum_post
Enable forum_post custom caption
2016-11-29 12:35:12 -08:00
Cameron
e8ae9bd2c2 Issue #2080 - Use correct template-loading method so wrappers work in v2.x 2016-11-29 12:08:14 -08:00
rica-carv
58009dd3c5 Update forum_post.php 2016-11-29 17:25:15 +00:00
rica-carv
f841c1785b Enable forum_post custom caption
Enable forum_post custom caption
2016-11-29 17:18:18 +00:00
Cameron
73cccc40f1 Issue #2016 - Extra debug info added. 2016-11-17 16:27:36 -08:00
Gábor
1c03863016 Update forum_post.php
Add new pharses
2016-09-15 10:17:39 +02:00
Cameron
b05785dd01 Forum: Added missing breadcrumbs to report and move pages. 2016-05-04 09:25:44 -07:00
Cameron
1ad918eb65 Forum: Fix wrapper styling. More work on experimental 'split' function. 2016-05-04 09:13:46 -07:00
Cameron
8dbe69c291 Forum: Experimental topic/thread split feature added. (requires e_DEVELOPER to be true in e107_config.php) 2016-05-03 20:52:46 -07:00
Cameron
dc1c46acc1 Forum Post BC-Fixes. Renamed forum-post shortcodes to avoid name conflicts. 2016-04-27 14:37:43 -07:00
Michael Waskosky
c11d587243 Fix to bot's boolean misperceptions 2016-04-24 18:07:11 -06:00
Michael Waskosky
611ba19838 New method to post forum attachment related data directly (cleaned)
Allows posting new forum attachment file data directly with the $_POST request so that uploads and attachment data can be handled before the post is submitted. Alternate types of attachments also become possible then when overriding the forum attachment shortcodes. Data is posted with JSON instead of PHP Array to avoid the chance of eval() related security issues.
2016-04-24 16:56:06 -06:00
Michael Waskosky
a14b3baff7 New method to post attachment related data directly
Allows posting new attachment file data directly with the $_POST request so that uploads and attachment data can be handled before the post is submitted. Alternate types of attachments also become possible then when overriding the forum attachment shortcodes. Data is posted with JSON instead of PHP Array to avoid the chance of eval() related security issues.
2016-04-24 16:08:57 -06:00
Cameron
940ac85191 Forum: Corrected attachment file-path. 2016-03-30 19:14:14 -07:00
Cameron
f1a2c00160 Issue #1433 - Allow Images/Video posting with TinyMce for members (member.xml) and not for anonymous/public. (public.xml) 2016-03-23 09:16:54 -07:00
Cameron
bf2db49dd1 Forum now allows for multiple attachments in a single user selection. For update thread/count should now working with PDO. 2016-03-21 14:32:02 -07:00
Cameron
4db14510de Issue #1433 Remove confusion about image attachments in forum posts. PDF files now added to default filetypes during install. 2016-03-21 10:45:50 -07:00
Cameron
bda0d9d2a3 Fixes #1433 - Forum Attachments/Image data would become corrupted while editing. 2016-03-20 18:35:14 -07:00
Cameron
0a1a6b9250 Fixes #1391 - Missing forum-post template elements after upgrading. 2016-02-28 10:44:48 -08:00
Cameron
a16ae500bb Forum: code cleanup. BC Fixes for Breadcrumb. 2016-01-26 21:10:19 -08:00