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

143 Commits

Author SHA1 Message Date
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
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
7a564f639d Fixes #1290, Fixes #1279 Forum backward compatibility issues. 2016-01-13 18:09:47 -08:00
SecretR
f67127bfed Forum templates paths fix 2015-12-15 18:05:55 +02: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
a26de7bc84 Issue #1138 - Bootstrap3 UI fixes. 2015-07-15 19:33:15 -07:00
Cameron
84485c50da Forum: Fixes #1079 - broken 'move' url. 2015-06-26 10:26:47 -07:00
leo
3bc8dbdf83 2015-06-25 16:05:23 +02:00
skcihmit
690e197f69 Update forum_post.php
under function updateReply()
$url = e107::url('forum','topic',$this->data,true);
to
$url = e107::url('forum','topic',$this->data);

With true at the end, I get the redirect url creating a recursive e107_plugins/forum within the url and causing a 404.
2015-06-21 12:06:52 +10: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
Moc
95e645d7d1 Forum plugin - Now correctly updates threadtype (sticky, announcement, normal) after updating OP 2015-06-17 19:43:37 +02:00