1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-15 03:54:39 +01:00

68 Commits

Author SHA1 Message Date
Cameron
36cabf1330 Forum: "Maximum width of uploaded image" setting is now respected. When set to 0 the size is determined by the forum/theme template. 2016-03-24 17:44:03 -07:00
Cameron
1c16094dea Forum Issue #260: Hide poll tab if it is not installed. Also fix for menu_manager item insert with PDO. 2016-03-23 10:22:21 -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
bda0d9d2a3 Fixes #1433 - Forum Attachments/Image data would become corrupted while editing. 2016-03-20 18:35:14 -07:00
Cameron
cdc0d457f0 FOrum template - fix for wrapping buttons and overlapped elements. 2016-02-28 08:50:04 -08:00
Cameron
7a564f639d Fixes #1290, Fixes #1279 Forum backward compatibility issues. 2016-01-13 18:09:47 -08:00
Cameron
e55e305d0c Issue #1174 - Forum "user profile" link fixes. 2015-09-02 08:59:49 -07:00
Cameron
60d9d0751a Fixes #1143 - ForumJump fatal error fix. 2015-07-17 23:08:49 -07:00
Moc
676aceb28b #1143 - Some forum fixes for v1 themes 2015-07-16 18:25:11 +02:00
Cameron
84485c50da Forum: Fixes #1079 - broken 'move' url. 2015-06-26 10:26:47 -07:00
Moc
18744253c3 Fixes #1069 - 'Post as' option is now correctly selected when editing the OP (missing thread_sticky var) 2015-06-22 19:30:31 +02:00
Moc
24a82eaaef Forum plugin - Allow changing the post type (normal, announcement, sticky) when editing the starting post 2015-06-17 16:23:19 +02:00
Cameron
240d509fd0 Fixes #1028 - Forum reporting failing. Reporting now uses 'Notify' settings. Jump to Previous and Next forums working again. Jump to other forums working. Header redirection has been minimized for improved performance. 2015-05-26 12:00:43 -07:00
Cameron
d85bc31932 Query optimization. 2015-05-10 12:02:32 -07:00
Cameron
3f49076a2b Fixes #1001 - forum thread editing. Also pagination and redirection fixes. "Move Thread" reworked and integrated into forum_post.php 2015-05-09 13:22:27 -07:00
Cameron
06d9075c9d Forum styling changes/fixes. 2015-05-07 20:55:12 -07:00
Cameron
81bff06041 Forum fix. post_forum field was being sent the thread value instead of the forum value when using the "Post Reply" page. Attachments now working correctly. Fixes download issues associated with forum permissions. Also corrected pagination issue. 2015-05-07 11:49:36 -07:00
Cameron
58024bc6d5 Disable forum-subject edit when not the original thread/topic creator. 2015-04-23 20:32:09 -07:00
Cameron
3bbda20886 PHP Notice removal 2015-04-22 12:28:03 -07:00
Cameron
db235bd468 Possibly related to issue #809. 2015-04-22 12:27:55 -07:00
Cameron
8890c523f0 Fixes #717 - Forum Post rewrite. new bootstrap templates added as well as new shortcodes. (attachments not functioning at this moment) 2015-04-18 15:09:10 -07:00
Cameron
4514a98016 Issue #408 Forum now uses font-awesome glyphs when using Bootstrap3 theme. Default Bootstrap template is now responsive for mobile devices etc. 2015-03-28 14:10:28 -07:00
Cameron
9a21cad851 Code cleanup / globals removal etc. 2015-02-15 16:07:27 -08:00
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
Cameron
fbb0b63ae9 replaced calls to deprecated plugInstalled() with e107::isInstalled() 2015-02-07 13:38:29 -08:00
Cameron
a3a46057bb Forum updated to use $tp->toAvatar(); 2015-02-05 00:19:45 -08:00
Cameron
a78f6ae14e Language file cleanup continued. 2015-01-31 01:09:25 -08:00
Cameron
05637a4422 Forum language-file cleanup. 2015-01-30 18:14:06 -08:00
Cameron
552d113ce0 Fixes #797 missing LANs and correct forum layout for bootstrap 3 css classes. 2015-01-30 02:50:37 -08:00
Cameron
86c1bd3353 Removed TinyMce from every page load. e_footer.php introduced and e107::wysiwyg() toggle method. 2015-01-29 11:26:56 -08:00
Moc
9d76cfff40 Forums: more attachment styling (and fix for attachments not displaying on non-bs themes) 2014-08-05 11:19:43 +02:00
Moc
1f1b2fe3eb Forum: minor styling fix to attachment display on BS themes 2014-08-05 09:53:40 +02:00
Moc
584d664007 PHP notice fix 2014-08-04 18:46:34 +02:00
Moc
d6afec8de9 Forum plugin - now also displays file attachment when image attachment is also present 2014-08-04 17:54:34 +02:00
Moc
c15c22ad7d Forum plugin: Added check to prevent deleting of initial post in topic 2014-08-04 16:55:34 +02:00
Moc
258c30a25e Forum - added glyph and replaced deprecated function 2014-08-04 16:09:46 +02:00
Moc
459aa5c09c Forum plugin - FIXME note 2014-08-04 15:39:44 +02:00
Moc
f7810c6860 Forum plugin - Fixed glyphicons on BS3 2014-06-25 21:48:57 +02:00
Cameron
f3ae51e037 Added 'btn-default' to button for Bootstrap3 compatibility. 2014-02-07 07:33:33 -08:00
Cameron
62e06d7a30 Font-Awesome CDN added (for now) and additional icons used in forum. 2013-06-21 02:43:37 -07:00
Cameron
4dfd32e2af Remove 'fixme' text from dropdown option. 2013-06-21 02:02:25 -07:00
Cameron
a0aec4b210 Renamed bootstrap flag e_BOOTSTRAP to BOOTSTRAP. Set e_BOOTSTRAP as path of bootstrap folder. 2013-06-17 16:03:33 -07:00
Moc
b3693632de #220- forum_icons_template.php LAN update, minor LAN fixes to post_shortcodes (#6) 2013-06-14 16:47:09 +02:00
Moc
ff2c2e5c6d #220 - First batch of forum LAN rewrite: forum, viewforum, viewtopic and post are done. Work in progress! (#6) 2013-06-12 21:38:26 +02:00
Moc
54515f7dc6 Forum viewtopic URL fix on userprofile dropdown 2013-05-21 16:59:27 +02:00
Cameron
1500effbd7 Avatar path corrections. 2013-04-19 22:50:41 -07:00
Cameron
a7b3a3e6f1 New avatar paths: avatars/default and avatars/uploaded . Paths need to be checked throughout the core. 2013-04-19 14:00:19 -07:00
Cameron
631184f6ea Forum fixes 2013-04-19 01:41:38 -07:00
Cameron
1d25a01eac Forum template tweaks 2013-04-18 18:28:33 -07:00
Cameron
e01c75e58b Forum fixes 2013-04-18 12:45:58 -07:00