Search Results for '"wordpress"'
-
Search Results
-
SMF to BBPress – error utf8mb4
I am getting the same error as this post identifies:
WordPress database error: [Specified key was too long; max key length is 1000 bytes] CREATE TABLE wp_bbp_converter_translator ( meta_id mediumint(8) unsigned not null auto_increment, value_type varchar(25) null, value_id bigint(20) unsigned not null default '0', meta_key varchar(255) null, meta_value varchar(255) null, PRIMARY KEY (meta_id), KEY value_id (value_id), KEY meta_join (meta_key(191), meta_value(191)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;But for Vanilla. It looks like an update to the importer is all that it took to fix this,
Thoughts?
Thanks for your time!!
— sdeeds
WP Version 4.9.1
Vanilla Version 2.3.1
bbPress Version 2.5.14Hi,
I need to add the metatag “noindex” to some group of pages, for example:
Category Archives
Tag Archives
Author Archives
Date Archives
Search Pages
Attachment PagesI tried different plugins that should do the trick (yoast and the seo framework) but they don’t.
I already contacted their support, again with no luck:
https://wordpress.org/support/topic/meta-robots-noindex-not-appearing/
https://wordpress.org/support/topic/noindex-on-bbpress-issues/
So how can i add the noindex metatag to the <head> of these groups of pages?
I am using BBP 2.5.14, WP 4.9.1 and Forum – A responsive theme for bbPress plugin by Dannci | ThemeForest.
I already tried to use the basic themes but the issue is still there.
Thank you,
the Process
Topic: Recent replies list
Hi there!
I have been trying to following this guide to add a list of recent topics before the forum categories: https://www.daggerhart.com/bbpress-recent-replies-shortcode/
I have put the code in the functions.php file, and <?php echo do_shortcode(‘[bbpress_recent_replies_by_topic]’) ?> in loop-forums.php
After having done this the code isn’t visible, so I am wondering if I have made a mistake. Could anyone be so kind and shed some light on how to make this work?
My forum can be found on http://www.talanrien.com/forums
I am running WordPress 4.9.1 with Bbpress version 2.5.14
As a bonus question I was also wondering if anyone know if it’s possible to ad a shoutbox/chatbox at the bottom of the forum?
Thank you!
Best wishes,
KasperHello everyone. I was wondering if there is a complete list anywhere for the bbPress plugin of all the functionalities available to the end-user, a general forum user on a wordpress site using bbPress. For instance, having a list of before and after of code and examples to demonstrate what is available and how it works.
For example: the functionality of some of the quicktags is a little ambiguous in what they do. There are some code option for smileys but how many and what they are is unknown. There are options to address previous users in the forums. Ability to embed youtube by placing a link. I am not sure if this is all bbPress on the sites I use as they could be using multiple plugins but having a comprehensive list on what is available for bbPress would be quite handy. Maybe this already exists somewhere but I have not been able to find it as all advice answeres is catered towards the technical end of implementation not general users.
If I could also make a request for such a user help list to be included in the bbPress plugin in something like a drop down or expandable Help List of all available functionality for general users.
It would be great for end-users to be able to utilise this plugin to its full potential but its near impossible to know what that is without a fair bit of trial-and-error. Like I said – maybe this is listed somewhere but it would be great if it was included in the actual plugin design.
Thanks.