1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 21:45:11 +02:00
Commit Graph

900 Commits

Author SHA1 Message Date
Cameron
8129d919c4 Issue #4079 - Code Cleanup. 2020-03-06 13:57:33 -08:00
Nick Liu
524229ba0b Fixed a bunch of PHP 7.4 syntax errors
- FIX: Removed pointless (and invalid) destructor in LinkedIn::__destruct()
- FIX: All files that trigger this deprecation notice in PHP 7.4:
       "Array and string offset access syntax with curly braces is deprecated"
2020-01-18 18:26:35 +01:00
Tijn Kuyper
7c54779e36 Forum - Fix LAN when error occurred when deleting a forum post 2019-11-27 16:49:32 +01:00
Tijn Kuyper
1de3213d98 Revert "#3131 - Finally get rid of autocomplete when we don't want it"
This reverts commit 93d86dd99c.
2019-10-30 15:47:43 +01:00
Tijn Kuyper
93d86dd99c #3131 - Finally get rid of autocomplete when we don't want it 2019-10-30 15:46:59 +01:00
Tijn Kuyper
6ab3f53b6c Added minimal validation when creating new forum 2019-10-30 15:05:01 +01:00
Tijn Kuyper
0afc014a13 Fix individual reported forum posts delete button 2019-10-29 14:50:40 +01:00
Tijn Kuyper
01337f5010 Fix admin dashboard link to reported forum posts 2019-10-27 21:30:45 +01:00
Tijn Kuyper
ae1f89b88b Minor fix in reported forum posts (topic name instead of report contents) 2019-10-27 21:01:20 +01:00
Tijn Kuyper
6dd2c7810a Revert "Use 'Anonymous' as username when no name was entered in anonymous forum post"
This reverts commit 05bf1ad645.
2019-10-24 16:46:11 +02:00
Tijn Kuyper
05bf1ad645 Use 'Anonymous' as username when no name was entered in anonymous forum post 2019-10-24 16:44:43 +02:00
Tijn Kuyper
5ed9f02b92 Forum e_frontpage - allow selection of a specfic forum as frontpage 2019-10-24 16:28:24 +02:00
Tijn Kuyper
eea2a552a3 #1343 - Fix forum notify checkbox functionality 2019-10-02 14:08:46 +02:00
Tijn Kuyper
1813ab65d0 #647 - Tweak forum JS to avoid PHP notice 2019-10-02 13:19:50 +02:00
Tijn Kuyper
c2965627b2 #647 - Tweak forum JS with poll plugin
Hide JS when poll is not active in forums
2019-10-02 12:54:53 +02:00
Tijn Kuyper
2ea454d2b9 Closes #718 - Add confirmation dialog when deleting forum topic or post 2019-10-02 12:20:31 +02:00
Tijn Kuyper
18243e7cdd Closes #3948 - Forum icons extra check added for consistency
Forum icons can be placed in the THEME/forum/images/icons folder (same as with PLUGIN/forum/images/icons structure)
2019-10-02 11:31:30 +02:00
Tijn Kuyper
e67cf48c84 Forum plugin - Fixed notification option not showing up 2019-10-02 11:07:00 +02:00
Tijn Kuyper
43b12c415d Fixes #176 - Forum email notification option was removed during forum upgrade (v1 to v2) 2019-10-02 11:06:30 +02:00
Tijn Kuyper
b4066cfed9 Forum plugin - remove unused pref for reporting forum posts
And updated help text

Related to #1028
240d509fd0
2019-10-02 10:51:59 +02:00
Tijn Kuyper
09bcac804a #3767 - Forum RSS feed notes (v1 DB structure) 2019-09-30 15:52:49 +02:00
Tijn Kuyper
f4c8fe1dfd #3767 - Fix RSS feed links in 'forumname' feed 2019-09-18 16:30:36 +02:00
Tijn Kuyper
f4836ae185 #3767 - Forum RSS feeds (anonymous user) 2019-09-17 14:38:24 +02:00
Tijn Kuyper
a19a5e310e #3767 - Forum RSS feeds work
All feeds should work now
2019-09-17 14:33:19 +02:00
Tijn Kuyper
c098ea6ae4 Fixes #3827 - forum ranks - avoid showing empty badge 2019-09-17 13:13:03 +02:00
Tijn Kuyper
dc85026196 #3767 - Forum RSS feed, clarify feeds descriptions 2019-09-04 17:01:30 +02:00
Tijn Kuyper
a5ddc93568 #3767 - fixing forum RSS feeds (work in progress)
More updates incoming
2019-09-04 16:54:17 +02:00
leo
dc639e9fec Update view_shortcodes.php
LAN number change due to particular textual use (button text for QUICK reply (post command) )
LAN 2006 is general for Post a reply..
2019-08-25 13:58:07 +02:00
Tijn Kuyper
8e331152e0 #3827 - check for rankInfo to prevent unwanted HTML output 2019-07-02 09:54:50 +02:00
Cameron
26ff074ee5 Issue #2970 Bootstrap 3 pull-left/right combined with Bootstrap 4 float-left/right. News Email/Print icon default styles added. 2019-06-17 12:27:53 -07:00
Cameron
1e6bf9df94 Added Forum breadcrumbs to {---BREADCRUMB---} 2019-06-15 10:20:32 -07:00
Tijn Kuyper
d53cba4e8e Forum admin clean-up 2019-06-06 16:18:54 +02:00
Tijn Kuyper
c24ade3b9c #3733 - Added new 'Forum icon' field
- Renamed forum image to  "Image" (LAN_IMAGE instead of LAN_ICON)
- Added new field forum_icon (LAN_ICON)
- Icon can be used / rendered using {FORUMICON} shortcode in template
- database update requires
- v1 to v2 update needs testing (will do shortly)
2019-06-06 16:02:46 +02:00
Cameron
1d4f1afc25 Removed $forum global . 2019-05-28 12:04:25 -07:00
Cameron
eb6401385e Code cleanup 2019-05-26 17:05:29 -07:00
Tijn Kuyper
6664e9d7ef Forum {SEARCH} updated to include placeholder 2019-05-21 12:32:02 +02:00
Cameron
bdb45485ee Code Cleanup 2019-05-20 14:53:43 -07:00
Cameron
6a2fdab074 Fixes #3809 - broken links 2019-05-20 14:18:06 -07:00
Tijn Kuyper
a7b0c92769 #2969 - Forum template BS4 fixes for 'caret' class (dropdown buttons) 2019-05-20 15:35:21 +02:00
Cameron
2fb44903ab Issue #3798 - Inline editing of Forum Name was changing SEF URL. 2019-05-17 12:21:17 -07:00
Cameron
de5142f4d7 Fixes #3806 Incorrect class on radio container 2019-05-16 11:06:01 -07:00
Tijn Kuyper
08d2ea8fff #2969 - Forum template BS4 fixes for 'caret' class (dropdown buttons) 2019-05-10 15:41:36 +02:00
Tijn Kuyper
5ff2c80bae #2969 - Forum template BS4 fixes for 'caret' class (dropdown buttons)
And right floating of the options in the postoptions shortcode.
2019-05-10 12:40:03 +02:00
Tijn Kuyper
e6c154f47d Forum - {JOINED} SC - updated example docs 2019-05-09 12:53:12 +02:00
Tijn Kuyper
0f8589efcd Forum - allow setting dateformat of {JOINED} SC 2019-05-09 12:51:24 +02:00
Tijn Kuyper
a82c278598 Fix forum query - parent_sef now displaying correctly 2019-04-12 14:21:01 +02:00
Tijn Kuyper
1f8d791878 Forum - pass forum parent ScVars as forumParent 2019-04-12 14:20:36 +02:00
Tijn Kuyper
8ff1c4cf70 Forum - pass SC vars in 'start' template (viewtopic) 2019-04-11 10:56:37 +02:00
Tijn Kuyper
6fd1aef610 Forum - Allow styling of button in { SEARCH}
#3584
2019-04-03 12:53:59 +02:00
Tijn Kuyper
4a255ebe07 Make forum page navigation consistent with topic nextprev 2019-04-03 12:41:01 +02:00