The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] AJAX Threads v1 (vB4) Details »» | |||||||||||||||||||||||||||||||||||
AJAX Threads: What is it?
AJAX Threads brings your threads alive, making them automatically refresh without needing to reload the page. Uses AJAX Threads is the ideal product for forums with busy threads or which deal with any sort of "event" be that TV shows, sports or game releases! AJAX Threads allows you to make topics "auto update" without the user having to refresh. This can give performance benefits when applied to threads which receive a lot of refresh requests, and can increase user participation. Topics can be turned live by admins individually, or you can set whole forums to have their threads be live automatically. You can even allow only VIP usergroups to have threads refresh automatically to increase subscription numbers. ------------------------------------------------------------------------------------------- Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications. We appreciate the support! ------------------------------------------------------------------------------------------- Priority support & Product Demos available at: http://www.dragonbyte-tech.com ------------------------------------------------------------------------------------------- Translations available @ our forum Support for translations handled by the translator in its respective threads only. ------------------------------------------------------------------------------------------- Major Features: Automatically Refresh Threads: Users will now see new posts in "real time" without having to refresh the page Performance Benefits: If your forum receives lots of refresh requests on threads being posted in often this can put a lot of strain on your server - AJAX Threads will greatly reduce server resources used in those situations by refreshing only the minimum information required. Total Control: You can set threads individually or per forum. You can set particular usergroups to receive the benefit, and you can even have it apply automatically to popular threads! ------------------------------------------------------------------------------------------- Complete Feature List (Lite) * vBOption: Enable Automatic Updates * vBOption: Refresh Interval * vBOption: Idle Timeout * vBOption: Automatic Un-Idle * vBOption: Enable Information Bar (Tells users how often the thread refreshes, whether they're idle, and how to un-idle, etc) * vBOption: Maximum Shown Posts * Ability for users to manually refresh threads if Automatic Updates are disabled (cannot refresh more often than Refresh Interval regardless) * Ability for users to manually un-idle themselves if automatic updates are enabled and the Idle Timeout is reached * Per-usergroup setting to determine if automatic updates are enabled * Per-usergroup setting to determine if manual updates are enabled * Per-category setting to determine if automatic updates are enabled * Per-category setting to determine if manual updates are enabled * "Live" image on forumdisplay for threads that have automatic or manual updates enabled * Posts fetched by AJAX Threads are marked as read * Per-usergroup "duration" before a thread goes "idle". Complete Feature List (Pro) * vBOption: Minimum Replies * Per-forum setting to determine if automatic updates are enabled * Per-forum setting to determine if manual updates are enabled * Per-thread setting to determine if automatic updates are enabled * Per-thread ability for administrators with the "Manager" permission to override forum / usergroup settings and either enable or disable automatic updates ------------------------------------------------------------------------------------------- This mod displays a copyright notification in the footer of all pages which includes:
Download Now
Screenshots
Show Your Support
|
6 благодарности(ей) от: | ||
Arianismmm, epsilon80, Erica1977, mcyates, misericorde, nacaruncr |
Comments |
#182
|
||||
|
||||
Thread starters can choose to disable the addon via the form they see while posting the thread
Fillip |
#183
|
|||
|
|||
I'm using forum version 4.2.0 P2
DBTech - AJAX Threads > Forum Manager & Usergroup Manager Im getting Fatal error: Class 'AJAXTHREADS' not found in /home/xxxxxxx/public_html/dbtech/ajaxthreads/actions/admin/forum.php on line 21 solution ? Thank you |
#184
|
||||
|
||||
If you are using the i.s.s.w "security" product, please disable it.
If not, try disabling all other plugins that run on admin_global except for DBTech mods, until you get AJAX Threads working. You'll then have found the culprit Fillip |
#185
|
|||
|
|||
well seems that something is going wrong with .php file or I made a mistake::
I get the following error when I am trying to install xml file... Code:
/xx/xx/xx/xx/dbtech/ajaxthreads/includes/class_install.php appears to be missing! Thank you |
#186
|
||||
|
||||
Can you post or PM the URL to your site so I can see if it's uploaded to the correct dir?
The ?> is not needed for PHP scripts to function, in fact there's rumours it's becoming deprecated Fillip |
#187
|
|||
|
|||
Thanks for helping me... You gave me an idea with that, and I check the folder by typing the url into the address bar of my browser, and yes nginx wasn't able to get access into the folder "includes" I had miss to two - three folder that permissions are wrong, so vbulletin wasn't able to see the file of the folder.. Now I fix the first problem but when I am trying to save updates on AJAX thread field,(admincp) I got the following email from localhost,
Code:
Invalid SQL: UPDATE forum SET ### UPDATE QUERY GENERATED BY fetch_query_sql() ### `dbtech_ajaxthreads_cannotautoupdate` = '0' WHERE forumid = 1; MySQL Error : Unknown column 'dbtech_ajaxthreads_cannotautoupdate' in 'field list' Error Number : 1054 Thanks for your support!! |
#188
|
||||
|
||||
Run these:
Code:
ALTER TABLE forum ADD dbtech_ajaxthreads_cannotautoupdate ENUM('0', '1') NOT NULL DEFAULT '0' Code:
ALTER TABLE forum ADD dbtech_ajaxthreads_cannotmanualupdate ENUM('0', '1') NOT NULL DEFAULT '0' Code:
ALTER TABLE thread ADD dbtech_ajaxthreads_refreshthread ENUM('0','1') DEFAULT '1' Code:
ALTER TABLE thread ADD dbtech_ajaxthreads_refreshthread_override ENUM('0','1') DEFAULT '0' Fillip |
#189
|
||||
|
||||
How can i make that LIVE text be more "LIVE" because if i go on a post and exit it it`s still showing the image for like 5 minutes or so.
Or event better how do i make the image not show at all. |
#190
|
||||
|
||||
You can disable the image by disabling the Forum Display: Append Image plugin
Fillip |
#191
|
||||
|
||||
Done it,thank you.I wanted to disable it because if you want to edit the title throw double click on the forumdisplay page you will se the source of the image as text in the title field to.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|