UBB.Dev
Posted By: Gizmo UBB.threads Pages - 02/27/2019 11:23 PM
Name: UBB.threads Pages
Author: James Corthell, VNC Web Services
Requirements: UBB.threads 7.x
Current Build: 20191222
Documentation: Up to date documentation is available at the UBB.Wiki entry UBB.threads Pages
Demo: VNC Web Services, A Gardeners Forum
Pricing: $75 per install (each separate install requires a separate license) which includes 1 year of free updates.


About:
UBB.threads Pages has been developed to provide a method for creating pages within the UBB.threads forum.


How to Buy: You can order via our Script Information page here (there is an order form towards the bottom for PayPal payments).


Notice:
This addon is not freeware, and as such you cannot freely provide it to others without prior written permission from its author(s). Permission was obtained from the UBB.Dev administration to post this non-free addon's information in advance.


Code for converting to utf8mb4_general_ci
SQL Query
ALTER TABLE ubbt_PAGES MODIFY `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci, MODIFY `description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci, MODIFY `keywords` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci, MODIFY `body` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci, MODIFY `body_html` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci, MODIFY `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
Posted By: Gizmo Re: UBB.threads Pages - 12/19/2019 7:47 PM
Update 20191222
- Added: Introduced the option for "private" pages; pages that do not show up in the page listings (custom island, page list, UBB.Sitemaps)
- Added: Private pages display a Private notice on the admin page listing
- Change: Database Structure.sql now sets the _PAGES table to be utf8mb4 (previous: utf8)
- Change: Disabled pages now display a Disabled notice on the admin page listing.
- Change: All script headers have been updated to indicate that they've been tested on UBB.threads v7.7.3
- Fix: Disabled pages now do not display as active pages.
- Fix: Reworked several queries, unneeded data will no longer sit in memory.
© UBB.Developers