Skip to:
Content
Pages
Categories
Search
Top
Bottom

Theme

Published on November 3rd, 2018 by morded

this is my site : LINK HERE

2 problems :

1. bbp Style Pack – i can’t change color of topic text

2. i have the replay text underlined

how can i change that? in bbpStylePack there’s something wrong i think

phpBB import (again)

Published on November 3rd, 2018 by Gregg

Hello,
I’m working with a 3.1v of phpBB. I’ve worked my way through a few hurdles but I’m stuck on the current one. The latest error I’m getting is [Unknown column ‘forums.forum_topics’ in ‘field list’]. For the life of me, I have no idea where this is coming from. The error info

SELECT convert(forums.forum_id USING “utf8mb4”) AS forum_id,convert(forums.parent_id USING “utf8mb4”) AS parent_id,convert(forums.forum_topics USING “utf8mb4”) AS forum_topics,convert(forums.forum_posts USING “utf8mb4”) AS forum_posts,convert(forums.forum_topics_real USING “utf8mb4”) AS forum_topics_real,convert(forums.forum_name USING “utf8mb4”) AS forum_name,convert(forums.forum_desc USING “utf8mb4”) AS forum_desc,convert(forums.left_id USING “utf8mb4”) AS left_id,convert(forums.forum_type USING “utf8mb4”) AS forum_type,convert(forums.forum_status USING “utf8mb4”) AS forum_status FROM phpbb_forums AS forums LIMIT 0, 100 /* From…

The very first error I had to overcome was the utf8mb4 issue. I backed up the database and then restored it in a new database. Judging by what I’m seeing it looks like I wasn’t successful?

Change default URL for forum creation — DO NOT WANT ‘FORUM’ to be in it

Published on November 3rd, 2018 by lookingahead

Hi!

So….aaaallll I really want to do is change the default URL path for each new forum.

I do not want the word ‘forum’ to be in any URL, not ever. I want the word ‘forum’ to be ‘chat’ — not ‘forum’….

Example:
– current default URL path: https://sitename.com/interaction/talk-name/forum/
– desired default URL path: https://sitename.com/interaction/talk-name/chat/

No matter what I do to set it up in the ‘settings’ area in WordPress, ‘forum’ is tacked on to the end of the URL….I don’t want the term, ‘forum’ to be ANYWHERE — I want ‘chat’ to be there instead.

Suggestions?

Show the title in the forum index

Published on November 3rd, 2018 by Reiner

Hello,

I have a motorcycle forum https://www.chopper-motorrad.de/
There is in the forum index of the last post as a link with the past time shown

Time

But I would like to have the whole thing as in the picture below.

Title

Is there a way to change that?

Thank you for your help.

Regards Reiner

Making bbPress functions available for WordPress?

Published on November 3rd, 2018 by Vili

How would I make bbPress functions available for a WordPress template file?

Specifically, I’m building some custom RSS feeds, one of which lists the latest topics posted on the website, but with some modifications. While I can pull the latest topics with a query_posts() call using (‘post_type’ => ‘topic’) and parse them with a standard post loop, I can’t figure out how to access tags related to each topic. I assume that bb_get_topic_tags() should get me the tags but the function is not available for the RSS file template which is in my WordPress template directory. I have basically been using this method for custom RSS feeds.

Since a function_exists() call for bb_get_topic_tags() returns false, I assume that I should first prime or load the bbPress plugin somehow. But how? Or am I approaching this completely wrong? I suppose I could always do a direct SQL query but I would like to avoid that if possible.

I have tried searching here and elsewhere but keep drawing blanks. The closest I could get to is this topic but it doesn’t really give an answer, or at least not one that I can understand.

I’m running the latest public bbPress and WordPress versions.

bbPress PHP 7.2 Compatibility test

Published on November 3rd, 2018 by AiratTop

bbPress 2.5.14:

FILE: /var/www/test.site/wp-content/plugins/bbpress/includes/admin/converter.php
-------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------
 310 | WARNING | INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.4
-------------------------------------------------------------------------------------------------

FILE: /var/www/test.site/wp-content/plugins/bbpress/includes/admin/tools.php
-----------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------
 144 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
-----------------------------------------------------------------------------------------------------------

In bbPress 2.6-RC6 everything is good.

bbPress 2.5.14
PHP Compatibility Checker 1.4.6

TinyMCE for topics and replies

Published on November 2nd, 2018 by billysgtr

I have enabled the Visual Editor for topics and replies using the following:

function bbp_enable_visual_editor( $args = array() ) {
    $args['tinymce'] = true;
    return $args;
}
add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );

The problem is that only administrator can add text-colors font-styes and other things like that.

I am getting html format when a subscriber uses colors and font-styles
<span style=”color: #00ff00;”><span style=”font-family: ‘book antiqua’, palatino, serif;”>wfwffwwf</span></span>

WP Version 4.9.8
bbPress Version 2.5.14

I would really appreciate any help,
Thanks!

Deleting posts dedicated to anonymous account

Published on November 2nd, 2018 by mrwrongusername

Hello,

We had a lot of bots on website and one made over 43000 topics. We have deleted all invalid users and now all topics are assigned to anonymous so we can not bulk delete them. Is there any way to delete all topics assigned to anonymous account at once?

Thanks

Forum Search Exclude Archived

Published on November 2nd, 2018 by potentdevelopment

Hello,

I’m trying to figure out how I can modify the loop to that the search does not return any archived content. I’ve found this filter bbp_after_has_search_results_parse_args but I can’t seem to get very much information on how to remove archived content.

Thanks!

Changing colors on background and text

Published on November 1st, 2018 by huggymir

I have tried to read about this here, I looked and try to find the solution but I was unable to find it. Firstly, I’m beginner in both WP and bbPress but have learned a lot while reading around and also try to find solutions on my own. But now I’m basically stuck.

My two main problems, since the original forumtext on my page is grey (the text when you want to write a post) and collide with the background of the forum who also is grey. And I can’t change the forum post-text nor the background (if I want to change the background at my main page to some other color, the bbPress-forum remains grey).

Where do I change this? If anyone could help me out I would appriciate it a LOT! Thank you!

Skip to toolbar