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

101 Commits

Author SHA1 Message Date
Cameron
84b105e8c7 Renamed forum 'parent' to 'parent_start' (with BC fix) and added 'parent_end' to default template. 2021-02-21 10:50:45 -08:00
Moc
89d5f11c74 Fix forum rules and forum track page 2021-02-02 20:52:19 +01: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
5b82c292b1 Code cleanup 2020-12-18 19:55:12 -08:00
Cameron
afaac88003 PHP8 Compatibility and code cleanup. 2020-12-08 12:21:12 -08:00
Cameron
09fb747374 Code cleanup 2020-12-05 14:13:18 -08:00
Cameron
e1593de8ee Removed redundant PHP closing tags. 2020-08-10 15:49:44 -07:00
Cameron
1e6bf9df94 Added Forum breadcrumbs to {---BREADCRUMB---} 2019-06-15 10:20:32 -07:00
Cameron
eb6401385e Code cleanup 2019-05-26 17:05:29 -07:00
Tijn Kuyper
1f8d791878 Forum - pass forum parent ScVars as forumParent 2019-04-12 14:20:36 +02:00
Deltik
1f824faa69 Renormalized all text file line endings 2019-03-29 19:13:32 -05:00
Cameron
3f5a18fb01 Issue #2980 Tablerender ID - Forum fixes 2018-01-16 13:53:09 -08:00
Jimako
c6d62b823f fix for #2707 forum template - missing parent end part 2017-09-19 09:04:23 +02:00
Eduardo Carísio
863e1afee0 Patch for the issue #2506 2017-03-18 23:51:07 -03:00
Cameron
33d033536c Forum now utilizes THEME_LEGACY check for template loading. 2017-01-15 09:08:50 -08:00
Cameron
de1490de71 Fix for forum not displaying. 2017-01-04 11:03:51 -08:00
Cameron
268004bd71 BC Fixes 2016-12-10 16:39:03 -08:00
Cameron
e5d9b896ca Issue #2016 Fix for forum "New Post" indicator icon. 2016-11-17 16:14:25 -08:00
Cameron
69e41fa93a Issue #2023 - Corrected loading of forum template for wrapper use. 2016-11-14 16:14:47 -08:00
Cameron
d1ba7f8f7b Issue #2023 - Main Forum template missing wrapper identifiers. 2016-11-11 17:10:08 -08:00
rica-carv
c22f5376f2 Forum overrides bug... 2016-11-10 19:41:38 +00: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
rica-carv
b9ab0fb109 Add files via upload 2016-05-31 20:32:14 +01:00
Cameron
ec36f1dc87 IP handler checks and fixes. 2016-05-25 15:10:00 -07:00
Cameron
a674ca0201 Forum track Page - display last post user and date. 2016-05-23 12:42:21 -07:00
Cameron
3769429a06 Merge pull request #1614 from rica-carv/rica-carv-patch-forum.php-1
#1607 Added new shortcode to forum.php
2016-05-21 09:49:35 -07:00
Cameron
1f75400a7b Merge pull request #1615 from rica-carv/rica-carv-patch-forum
Parser param correction for forum description.
2016-05-05 13:48:42 -07:00
rica-carv
947f06987e Update forum.php 2016-05-05 20:24:34 +01:00
rica-carv
652fc64752 Update forum.php 2016-05-05 11:13:06 +01:00
rica-carv
f398f3631d Update forum.php 2016-05-05 11:11:50 +01:00
rica-carv
2adc6b9668 Update forum.php 2016-05-05 10:41:20 +01:00
rica-carv
3b68240174 Change proposal of forum description
Changed proposal to parse embeded shortcodes on the forum description, if any present....
2016-05-05 10:36:18 +01:00
rica-carv
c3e461ad89 Update forum.php 2016-05-04 19:56:22 +01:00
rica-carv
3e0b94a107 Moved hidden inputs
Moved hidden inputs due their present location breaks bootstrap searchbox css format (see picture)
2016-05-02 12:23:37 +01: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
e4436417f9 Forum: Moderators list fix. Online count fix. IMAGE_track BC Fix. 2016-03-26 11:41:52 -07:00
Cameron
825ab74984 Custom Forum title now respected throughout. 2016-03-23 17:25:21 -07:00
Cameron
208edb0d22 Added NoReplies Image to Main forum page. 2016-03-22 23:45:37 -07:00
Cameron
7c458dbed2 Added "No Replies" to forum status icons. (Bootstrap only) 2016-03-22 23:38:58 -07:00
Cameron
1e9da76395 Forum: PHP7 parser fix. 2016-02-15 19:59:47 -08:00
Cameron
2c50a06517 Deprecated Function cleanup and PHP Notice removal. 2016-02-15 00:56:08 -08:00
Cameron
486f3d4961 Issue #1356 - PHP7 Fixes. 2016-02-14 12:15:55 -08:00
Cameron
3279283b6c Search Fixes, Forum Search fixes. 2016-02-02 14:28:59 -08:00
Cameron
ee32537db4 Issue #784 - Track overview page rewrite. Forum template upgrades. 2016-01-31 21:44:11 -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
a4d6d8a881 Fix forum always override theme template 2015-12-16 15:24:22 +02:00
SecretR
f67127bfed Forum templates paths fix 2015-12-15 18:05:55 +02:00