1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

1014 Commits

Author SHA1 Message Date
camer0n
3f9dc94d12 Issue #5473 Changed Column options icon. Specified some admin-menu icons. 2025-04-26 09:20:23 -07:00
Cameron
c54986a2f3 Merge pull request #5318 from rica-carv/rica-carv-forumtrack_new_shortcodes
Forumtrack new shortcodes
2025-02-14 11:54:33 -08:00
camer0n
6aa42ccad9 Closes #5373 - Bootstrap 5. 2025-01-13 11:41:57 -08:00
rica-carv
9e6d5a48a6 Merge branch 'e107inc:master' into rica-carv-forumtrack_new_shortcodes 2025-01-11 17:39:45 +00:00
camer0n
73c5760cbb Fix for pull request #5340 2025-01-10 10:48:13 -08:00
Cameron
a5f790dab1 Merge pull request #5340 from rica-carv/rica-carv-newforumpostsmenu
Fixes #4322 and closes #5337 New forum posts menu.
2025-01-10 10:39:18 -08:00
Cameron
f98d386bd9 Merge pull request #5347 from rica-carv/rica-carv-forum_shortcode_bug
Forum shortcode e_BASE bug correction
2025-01-10 10:33:42 -08:00
camer0n
0b89d5d301 Issue #5209 - Partial fix. Currently does not support FULLTEXT on a field that already has an INDEX. 2025-01-03 16:02:38 -08:00
rica-carv
8d2e28c5e7 Update forum_shortcodes.php
Bug correction. e_BASE gives the path to the full plugin folder from where it's used. Switching to e_HTTP, since online.php is on the root...
2024-10-06 16:42:59 +01:00
rica-carv
dc102f8722 Minor bug correction and update
Minor bug correction and update
Still work in progress
2024-09-28 22:17:34 +01:00
rica-carv
416997604e Update view_shortcodes.php 2024-09-22 19:59:18 +01:00
rica-carv
6fddef4d7a Updated newforumposts_menu to full page render
Updated newforumposts_menu to full page render
2024-09-16 19:58:50 +01:00
rica-carv
33518b0a29 Update forum.php 2024-08-17 19:13:40 +01:00
camer0n
552af19c54 Issue #5079 - PHP 8.2 Deprecated error removal 2023-10-26 16:20:22 -07:00
Cameron
9c3b90d5fa Fixes #4966 - IMODE not defined. 2023-03-20 16:21:31 -07:00
Nick Liu
566cde0f4c #4929: Fix type mismatch in usage of e107forum::getForumClassMembers()
Also, `e107forum::getForumClassMembers()` is now documented and
deprecated because it has unintuitive return values.

Fixes: https://github.com/e107inc/e107/issues/4929
2022-12-25 11:58:46 +01:00
Cameron
d960829532 Issue #4918 - Undefined constants cleanup. 2022-12-10 07:06:47 -08:00
Cameron
9529e85a75 Fixes #4726 - BS5 modal in forum was failing. Patch by @Jimmi08 2022-04-07 13:16:44 -07:00
Cameron
248a98fffc Fixes #4743 - Forum PHP Notice and minor cleanup. 2022-04-04 18:32:06 -07:00
Jimmi08
6d54d74918 #4245 stay on correct page after editing paginated topic
CLOSES #4245

Tested with PHP 8.1

Description:
When you edit a post on the next page (with the paginated topic), after saving you are redirected to the first page and you don't see that edited message then.

Changes

added p parameter to edit URL in post options and edit image shortcodes
used this parameter when redirecting after reply is updated
it is not needed when updating the thread because you are always on the first page
added check if it is the first page, then the parameter is not used (to have the same behavior as with thread).
Tested

PHP 7.4. + PHP 8
core bootstrap5 theme and custom theme with custom forum templates
Important Note::
Updating/Fixing postoptions are/will be separated issues (more than one). It needs some changes but they are not related to this issue. So now just changed links, nothing more.

Enhancement Note: $_GET['p'] could be replaced by saving the actual page in post data (like thread works - that information should be available) but it is too complicated now for me and there is a bigger risk that something will not work. Free do it this way if you have time.
2022-04-02 18:00:19 +02:00
Cameron
2d0e52c16a Merge pull request #4733 from Jimmi08/canonical-urls-on-topic-pages
Fixes #4712 canonical URLs for paged forum topic
2022-04-01 11:02:24 -07:00
Cameron
33d87efd20 Merge pull request #4730 from Jimmi08/master
Closes #4659 forum main admin as silent moderator
2022-04-01 10:57:58 -07:00
Cameron
025ff07aab Fixes #4737 Removal of type="text/javascript" and type="text/css" 2022-03-31 08:24:34 -07:00
Jimmi08
da7f88f644 #4712 canonical URLs for paged forum topic
CLOSES #4712
2022-03-31 12:42:35 +02:00
Jimmi08
95a6cd2a3b #4659 forum main admin as silent moderator
- without displaying in moderator list (if they are not forum moderators directly)

CLOSES #4659
2022-03-30 22:17:41 +02:00
Cameron
21fa07ec3b Merge pull request #4723 from Jimmi08/patch-2
Fixes #4715 Forum - correct display of Last Post info
2022-03-30 12:38:52 -07:00
Jimako
c622717863 #4724 forum - possibility to add forum ID as column
FIX #4724
2022-03-29 21:45:48 +02:00
Jimako
ec8108338b correct display of Last Post info
#FIX 4715
2022-03-29 10:47:58 +02:00
Jimako
f84386dce8 Fix for Recalculation forum replies in Tools
Fix #4570
2022-03-28 08:42:03 +02:00
Cameron
37aa4dc0e7 Merge pull request #4718 from Jimmi08/patch-17
Fixes #3974 Forum permissions for creating topics
2022-03-27 14:01:45 -07:00
Jimako
e514a43e54 Fix for Forum permissions for creating topics
FIX #3974
2022-03-27 20:44:19 +02:00
Jimako
71764ba7db fix for access / check for access to forum type in forum post
fix #4658
2022-03-27 20:36:46 +02:00
Cameron
1ef4124d6c Merge pull request #4716 from Jimmi08/patch-15
Fixes #3218 - Forum cache was not clearing when expected.
2022-03-27 10:28:39 -07:00
Cameron
608b2ebb4f Merge pull request #4710 from Jimmi08/patch-33
Fixes #4286 - Forum breadcrumbs on topic view with 3 forums
2022-03-27 10:26:53 -07:00
Jimako
8c268193ba fix for not clearing forum cache
Fix #3218
2022-03-26 18:47:59 +01:00
Jimako
d8c57390ca forum - use the same markup (bootstrap) for pagination in forum and topic (Issue #4713) 2022-03-22 18:23:24 +01:00
Jimako
35f278dfe5 Forum breadcrumbs on topic view with 3 forums #4286
FIX #4286
2022-03-21 16:59:20 +01:00
Cameron
6257a2a716 Closes #4256 - "Post Permission" and "Thread Creation Class" now default to "Members" when creating a new forum. 2022-03-14 09:55:21 -07:00
Cameron
743edf8917 Fixes #4669 - Forum print issue. 2022-03-10 12:54:22 -08:00
Cameron
0d8f3e9086 PHPDoc fixes and code optimization. 2021-12-03 14:58:33 -08:00
Cameron
d9d606f615 Fixes #4583 - filetype values missing from forum attachment tooltip message. 2021-12-02 10:22:52 -08:00
Cameron
afc0489e8c e107 Website URL updated to https. 2021-11-29 13:31:32 -08:00
Cameron
2c9afc83ee More PHP 8.1 fixes. 2021-11-26 12:36:25 -08:00
Cameron
cf5459620c Fix forum post PHP error. 2021-10-18 16:41:51 -07:00
Cameron
573a8d55af Issue #4578 - Legacy forum template issue with missing thread subject element. 2021-10-18 14:17:54 -07:00
Cameron
bc84cdc59e Issue #4578 - possible fix for editing issue. 2021-10-18 11:33:14 -07:00
Cameron
acff5c699e Bootstrap5 fix for dropdown dividers 2021-10-18 11:19:57 -07:00
Cameron
ce70a5944a Bootstrap5 forum dropdown styling fix. 2021-10-18 10:18:24 -07:00
Cameron
9ac051f2a6 Bootstrap5 layout styling 2021-10-18 10:01:19 -07:00
Cameron
d49f53677b More bootstrap5 layout fixes 2021-10-18 09:53:49 -07:00