[DBTech] Preview Last Post 2.0.0
Preview Last Post from DragonByte Tech is a modification designed to create hover-over preview to the "last post date" in the thread list when viewing a forum.
Uses
Want to get a hint regarding what the last post of a thread said, without marking the thread as read? Simply mouse over the date of the last post, while browsing a forum!
Complete Feature List Mouse over last post date in thread list to see a preview of the post
File Information
Submitter
Spinnin
Submitted 11/12/24
Category XF 2.3 Addons
View File
Conversation Improvements by Xon 2.5.0
A collection of improvements to the XenForo Conversation system.
For large forums, please see the "Installing for large forums" section
Uninstalling removes all data! Search Index however will require a full rebuild to delete the old data!
Features
Adds conversation search, with options to search by recipient. New Conversation Permissions Conversation Message Edit history Conversation Title Edit history Allow conversations with no-one (default off) Adds conversation search, with options to search by recipient
Users must be a member of the conversation to see the conversation in search results.
Does not permit moderators/administrators to see another person's conversations in search results.
Adds each conversation, and conversation message to the XenForo Search store (MySQL or Elastic Search), which may result in a larger search index.
New Conversation Permissions
Just takes away a user's "reply" button, no banners.
The reply limit is for the entire conversation, but the limit is per user group. Consider when User A & User B are members of a conversation.
User A can have a reply limit of 5. User B can have a reply limit of 10.
Once the conversation has >5 replies, User A can no longer post. Once the conversation has >10 replies, User A and User B can no longer post
Conversation Message Edit History
Adds edit history for conversation messages.
Conversation Title Edit History
Adds edit history for conversation's title, and implements a new moderator permission "Manage Conversations by anyone" to allow non-conversation starters to edit a conversation.
Allow conversations with no-one
A global option to allow users to send conversations to just themselves.
Known Issues
Edit History does not respect/implement any silent editing window. This add-on likely will require a higher memory limit (ie <256mb isn't going to cut it) due to extra search results. Installing for large forums
For large forums, please try manually adding all the columns in a single step. This took upto 5 minutes for 1.3 million conversation messages (compressed).
SQL: ALTER TABLE `xf_conversation_message`
ADD COLUMN `edit_count` int unsigned not null default 0,
ADD COLUMN `last_edit_date` int unsigned not null default 0,
ADD COLUMN `last_edit_user_id` int unsigned not null default 0;
ALTER TABLE `xf_conversation_master`
ADD COLUMN `edit_count` int unsigned not null default 0,
ADD COLUMN `last_edit_date` int unsigned not null default 0,
ADD COLUMN `last_edit_user_id` int unsigned not null default 0; Permissions
Can Reply to Conversation. - Default - If a group can start a conversation, they can reply. Reply Limit for Conversation. - Default - If a group can start a conversation, the reply limit is disabled (ie infinite). Manage Conversations by anyone. - Default - If a group can edit any conversation posts, this permission is set for them. Manual post-installation steps - Rebuild Search Index
The add-on will report (via server errors) if conversation related content types require re-indexing.
Performance impact
1 extra query per conversation message posted due to indexing, and indexing itself.
File Information
Submitter
Jammin
Submitted 11/12/24
Category XF 2.3 Addons
View File
Search Improvements 2.16.0
A collection of improvements to XF's Enhanced Search and some for XenForo's default MySQL search.
MySQL & Elastic Search features;
Allow * (or empty search string) to return results, for MySQL and XFES range_query search DSL allows arbitrary range queries for numerical data Allow users to select the default search order independent for the forum wide setting. Re-adds the global option for the default search type Display search terms on the search results page Add "Search only X" search criteria to individual handler pages, where X is thread/conversation/ticket/ect instead of searching thread/post etc. Makes general search a true subset of member search Elastic Search Only features:
Add ability to push "can view threads/tickets by other" permission(s) into ElasticSearch query, reducing php-side culling of matching content. This improves searching forums/tickets where the user lacks these permissions.
This is gated behind the option Push "View X by others" check into XFES', as it requires a full reindex. (Default disabled)
Supports the following add-ons: View Sticky Threads (free) add-on. Collaborative Threads (paid) add-on. @NixFifty's Tickets (paid) add-on. For best results, use ElasticSearch Essentials add-on, as it simplifies this permission constraint compared to stock XenForo Restore default search order option Per content type weighting Adds Elastic Search information to the AdminCP home screen. Adds a debug option to log the search DSL queries to error log for troubleshooting Option to extend search syntax to permit; + signifies AND operation | signifies OR operation - negates a single token " wraps a number of tokens to signify a phrase for searching * at the end of a term signifies a prefix query ( and ) signify precedence ~N after a word signifies edit distance (fuzziness) ~N after a phrase signifies slop amount In order to search for any of these special characters, they will need to be escaped with \. "Specialized index" support Specialized search index allows generating single-purpose elastic search indexes while re-using as much XF search infrastructure as possible.
Better tag autocomplete Tag auto-complete powered by elasticsearch atelieraphelion.com
Better username autocomplete Username auto-complete powered by elasticsearch atelieraphelion.com These are examples of a "specialized index".
The username autocomplete it creates an index with just the user/email and replaces the admin quick search and front-end username autocomplete with an elasticsearch powered version.
The tag autocomplete replaces the front-end tag autocomplete with an elasticsearch powered version.
In both cases this allows non-start-of-string matching, with typo tolerance. Options:
Auto Follow Club 2.0.0
This application will automatically make the member who joins the club follow the club and its features. The following will be removed when the member leaves the club.
File Information
Submitter
Jammin
Submitted 11/12/24
Category IPS 5 Applications
View File
Coinbase is one the easiest places to purchase your Bitcoin. But you can use any place you like to get your Crypto from. You can find their website here: Coinbase You can purchase Crypto with a bank or credit card on this website. Once you signup, and have completed your account. You will be able to buy, sell and pay with crypto. There is lots of information on their website to help you through the entire process.
All phrases start with registershowmessage_ for your convenience.
File Information
Submitter
Jammin
Submitted 11/12/24
Category XF 2.3 Addons
View File
Invision Community 4.7.18 Nulled
Key Changes This is our August maintenance release. Additional Information Core Added new prune setting for failed requests in API logs. Improved the efficiency of unread content streams when using MySQL 8. Improved performance when replying to a content item or create a content item. Fixed possible error when using the DataLayer with PII as well as Single Sign on. Fixed issue with deleting secondary group using the REST API. Fixed an issue where Censor Block may allow HTML tags to be used in the preview even though they are not stored in the database. Fixed an issue where group promotion may move the member back to the default group if MySQL is temporarily unavailable. Fixed an issue where the results count was always 0 for Hidden Content in the ModCP Fixed an issue where certain saved charts were not showing. Fixed an issue where broken modlog data could break the topic view page. Fixed an issue where it was possible to toggle online status without multi-factor authentication. Fixed an issue where OAuth PKCE values may not persist in some situations. Fixed an issue where some very old topics would not show the "I posted in this" star. Fixed an issue with notifications on comments that did not account for anonymous posting. Fixed an error on the Manage Promoted Items page when an application is disabled. Fixed an issue which happened while warning a member. Fixed an issue where the content widget was showing the tags option for all content types, even if they weren't implementing tags. Fixed an issue where a service worker may not work if your site is not accessible to guests. Fixed an issue where deleted an application wouldn't remove the data from the core_javascript db table. Fixed an issue on the moderators permission page. Fixed an issue where the REST API (with API key) would not return a last activity date for anonymous members. Fixed an issue on Cloud where large Member CSV imports would inadvertently trigger human verification. Removed CommunityHive integration. Removed ability for pending-validation registrations changing their email address to avoid a race condition. Forums Improved performance when rebuilding statistical data for forum topics. Commerce Added a new prune settings for Commerce related member history. Fixed an issue where upgrading subscriptions did not always update the expiration date. Fixed an issue where support request URLs would be sent to IndexNow. Fixed an issue where some support requests were not properly linked to a member account. Fixed an issue where some billing agreements were not properly linked to purchases. Fixed an issue where changing the club owner could fail for paid clubs. Courses Fixed an error that could occur when viewing badges that had been assigned for completing a course. Calendar Fixe dan issue in the upcoming events widget where club events would be shown even if they shouldn't. Pages Fixed an issue with the RSS Feed widget, where the cache expiration time would be overwriten by the custom rss widget cache time. Platform Removed the 'Popular Now' widget, use 'Trending Content' instead. Changes affecting third-party developers and designers Added new _setLastComment() method to nodes. Added new \IPS\Node\DelayedCount trait. Other performance improvements included related to search index and content statistics.
File Information
Submitter
Jammin
Submitted 11/12/24
Category IPS 4 Releases
View File
So after I took a stroll along whats new on xenforo, the prices of some of them addons are thru the roof. I have yet to really see an impressive addon come out of xenForo. Some of the xenforo developers think “WE” should be making their house payments in one purchase. and as I was on there today, the gossip column continues…I can’t believe how it has gotten out of hand. Just my 2 cents for the evening
Memberships can be purchased in the Store and that is well explained. If you don’t want to use Crypto, we have other Payment options. But for the most part Crypto is the best option for us due to all the main payment ways terms of service. Again if you have questions, contact Jammin