1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-19 05:28:10 +01:00

3517 Commits

Author SHA1 Message Date
Cameron
7857342173
Merge pull request #3776 from LaocheXe/master
Removed Google+
2019-04-06 12:18:52 -07:00
Cameron
345c0ec959 Fixes #3764 XURL icons now function regardless of FontAwesome version or presence. 2019-04-04 11:18:17 -07:00
Travis Thoene
3b4beb145a Google+ Removed
Removed Google+ since it is shutdown.
2019-04-04 12:12:50 -05: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
Tijn Kuyper
7ea518e4fa
Added {FORUMDESCRIPTION} to forum_viewforum.php 2019-04-03 12:31:21 +02:00
Tijn Kuyper
87010ec6d2
Fix forum pagination on viewforum page 2019-04-03 12:25:35 +02:00
Tijn Kuyper
83574f2e4f
#2060 - Make sc_search() shortcode consistent 2019-04-03 12:08:18 +02:00
Tijn Kuyper
ff47a5e84b
Fix Forum {LASTPOSTDATE} SC with "Just now" 2019-04-03 11:12:55 +02:00
Tijn Kuyper
6fad0649fa
Correct Forum VIEWSX SC tweak 2019-04-03 11:11:50 +02:00
Tijn Kuyper
73c93449a6
Update forum SC (VIEWSX and REPLIESX) styling 2019-04-03 10:17:37 +02:00
Cameron
f58714c35d Deprecated $FORUMEND RSS code added for reference. Needs to be replaced by a shortcode. 2019-04-02 12:09:00 -07:00
Cameron
9d65bc29eb Issue #3767 - Forum RSS updated to v2 standards. DB queries still need to be updated. 2019-04-02 10:25:28 -07:00
Deltik
1f824faa69
Renormalized all text file line endings 2019-03-29 19:13:32 -05:00
Tijn Kuyper
67129d70dc
Fixes #3757 - Check for forum categories present in NFP menu 2019-03-26 21:16:05 +01:00
Tijn Kuyper
e88f22ee2a
#3605 - Fix "Just now" not showing in forum topic relative timestamp
Related to 4f90105419
2019-03-22 11:10:37 +01:00
Tijn Kuyper
6df07c3f78
Tweak forum shortcode styling (see previous commit) 2019-03-21 10:17:07 +01:00
Tijn Kuyper
06d4b31fbe
Allow for more styling of forum SC - FORUMNAME, REPLIESX and THREADSX
Perhaps related to #2060
2019-03-20 11:42:24 +01:00
Cameron
fdc231112e Draft e_print.php file added. 2019-03-11 16:27:58 -07:00
Cameron
94bdbfa7e2 Fix for check_class tests. 2019-03-08 12:10:28 -08:00
Cameron
4e07b87e37 Fixes #3695 Added e_admin interface and method to load data for 'list' view of admin-ui. (subject to change) 2019-03-03 12:33:20 -08:00
Cameron
943ea1ddd7 Replace usage of deprecated updateArray() method. 2019-03-02 08:49:42 -08:00
Cameron
30c5553dbd Bootstrap 4 fixes. 2019-03-02 07:47:37 -08:00
Tijn Kuyper
1897fc8f42
Tweak bootstrap check
(also take into account BS4)
2019-02-28 14:51:04 +01:00
Tijn Kuyper
53b9714e6b
Fixes #1541 - fixed some PHP notices 2019-02-27 16:18:03 +01:00
Cameron
60647dc5f8 Made getThemeLayout() more flexible. 2019-02-26 13:56:07 -08:00
Cameron
1dbc90143f Case cleanup toHtml() should be toHTML() 2019-02-26 12:22:36 -08:00
Cameron
6237a92519 Add notice to newforumposts_main 2019-02-22 15:11:19 -08:00
Cameron
5dc45298f6 Issue #3559, Fixes #3589, Issue #2982, Issue #2927 Replace all glyphicons with FontAwesome. 2019-02-22 14:56:47 -08:00
Cameron
6719a3d491
Merge pull request #3671 from SimSync/fix_3656
Issue #3656: Tinymce shows Mediamanager icons on quick-reply
2019-02-14 14:06:52 -08:00
Tijn Kuyper
99074cab54 #3521 - Tweaked forum e_url.php to prevent conflicts when using 'new' in SEF URL 2019-02-09 16:10:43 +01:00
Achim
a14b21f98a
Reverted changes in member.xml
Reverted changes in member.xml
- Removed the icons for the mediamanager
2019-02-08 21:04:44 +01:00
Cameron
b2e4ce2562 Issue #3587 - thumb image (untested) 2019-02-08 11:11:36 -08:00
Achim Ennenbach
8d7a0da0dc fixes #3656: Make the mediamanager icons available in the forum 2019-02-08 13:01:38 +01:00
Cameron
72259fb9c0 Fixes #3654 Error when installing _blank plugin. 2019-02-07 16:26:42 -08:00
Cameron
d708d58090 Admin-ui: FAQ filtering was not working with keywords in questions/answers. (configured incorrectly) 2019-02-05 19:44:40 -08:00
Arun S. Sekher
30139a4059 Fix a bug that failed to generate correct user profile links in chatbox_menu view when legacy user link format was used. 2019-02-05 14:44:16 +04:00
Cameron
0192d9f481 Removed old code. 2019-02-03 17:45:54 -08:00
Cameron
4c42778cab
Merge pull request #3662 from arunshekher/feature-branch/chatbox-ternary-variable-logic-out-of-lan-file
Move ternary variable logic out of LAN file.
2019-02-03 11:23:43 -08:00
Cameron
c9f35ee8e6
Merge pull request #3660 from arunshekher/bug-fix/remove-unused-variables-in-chat.php
Cleanup unused variables used by legacy chat template.
2019-02-03 11:21:53 -08:00
Arun S. Sekher
b03ce0eac8 Cleanup currently unused variables which were used by legacy chat template. 2019-02-03 20:31:46 +04:00
Arun S. Sekher
4ad7dc63c8 Move ternary variable logic out of LAN file. 2019-02-03 20:18:03 +04:00
Arun S. Sekher
fbe2404607 Remove {e_PLUGIN}/chatbox_menu/chat_template.php
Since PR #3631 merge this file is not used by chat.php to render chat posts.
2019-02-03 18:41:35 +04:00
Cameron
f934976ac5 Remove type=array 2019-02-01 13:08:25 -08:00
Tijn Kuyper
f4fe262a11 Fixes #3141 - Tweak banner menu display
If banner_amount is empty, display unlimited
2019-02-01 14:59:04 +01:00
Tijn Kuyper
8c055928e0 #3141 - correct LAN loading in banner_menu config (menu area) 2019-02-01 14:41:30 +01:00
Tijn Kuyper
51879cc939 _blank plugin added type = 'user' example
and fixed default database table (_blank)
2019-02-01 13:54:15 +01:00
Tijn Kuyper
d5a4881412 #3654 - rename _blank_sql.php so table is created properly 2019-02-01 13:25:25 +01:00
Cameron
644a10c370 Issue #3233 Example added to _blank plugin. 2019-01-31 15:38:21 -08:00
Tijn Kuyper
cbafa7e852 Fixes #1758 - Fixes (missing) PM preferences
May help with #3550 as well
2019-01-31 23:31:11 +01:00