TaigaChat - AJAX Shoutbox

xF1 Add-on TaigaChat - AJAX Shoutbox 0.5.5

No permission to download
Compatible XF Versions
  1. 1.1
See also: NulledTeam + TaigaChat Pro - vastly improved (and supported!) compared to this free version.



xenforo_com_community_attachments_sidebar_on_gamingmasters_png_24582__.png
xenforo_com_community_attachments_standard_theme_png_24589__.png



Features:

___________________________________________


Installation:

  1. Upload contents of upload folder to forum root
  2. Install addon-TaigaChat.xml file
  3. Add the template include code to forum_list either above or below the sidebar_online_users include(whatever you feel looks best):
    Code:
    <xen:include template="dark_taigachat" />
    Or, if you want the shoutbox above or below your forum list, add the following code to forum_list:
    Code:
    <xen:include template="dark_taigachat"><xen:set var="$taigachat_alt">1</xen:set></xen:include>
    Either just before or just after:
    Code:
    <xen:if is="{$renderedNodes}"><xen:include template="node_list" /></xen:if>
  4. Configure the permissions (view, post, modify own, modify all) for your user groups. If you have trouble accessing the modify tools, ensure the Administrative group is your primary usergroup rather than a secondary one.
  5. Optionally (for XenPorta support), upload the contents xenPorta/upload folder to your forum root and import xenPorta/xenPorta_TaigaChat.xml as a block.
___________________________________________

Update:

0.5.4 to 0.5.5:

  1. Upload the contents of upload folder to your forum root, overwriting all files.
  2. Perform upgrade process with the new addon xml file (optional, no changes)
Older versions to 0.5.5:

  1. Upload the contents of upload folder to your forum root, overwriting all files.
  2. Perform upgrade process with the new addon xml file
  3. Update XenPorta module if applicable
___________________________________________




Changelog:



0.5.5 (12/12/2011):
  • Optimised smilie loading (now uses cache)
  • Fixed smilie ordering
0.5.4 (11/12/2011):
  • Fixed smilies not working correctly if using sprite mode
  • Fixed media tags not parsing to links correctly in limited bbcode modes
  • Updated XenPorta module to work with XenPorta 1.5+
  • Fixed issues with /find-new/ + others and general improper hooking
  • Added new option 'Global hook' allowing you to include the template code literally anywhere
0.5.3 (03/08/2011):
  • New messages now fetched by id rather than time
0.5.2 (03/08/2011):
  • Fixed messages not appearing correctly when posted in quick succession.
  • Fixed AJAX indicator sometimes not disappearing when posting.
0.5.1 (03/08/2011):
  • Fixed broken templates in 0.5.0 due to failed XML export
0.5.0 (03/08/2011):
  • Improved server resource and bandwidth usage (only new messages are fetched, filtered whitespace).
  • Fixed various bugs with fetching and displaying messages.
  • Added new 'Timestamp format' option with new 'Time Only' and 'None' functionality.
  • Fixed popup using wrong taigachat.js URL (and therefore not working).
  • Fixed archive posts overflowing message length limit.
  • Posting the exact same message within 5 seconds is now prevented to alleviate accidental double posting etc.
  • Reduced default max refresh time to 10 seconds (120 was a poor design choice).
0.4.3 (28/03/2011):
  • Halved the number of AJAX requests used when posting.
  • Improved overall stability of the refreshing code, especially when sending messages in rapid succession.
  • Fixed regression in 0.4.2 causing the shoutbox to not load without posting permission.
  • Fixed tab/window focus detection in IE and Chrome
0.4.2 (27/03/2011):
  • Added refresh time decay (starting at 5 seconds, increases each time no messages are received up to a configurable limit).
  • Messages no longer build up past the maximum displayed number, which severely degraded client-side performance.
  • Smilies in the dropdown are now not loaded until needed.
  • Reduced the number of AJAX requests when replying to realtime conversations.
  • Fixed CSRF token expiring.
  • Links in shout messages now use the same styling as forum posts.
  • Fixed HTML5 breadcrumb microdata links not working
  • Optimised main message list query slightly.
0.4.1 (01/02/2011):
  • Improved caret positioning after BBCode has been added in all browsers.
  • Added to 'none' and 'basic' BBCode levels.
    [*]Completely reworked the templates for tidier variable usage and fixed XenPorta support with the BBCode toolbar enabled.
    [*]Fixed smilies button wrapping to a new line in IE.
    [*]Fixed smilies list using one line per smilie in IE.
    [*]Fixed archive member URLs not being generated properly.
    [*]Fixed delete link and submit button not using active route in the edit message window.
    [*]Fixed messages posted very soon after page load not appearing instantly for the poster.
    [/LIST]
    0.4.0 (01/02/2011):
    [LIST]
    [*]Added configurable BBCode and Smilies toolbar.
    [*]Fixed rare fatal error, mostly on pages that would otherwise 404 (introduced in 0.3.0).
    [*]Fixed alternative view header link not using the active route setting.
    [/LIST]
    0.3.2 (30/01/2011):
    [LIST]
    [*]Added archiving to thread feature
    [*]Added support for the 'threads' action (i.e. What's New page)
    [*]Fixed hardcoded 'Guest' text
    [*]Possibly fixed rare error when AJAX requests are interrupted
    [/LIST]
    0.3.1 (24/01/2011):
    [LIST]
    [*]Gzipped AJAX refresh response resulting in vastly reduced size (~70kb -> ~5kb).
    [*]The fade effect will no longer occur when more than 1 message is received at once or if it is less than 15 seconds since the last fade.
    [*]Fixed double AJAX refresh when posting a message due to focus event bubbling.
    [*]Fixed error when editing messages introduced in 0.3.0.
    [*]Removed random '6' at the end of dark_taigachat.css
    [/LIST]
    0.3.0 (23/01/2011):
    [LIST]
    [*]Added alternative URL routes: /chat, /chatbox, /shoutbox, along with an admin option to select the primary route.
    [*]Added option for mini avatars (16x16px) next to messages.
    [*]Added 'Members in Chat' block on full view, showing members who have recently posted in the shoutbox or opened the full/popup view.
    [*]Added XenPorta module.
    [*]Added support for template code being included on pages other than the forum index.
    [*]Added option for absolute times rather than '5 minutes ago' etc.
    [*]Fixed 'Reverse direction' disabled not working correctly in popup view.
    [*]Fixed the shoutbox doing a double refresh on the initial load.
    [*]Improved width of popup view chat area at small window sizes.
    [*]Removed redundant template include in dark_taigachat_full
    [*]Removed pointless copyright/credit link (you're still welcome to donate though ;))
    [/LIST]
    0.2.0 (21/11/2010):
    [LIST]
    [*]Added Popup view
    [*]Added support for XenPorta (simply add the include code to one of its templates)
    [*]Users viewing the shoutbox no longer show up as viewing 'Unknown page' on the online list.
    [*]Users will now have their last activity date updated when posting shoutbox messages and will therefore no longer go offline while using the shoutbox.
    [*]Fixed 'Uncaught error'
    [*]Fixed redirection after editing/deleting messages with rewrites turned off.
    [*]The navigation tab and dropdown menu now use the XF link builder.
    [/LIST]
    0.1.4 (03/11/2010):
    [LIST]
    [*]Fixed server error some users were experiencing when installing or uninstalling the addon.
    [/LIST]
    0.1.3 (01/11/2010):
    [LIST]
    [*]Moved Message Tools dropdown to the left of the message timestamps.
    [*]Fixed 'Always show message tools dropdown' option, which previously also overrode full view.
    [*]Reimplemented permissions using built-in helper methods.
    [/LIST][/INDENT]
    [SIZE=4][B]Images[/B][/SIZE]

    [LIST=1]
    [*][URL='https://xenforo.com/community/attachments/above-or-below-forum-list-view-png.24584/'][IMG]https://www.null-scripts.net/data/MetaMirrorCache/xenforo.com_community_data_attachments_24_24585_163bbb4ffc7f166762542bf8a368c0fb.jpg[/IMG][/URL]
    [*][URL='https://xenforo.com/community/attachments/full-page-view-png.24585/'][IMG]https://www.null-scripts.net/data/MetaMirrorCache/xenforo.com_community_data_attachments_24_24586_11a4c84c6a0b2ff3a9eb5059d71eab85.jpg[/IMG][/URL]
    [*][URL='https://xenforo.com/community/attachments/permissions-png.24586/'][IMG]https://www.null-scripts.net/data/MetaMirrorCache/xenforo.com_community_data_attachments_24_24587_706c9c659b48bc4de5afa16890cd2695.jpg[/IMG][/URL]
    [*][URL='https://xenforo.com/community/attachments/popup-view-png.24587/'][IMG]https://www.null-scripts.net/data/MetaMirrorCache/xenforo.com_community_data_attachments_24_24588_f98de7a7f2668c223e67086b097ece89.jpg[/IMG][/URL]
    [*][URL='https://xenforo.com/community/attachments/admin-cp-png.24590/'][IMG]https://www.null-scripts.net/data/MetaMirrorCache/xenforo.com_community_data_attachments_24_24591_37977163fe9a8a0d4ae8fcd51f3723ff.jpg[/IMG][/URL]
    [/LIST]
Author
AnimeHaxor
Size
30.9 KB
Extension
zip
Downloads
309
Views
3,535
First release
Last update

More resources from AnimeHaxor

Similar resources

Background icon taigachat - ThemesCorp.com
Add your animated icon to background Taigachat
0.00 star(s) 0 ratings
Downloads
19
Updated
this extension serve to add 6 customizable buttons at the top of his taigachat
0.00 star(s) 0 ratings
Downloads
8
Updated
TaigaChat Pro Alert Sound Notification AnimeHaxor
0.00 star(s) 0 ratings
Downloads
15
Updated
TaigaChat Pro BOT AnimeHaxor
conquer the world of forum chatting with this High speed, feature-packed realtime chat, BOT,
0.00 star(s) 0 ratings
Downloads
131
Updated
Taigachat Tags AnimeHaxor
Add 3 buttons in taigachat, send private message, tag members and report members.
0.00 star(s) 0 ratings
Downloads
28
Updated