Level: Advanced
MySQL 8 Database Upgrade Notices
If you are running WordPress on a server using MySQL 8, you might have noticed an interesting issue when updating...
Content Objects
This feature expands forums, topics and replies post type objects with additional features. bbPress registers Forums, Topics and Replies as...
BBCodes
This panel allows you to control which BBCodes are active, and where and how they can be used. BBCodes Panel...
Booster
This panel shows the status of the Booster Feature index, with few options to run the full index rebuilding process....
Database Schema
The plugin adds several Database tables. Actionmeta CREATE TABLE `wp_gdbbx_actionmeta` ( `meta_id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, ...
d4p_bbw_$widget_visible_$hook
Support for AJAX loading
If your theme is using AJAX to load pages, or if you have a plugin or some other code that...
Switch to new Rich Snippets system
GD Rating System Pro 3.3 introduces a new Rich Snippets addon that completely changes how rich snippets are generated. It...
Show plain stars block inside the WP loop
If you need to display the rating block inside the WordPress Loop, you will need to get the rating snippet...
Data for custom rating types
For known rating types (posts, terms, users, comments), the plugin has special objects that will return data for the items belonging...
Can you nest BBCodes?
Yes. You can nest BBCodes as long as they are different types. You can have UL BBCode and inside it, you can have LI BBCodes.
And No. You can’t nest the same type of BBCodes. You can’t have UL inside another UL. Ordered or unordered list in HTML is allowed, and you can have UL, inside it several LI tags, and in those LI tags, you can have another UL. This will not work in WordPress, and BBCodes written like that will also fail to render properly. This will not change until WordPress fixes the issue.
Register new rating entity and types
By default, the plugin supports custom post types, taxonomies, comments and users as entities and rating types. But, you can...