Knowledge Base Archives:

Troubleshooting

Category: Troubleshooting

How can I confirm that topic new/unread tracking is working?

Before you go on, make sure you have configured the plugin properly. Check out this article for more information.

To confirm that topic tracking for users is working (new topics, unread topics, and new replies), you need two user accounts: one to create a new topic, and the second account to visit the forum with the new topic to get to see the mark for ‘new‘.

If it is not working, check if the database tables are created during the update. Table name is ‘wp_gdbbx_tracker‘. You can run Tools -> Recheck and Update to make sure all is OK.

1
0
3892
Rate this FAQ answer

You are not allowed to rate this post.

Why quoted content shows HTML tags?

In bbPress, only some user roles can post unrestricted HTML content. Other users can only use some basic set of HTML tags, and tags like UL, LI, and DIV… will not work, and bbPress will save them as text, not HTML. Because of that, when you quote complex HTML content, tags normally not supported will be displayed as text, not HTML.

To fix this, you must allow all user roles to use the expanded set of HTML tags. And to do that, open the bbPress Toolbox -> Features -> Tweaks -> Expand KSES allowed HTML tags and attributes -> Allowed tags list. The Select box has 3 options: the default bbPress set of HTML tags, and the other two include a wide range of supported HTML tags. You need to switch this option to the second or third option.

But, some HTML tags are not permitted (IFRAME, SCRIPT, STYLE) because they can generally contain dangerous content, and when quoted, such tags will be escaped and saved as plain text. Because of that, quoting content that contains embedded content (FaceBook posts, Twitter tweets…) is not quotable.

0
0
4045
Rate this FAQ answer

You are not allowed to rate this post.

Why thumbs (or stars) are not showing after plugin upgrade?

When new plugin version is released, it usually contains changes to CSS and JavaScript. If you use some sort of cache (plugin for cache, server side cache, CDN), and depending on your system configuration, CSS and JS files can be cached, and even with new version of the plugin installed, old files can be served from cache.

Whenever you update the plugin, make sure to clear all cached data from cache plugin, server-side cache, CDN and finally browser cache.

0
0
5187
Rate this FAQ answer

You are not allowed to rate this post.

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.

1
0
4257
Rate this FAQ answer

You are not allowed to rate this post.

Why rating block alignment is not working?

Alignment for complex HTML elements can be a very tricky issue, and it largely depends on the container and styling it has. The plugin has options to add alignment classes to the rating block, but, these classes don’t include actual styling and they are meant to be styled individually for the theme used.

To center element, that element should have the width set. But, if you set width for the rating block, that block will no longer be responsive. The plugin automatically makes stars smaller for the rating block to fit the current screen with. Having fixed width set for the rating block will prevent the plugin from making it responsive.

You can use CSS for responsive breakpoints to set different widths, but that too depends on the theme (themes usually have different breakpoints and different grid systems), and it is best to style rating block alignment for each individual theme to make sure alignment works for your theme. Also, depending on the theme and the grid system use, there might be some other way to center elements.

Plugin alignment feature is only placeholder class name, styling must be defined for theme.

0
0
5182
Rate this FAQ answer

You are not allowed to rate this post.

Rating is working, but instead of stars I see letters S

If you don’t see stars, but instead there are letters S, this means that font with icons used by the plugin is not loaded by the browsers. The reason for this is that most likely your website is loading a font from CDN and some browsers are enforcing CORS policy. To get more information about it, and the solution on how to fix it, check out this article: Loading fonts from CDN.

0
0
5472
Rate this FAQ answer

You are not allowed to rate this post.

Why BBCodes are not working?

There are few reasons for BBCodes not working:

  1. You have disabled BBCodes in the plugin.
  2. You have disabled some of the BBCodes in the plugin.
  3. You are using some 3rd party plugin that is causing problems.

The plugin that is often causing problems with BBCodes is ‘bbPress Advanced Statistics’, and this plugin will disable all Shortcodes/BBCodes by default. Either configure it properly to allow shortcodes, or remove it.

0
0
7195
Rate this FAQ answer

You are not allowed to rate this post.