1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-11 13:04:28 +02:00
Commit Graph

112 Commits

Author SHA1 Message Date
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
03ab8b867e Issue #1015 - Possible forum edit/view access cache issue corrected. New-Topic and Post-Reply buttons now use the new SEF urls. 2015-05-22 15:37:46 -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
4da0e4789d Forum styling - allow for striping of forum posts. 2015-05-08 12:50:30 -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
b78fb35be2 Fixes #721 - jump to "last forum post" link added to 'Last Post' time value. 2015-04-25 14:03:54 -07:00
Cameron
542b30892f Issue #933 - real SEF URLs added to forum. (work-in-progress) 2015-04-25 12:57:00 -07:00
Cameron
d60a5edeab Fixes #973 - permissions lookup issue corrected. 2015-04-23 20:19:14 -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
20f2b552da Allow Sitelinks to be switched between auto-generated SEF Urls and regular URLs. Requires link_owner (plugin directory) field value with corresponding e_url.php configuration. 2015-03-31 10:21:50 -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
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
dab64ca165 New event trigger names reworked. Replaced all '-' with '_' for compatibility with e_notify. 2015-02-12 16:52:30 -08:00
Lóna Lore
244ef327a9 Issue #877: use the terminology forum-topic rather than forum-thread 2015-02-10 13:21:32 +01:00
Lóna Lore
b8be599b9a Issue #877: Feature request: event triggerings in core plugins (e.g: forum, pm, chatbox_menu) 2015-02-10 10:32:37 +01: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
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
d5a6bbc658 Forum topic delete routine: more checks 2014-08-04 15:51:39 +02:00
Moc
732a66cbeb Forum attachments are now deleted when post is deleted 2014-08-04 15:42:06 +02:00
Tijn Kuyper
af83c153f7 Forum plugin - now deletes poll when topic is deleted 2014-08-04 15:36:32 +02:00
Moc
c7a901a97d #310 - Forum: added some more checks to attachment downloading 2014-08-04 12:24:24 +02:00
Moc
de45dd242e #310 - Forum attachment downloading should work now. TODO: checks and error handling 2014-08-04 10:27:42 +02:00
Moc
d5b99115de #310 - Forum upload should be functional now. Downloading files not working yet. 2014-07-26 20:55:24 +02:00
Cameron
b36c39277a Issue #402 - Forum Icons template path. 2013-07-08 11:42:22 -07:00
Cameron
62635ad6fb Possible fix for excessive forum post spam. 2013-07-08 10:41:09 -07:00
Cameron
79eeea64e4 Forum now using standardized breadcrumb when Bootstrap is enabled. 2013-06-26 02:28:24 -07:00
Cameron
e5e5c1d12c New notify script added to front end. You can test with forum 'quick reply' for now. 2013-06-21 01:26:30 -07:00
Cameron
c723b43c68 Forum styling 2013-06-20 17:12:58 -07:00
Cameron
29f74508c2 Forum quick-reply fix. 2013-06-19 19:54:29 -07: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
Cameron
1d25a01eac Forum template tweaks 2013-04-18 18:28:33 -07:00
Moc
283bad3b7f Fixing wrongly edited forum_t to forum_thread, used in forum_update 2013-04-18 20:26:37 +02:00
Moc
96e7f8e777 Update forum_t to forum_thread in SQL 2013-04-15 12:44:56 +02:00
Cameron
82ac19d038 Added e107::serialize() and e107::unserialize() (static alias of e107::getArrayStorage()->read/write() functions) 2013-03-31 05:55:08 -07:00
Cameron
6becda09d4 Increase speed of forum-attachment processing. 2013-03-31 04:59:04 -07:00
Cameron
0c5f1ec880 Uploading of attachments almost working. Held up by _FIELD_TYPES mess. 2013-03-31 00:43:18 -07:00
Cameron
eae211fc63 Forum upgrade fixes. Forum-attachments now converted in batches. 2013-03-31 00:06:21 -07:00
Moc
209e884ab7 Fixes #151 - two more typo's causing errors (forum and list_new) 2013-03-29 00:03:36 +01:00
Cameron
e911c7272c Issue #149 Forum upgrade fixes - attachments still need work 2013-03-28 00:43:00 -07:00
Moc
61f9077026 Some more code clean-up (global pointers, $this->e107->, $sql) 2013-03-26 12:33:03 +01:00
Moc
afe4b27cf2 Code clean-up (globals, $e107->, headers, $sql) 2013-03-24 18:59:18 +01:00
Cameron
fd8cb8bfa2 Preparation for new forum language file 2013-03-21 19:46:27 -07:00
Cameron
39c63313d7 Forum Template BC fixes. Old template will be used if bootstrap not found. 2013-03-19 19:04:32 -07:00
Cameron
9054bb0bb5 Remove debug alert() 2013-03-14 16:30:33 -07:00
Cameron
94e87ef454 Forum template work. 2013-03-14 16:25:24 -07:00
Cameron
de84481e74 Forum viewtopic changed to tableless template 2013-03-14 05:36:52 -07:00