1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-12 10:40:20 +01:00

112 Commits

Author SHA1 Message Date
rica-carv
e83d756425 Update forum_viewtopic.php 2016-12-01 22:10:41 +00:00
rica-carv
956288381e Enable templating of viewtopic caption
Enable templating of viewtopic caption
2016-11-16 20:52:53 +00:00
rica-carv
e24805ecea Add files via upload 2016-06-30 15:49:00 +01:00
rica-carv
7fc3f406d9 Pull to solve missing pagination & quickreply shortcode
Pull to solve missing pagination & quickreply shortcode
2016-06-30 14:56:30 +01:00
rica-carv
fe54bd0377 Forum $fVar, $tVar removal
Forum $fVar, $tVar removal

Added also some code clean up for previous submit #1677 (forum.php & forum_shortcodes.php)
2016-06-14 13:34:52 +01:00
Cameron
ec36f1dc87 IP handler checks and fixes. 2016-05-25 15:10:00 -07:00
Cameron
0b96543a1a Forum SEF Url fixes 2016-05-24 12:39:45 -07:00
Cameron
1ad918eb65 Forum: Fix wrapper styling. More work on experimental 'split' function. 2016-05-04 09:13:46 -07:00
Cameron
16d0417b70 Third-party compatibility for forum shortcode vars. 2016-04-22 09:44:01 -07:00
Cameron
010ba14c73 Forum view-topic template wrapper fix. Custom-title styling subject to change. Default SEF-URL format now separates thread_id into 'folder'. (backward compat.) 2016-04-05 13:15:58 -07:00
Cameron
3c2def3a31 Issue #1493 : Allow tracking of topics via tracking page only (no emails). (work in progress) 2016-04-05 11:21:53 -07:00
Cameron
2dedb86ba8 Viewable By shortcode added. Forum deleted template corrected. 2016-03-26 15:17:11 -07:00
Cameron
e4436417f9 Forum: Moderators list fix. Online count fix. IMAGE_track BC Fix. 2016-03-26 11:41:52 -07:00
Cameron
cd57f1aef8 Forum notice fixes and bootstrap3 poll styling. 2016-03-23 20:13:26 -07:00
Cameron
825ab74984 Custom Forum title now respected throughout. 2016-03-23 17:25:21 -07:00
Cameron
8282802d5e Fixes #1449 - Polls failing in PHP7 and Multiple options voting not functioning. 2016-03-23 16:43:41 -07:00
Cameron
12da3187b5 Fixes #1395 - Moderator: Array issue. Fixes some BC breadcrumb links. 2016-02-28 13:08:43 -08:00
Cameron
d159763747 Search Fixes. Forum search upgraded to v2.x spec. 2016-02-01 20:29:46 -08:00
Cameron
fadc6eeb44 Issue #784 Forum: Thread tracking - enable/disable functioning correctly. Actual notification requires work. 2016-01-31 14:39:41 -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
Lóna Lore
d93d27a0c2 Fixed: pagination won't show up, if forum topic has e.g 21 posts and the posts/page limit is set to 20. 2015-12-18 09:25:12 +01: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
20abcdf449 Forum: Added SEF URLs on subForums. 2015-06-27 12:07:41 -07:00
Cameron
84485c50da Forum: Fixes #1079 - broken 'move' url. 2015-06-26 10:26:47 -07: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
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
cec9f33168 Forum: pagination fix. 2015-05-08 13:04:23 -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
542b30892f Issue #933 - real SEF URLs added to forum. (work-in-progress) 2015-04-25 12:57:00 -07:00
Cameron
db235bd468 Possibly related to issue #809. 2015-04-22 12:27:55 -07:00
Cameron
0b33ad7a26 New forum admin interface. Forum reporting front-end cleaned up. 2015-04-13 19:38:25 -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
fbb0b63ae9 replaced calls to deprecated plugInstalled() with e107::isInstalled() 2015-02-07 13:38:29 -08:00
Cameron
a78f6ae14e Language file cleanup continued. 2015-01-31 01:09:25 -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
6c923f001b Forum plugin - Temp fix for viewtopic template loading 2014-08-05 09:27:14 +02:00
Moc
bcbdaf698e Forum: minor code clean-up 2014-08-04 12:24:35 +02:00
Moc
d13c295a4d Forum plugin - major clean up to admin area (preparation for convertion to new admin UI)
- Removal of obsolete code
- Updating to v2 functions
- Clean code structure
- LAN
- Fixed several issues with deleting forums

Still more to do ('reported posts' for example)
2014-07-05 16:40:09 +02:00
Moc
84cd4e2bb5 Check for installed poll plugin before retrieving poll info on topic view 2014-05-26 12:15:30 +02:00
Cameron
f3ae51e037 Added 'btn-default' to button for Bootstrap3 compatibility. 2014-02-07 07:33:33 -08:00
Cameron
c3e93fb34d Issue #435 - More Bootstrap3 styling fixes. Login-menu shortcodes updated to v2 spec. 2013-12-21 06:23:22 -08:00
Cameron
29f74508c2 Forum quick-reply fix. 2013-06-19 19:54:29 -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
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
023d0f6047 Issue #371 - forum template parsing issue. 2013-06-02 16:18:06 -07:00
Cameron
f29852230e Closes #313 - Navigation active class issue. 2013-05-17 16:44:12 -07:00
Cameron
631184f6ea Forum fixes 2013-04-19 01:41:38 -07:00