Cameron
968701c842
Fixes #4162 - Handle chatbox nick names with a "." in them.
2020-05-11 12:12:24 -07: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
bdb45485ee
Code Cleanup
2019-05-20 14:53:43 -07:00
Deltik
1f824faa69
Renormalized all text file line endings
2019-03-29 19:13:32 -05: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
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
Arun S. Sekher
b76c83aeba
Add chatbox_menu_template.php and chatbox_menu_shortcodes.php,
...
Introduce shortcode/template combination to render avatars in chat.php
Changes:
- Add chatbox_menu_template.php and chatbox_menu_shortcodes.php files.
- Add bootstrap3 styling for some elements in chat.php list view markup.
- Cleanup chat.php and chatbox_menu.php code generally and to replace legacy database calls with current standard.
- Add logic to search and replace legacy chat icon source path with current icon path in $CHATBOXSTYLE
- Refactor retrieveUserDataByNick() method to use e107::user() method to retireve extended user data.
Succeeded Tests:
- Load chatbox_menu_template.php in {e_PLUGIN}/chatbox_menu/templates/chatbox_menu_template.php
- Load chatbox_menu_template.php in {THEME}/templates/chatbox_menu/chatbox_menu_template.php
2019-01-27 05:20:09 +04:00
Cameron
b40b1916a3
Issue #2970 btn-default > btn-default btn-secondary
2018-01-10 15:06:40 -08:00
Arun S. Sekher
2dfa6c1e25
Expand data for chatbox_menu 'user_chatbox_post_created' event
...
Add post id, nick and datestamp data to existing event data.
2017-08-17 11:41:49 +04:00
Arun S. Sekher
8e66d0beba
Fix v2.0 standard event trigger for chatbox_menu - 'user_chatbox_post_created'
2017-08-05 22:45:57 +04:00
Cameron
8b1ad719d3
Fixes #2560 - Chatbox Sidebar
2017-04-13 10:25:22 -07:00
Tijn Kuyper
2b686f6c82
New event trigger user_chatbox_post_created
...
Deprecating 'cboxpost'
2017-01-28 00:18:17 +01:00
Cameron
52f4e2f346
Issue #2146 - Removed leftover error_reporting() calls.
2016-12-22 11:14:07 -08:00
Cameron
f113a0d265
PHP Warning removals.
2016-12-17 10:15:36 -08:00
Cameron
6eefc91a9b
List-new fixes for chatbox.
2016-12-03 13:07:14 -08:00
Cameron
675046b65f
Fixes #1697 - PHP7 compatibility fix for chatbox moderate page.
2016-06-13 08:18:38 -07:00
Jimmi08
5123859d32
final fix for https://github.com/e107inc/e107/issues/1514
2016-04-30 11:17:15 +02:00
Jimmi08
5750b91b91
Issue #1309 . e_BASE."user.php" replaced with SEF URL.
2016-01-27 11:56:59 +01: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
9d6e3978e6
Issue #1138 Bootstrap3 styling of lists.
2015-07-13 13:09:52 -07:00
Moc
df6a9343f8
#999 - Missing closing td tag in chatbox template
2015-07-05 19:22:55 +02:00
Cameron
2f3bbeef53
Fixes #972 - chatbox count. (resave preferences to correct). Should also correct any moderation issues.
2015-05-08 10:52:09 -07:00
Cameron
cba7be2a46
Fixes #951 - Chatbox and emote issues.
2015-04-05 09:27:57 -07:00
Lóna Lore
488feb2a64
Revert "exclude amount of posts from display if plugin is not installed"
...
This reverts commit 5b8d3c10daa94064a73c034e46884eaff1d9f942.
2015-02-20 12:15:04 +01:00
Lóna Lore
5b8d3c10da
exclude amount of posts from display if plugin is not installed
2015-02-20 12:12:13 +01:00
Lóna Lore
6aee69e5e7
rename title
2015-02-20 10:35:37 +01:00
Lóna Lore
a3ef092258
replaced deprecated db_Fetch() with fetch()
2015-02-20 10:30:07 +01:00
Lóna Lore
ae5a72b87f
Feature: Ability to hide the amount of chatbox posts from user profiles.
2015-02-20 10:25:33 +01:00
Lóna Lore
15865aa907
Issue #901 : chatbox_menu: PHP Fatal error: Call to a member function toHTML() on a non-object.
2015-02-20 08:17:23 +01:00
Cameron
9a21cad851
Code cleanup / globals removal etc.
2015-02-15 16:07:27 -08:00
Cameron
027a74f5b0
Code cleanup
2015-02-15 02:37:36 -08:00
Cameron
fbb0b63ae9
replaced calls to deprecated plugInstalled() with e107::isInstalled()
2015-02-07 13:38:29 -08:00
Cameron
4572cd7ceb
Issue #682 and other 'wrong avatar' issues in chatbox, online-menu etc. New $tp->toAvatar() method introduced.
2015-02-04 20:36:56 -08:00
Cameron
cee4ffd235
Language-file cleanup
2015-01-30 23:43:15 -08:00
Cameron
13c9e91e8d
More language-file cleanup
2015-01-30 20:29:01 -08:00
Cameron
5f61cf2ccb
General Bootstrap3 styling fixes.
2015-01-30 02:48:54 -08:00
Cameron
833567be4c
e_dashboard.php upgrades. (replacing e_latest.php and e_status.php)
2015-01-22 22:28:41 -08:00
Cameron
ac56b5ca10
More $admin_log global removal.
2014-10-23 11:12:13 -07:00
Cameron
69c69f14ae
Closes #756 v2 standards for user profile.
2014-10-14 12:51:51 -07:00
Cameron
a812d452d4
Issue #756 - User Profile addon standard for v2 added. Not yet fully implemented.
2014-10-03 16:39:21 -07:00
Cameron
484f2ca330
Fixes #566 - prefs not being saved in some plugins.
2014-05-24 15:20:56 -07:00
Cameron
f3ae51e037
Added 'btn-default' to button for Bootstrap3 compatibility.
2014-02-07 07:33:33 -08:00
Cameron
f96f755318
Deprecated function include_lan() cleanup. Replaced with e107::lan();
2014-02-07 07:03:05 -08:00
Cameron
1fc86ddd51
Search config minor changes to spec.
2014-01-13 11:08:08 -08:00
Cameron
39664697ae
Removed deprecated search scripts from chatbox_menu plugin.
2014-01-08 03:42:15 -08:00
Cameron
42c3588e29
Search upgrades - new e_search.php standard added.
2014-01-05 11:25:30 -08:00