Jimako
9b8cc13019
partial fix for problem with breadcrumbs in forum_viewforum.php
...
https://github.com/e107inc/e107/issues/3235
2018-06-30 13:30:18 +02:00
Jimako
5b4cc2f11c
partial fix for problem with breadcrumbs in forum_viewforum.php
...
https://github.com/e107inc/e107/issues/3235
2018-06-30 13:28:06 +02:00
Tijn Kuyper
89e3716c3f
Closes #3040 - NFP template update
2018-06-27 11:40:56 +02:00
Tijn Kuyper
9ce050b995
Newforumposts menu template update
2018-06-27 11:39:38 +02:00
Achim Ennenbach
bd02bd26f7
Fixes #3132 Fixes issue with new forum posts menu not displaying
...
title and post excerpt properly
Added menu config default values, in case some are not properly defined
Added default values to the new forum posts config menu
2018-06-26 21:20:33 +02:00
Achim Ennenbach
d1a90cb0e8
Fixes #3132 after adding the menu to the menu area, the wrong
...
query was executed because no layout was defined. Setting "default"
as default layout if nothing is defined.
2018-06-24 20:11:59 +02:00
Nick Liu
32b844dad3
Grammar correction near previous commit
...
Also cleaned up comments made in previous commit
2018-06-21 23:33:46 -05:00
Achim Ennenbach
94cb469862
Removed the orphaned debug message
...
concerning "legacy forum menu prefs detected. Upgrading ..." as it
actually doesn't detect or upgrade anything.
2018-06-21 23:31:15 -05:00
Tijn Kuyper
a56ffe0e58
Allow for copying forum categories in admin area
2018-06-13 14:48:36 +02:00
rica-carv
6413157b5e
#3123 patch
...
#3123 patch
2018-05-12 13:13:13 +01:00
Cameron
3b049fefd5
Fixes #3009 new e_gsitemap addon.
2018-01-29 12:03:15 -08: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
Jimako
8d084706fd
fix save icon for bootstrap 4 #2898
2018-01-07 23:10:05 +01:00
Cameron
a68cf279b6
PHP Notice removal and debug info styling.
2017-12-17 13:13:18 -08:00
Cameron
1173e3967f
Styling for the future.
2017-12-17 11:12:30 -08:00
Cameron
ae4c58c8fb
BC Forum topic header fix.
2017-12-17 09:14:27 -08:00
Cameron
c1d23f34c8
Fixes #2923 - URL path issue.
2017-12-17 07:58:27 -08:00
Cameron
7e33124335
More BC Fixes on forum templates.
2017-12-12 15:03:23 -08:00
Cameron
ea073afe9a
e107::url() legacy query conflict fix. newforumposts_main BC 'scrolling' fix.
2017-12-12 10:58:41 -08:00
Cameron
8c8b79e1e0
Fixes #2848- sub-forum display issue.
2017-11-19 08:18:22 -08:00
Cameron
7e23fa52a2
Issue #2870 PHP 7 with sub forums.
2017-11-17 11:40:42 -08:00
Jimako
be8ea22c08
possibility to style {THREADSTATUS} #2850
2017-11-07 13:56:24 +01:00
Cameron
0073de8698
Fixes #2802 - New Forum Posts Menu.
2017-10-14 18:00:06 -07:00
Cameron
a0864c33c2
Issue #2802 - Forum - Handling of no 'lastpost' user.
2017-10-13 16:41:03 -07:00
Cameron
03915060eb
Issue #2796 New shortcode for newforumposts_menu: {TOPIC_DATESTAMP: format=short|long|forum|relative}
2017-09-24 19:44:25 -07:00
Cameron
a4091ea6d6
Issue #2796 - New Forum Posts Menu query and shortcode fixes.
2017-09-24 14:12:35 -07:00
Cameron
8053319b5c
Closes #2796 - Scrolling option added to Forum menu. newforumposts_main is no longer needed. Use newsforumposts_menu with 'main' as the template.
2017-09-24 10:42:38 -07:00
Cameron
edfcdb8195
Issue #2785 - Fix for 'totals' in 'main' template footer.
2017-09-22 14:39:47 -07:00
Cameron
3001462e7b
#2785 NewForumPosts Menu shortcode fixes.
2017-09-22 12:47:37 -07:00
Jimako
c6d62b823f
fix for #2707 forum template - missing parent end part
2017-09-19 09:04:23 +02:00
Arun S. Sekher
3016d2e29d
Remove stray end anchor tag on the 'Move' link of 'sc_postoptions' which fix associated html validation error.
2017-05-25 09:27:52 +04:00
Cameron
a53293c98c
Merge pull request #2648 from arunshekher/forum_admin_options_dropdown_fix
...
Fix invalid html for 'Delete' and 'Move' list items in forum Admin Options dropdown
2017-05-23 13:17:08 -07:00
Cameron
1db797a5e9
Merge pull request #2647 from arunshekher/forum_shortcodes_search_button_fix
...
[html] - Fix forum search button start tag using self closing syntax
2017-05-23 12:24:12 -07:00
Arun S. Sekher
55c2291ac2
[html] - Fix invalid html for 'Delete' and 'Move' list items in forum 'Admin Options' dropdown menu.
...
Cleanup unclosed 'li' tag, unclosed 'a' tag, remove stray 'i' end tags in 'Delete' and 'Move' list items in the drop down menu.
2017-05-23 11:46:59 +04:00
Arun S. Sekher
3cd44c035f
[html] - Fix forum search button start tag using self closing html syntax.
...
Should fix 'Self-closing syntax (/>) used on a non-void HTML element' html validation error.
2017-05-23 02:18:41 +04:00
Arun S. Sekher
1f1062e3af
[html] - Fix end tag mix-up in forum_viewforum_template 'item' block.
...
Mixup caused unclosed div element in the generated markup.
2017-05-23 01:38:17 +04:00
Cameron
fb02782a3d
Forum upgrade fix.
2017-05-03 11:39:30 -07:00
Cameron
c2f241d871
Issue #2610 - attempt to auto-remove legacy URL files from forum.
2017-05-02 13:53:31 -07:00
Cameron
aeb4f925d2
Issue #2610 Remove legacy SEF URL from forum plugin.
2017-05-02 13:47:18 -07:00
Cameron
3fd7bad708
Forum: CSS to limit over-sized images.
2017-04-19 14:26:00 -07:00
Cameron
6f47baed6c
Precaution for if newforumposts_menu.php is activated twice.
2017-04-13 09:44:00 -07:00
Cameron
325b5e2328
Forum shortcode fix
2017-04-12 16:19:42 -07:00
Cameron
51c978addc
Closes #2558 - Date format option added to forum shortcode.
2017-04-12 11:00:13 -07:00
Cameron
c88fbb5c9a
Closes #2528 Batch SEF generation added.
2017-04-02 11:32:32 -07:00
Cameron
c2cc206d21
ADMIN_CHILD_ICON constant added.
2017-03-27 19:35:20 -07:00
Eduardo Carísio
863e1afee0
Patch for the issue #2506
2017-03-18 23:51:07 -03:00
Cameron
5569516329
Issue #1436 , Issue #2294 - New Forum Posts Menu template added. Beginnings of "New Forum Posts Main" replacement.
2017-03-05 12:03:41 -08:00
Cameron
b808874e1a
Merge pull request #2307 from rica-carv/rica-carv-patch-forum_cancel_buttons
...
Patch for forum post cancel buttons
2017-02-25 08:08:30 -08:00
Cameron
f11a3b95d5
Issue #2380 Possible fix for forum thread_lastuser field migration. (untested)
2017-02-04 11:15:05 -08:00