Search Results for 'test'
-
Search Results
-
Hello
The following problem: if I open my forum with the chrome browser, everything works fine. However, if the page is opened with opera and edge, the latest pages are not loaded. The caches are all cleared. Can anyone help me?
Many thanks and best regards, RainerMore precisely:
It’s about the page http://www.chemieaufgaben.ch. Directly on the homepage, for example, immediately below the page title Chemieaufgaben.ch is the line
… INCLUDING SOLUTION PATHS (LAST UPDATE 18 JUNE 2024) . This line is loaded in opera and edge as follows:
… INCLUDING SOLUTION PATHS (LAST UPDATE 20 MAY 2024)
The date (directly as text, not dynamically generated) is therefore incorrect. Other posts are also partially ignored (depending on the browser). But everything works fine with Chrome. And as already mentioned: the cache is clearedTopic: TinyMCE not showing
Topic: Thumbnails not showing
Hello.
We have an issue where our thumbnails are not showing when bbPress is enabled. I did a plugin conflict test, and it is only when bbPress is deactive that the issue is resolved.Are you able to help with this issue?
The text editor is working fine, but the link button on the visual editor doesn’t do anything.
Is there a way for me to give you credentials to test? I’m at a loss.
I want to display the latest posting date and time in “Last Post” at the top of the forum.
File:\bbpress\loop-single-forum.php
Part you want to change:
<?php do_action( ‘bbp_theme_before_forum_freshness_link’ ); ?><?php bbp_forum_freshness_link(); ?>
<?php do_action( ‘bbp_theme_after_forum_freshness_link’ ); ?>
I want to write it like this:
2024-06-07 13:35Hi Folks,
I’m setting up a training website for a small company. The site consists of posted training materials and a BBPress user forum. I’ve noticed that when I update the production site from our development site the posts in the forum on the production site are overwritten. After each upgrade the forum in production only contains the test posts made in the development environment.
As far as I can tell this is because both the training pages and the BBPress forum are stored in the ‘wp_posts’ database. I’ve tested migrating all database tables except ‘wp_posts’ and confirmed that the forum is not overwritten, unfortunately, neither is the training content on other pages. Is there anyway to migrate page content from the development environment to the production environment without overriding user posts in the forum?
(BBPress version 2.6.9)
(WordPress site supported via WPEngine)Thank you for you help!
ZachHi, I enable both full visual and text editors in my forum using bbp Style Pack. I found that the colour picker for text doesn’t work for every post I tested.
To better describe the issue, pls see screenshots below:
It seems that the html code for text colour is not sent after submission.
Regards.
Topic: Strange PHP Error Message
Hi
We’re getting strange PHP Error messages relating to forum posts that don’t exist like this one. Should we be concerned?
Many thanks
RobertWordPress database error Duplicate entry ‘8702-67865’ for key ‘PRIMARY’ for query INSERT INTO
ggx_gdbbx_tracker(user_id,topic_id,forum_id,reply_id,latest) VALUES (8702, ‘67865’, ‘11504’, ‘72638’, ‘2024-05-15 06:40:25’) made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), apply_filters(‘template_include’), WP_Hook->apply_filters, bbp_template_include, apply_filters(‘bbp_template_include’), WP_Hook->apply_filters, bbp_template_include_theme_compat, BBP_Shortcodes->display_topic, bbp_get_template_part, bbp_locate_template, load_template, require(‘/plugins/bbpress/templates/default/bbpress/content-single-topic.php’), do_action(‘bbp_template_after_single_topic’), WP_Hook->do_action, WP_Hook->apply_filters, Dev4Press\Plugin\GDBBX\Features\ActivityTracking->latest_users_topic, Dev4Press\Plugin\GDBBX\Database\Main->track_topic_visit, Dev4Press\v47\Core\Plugins\DBLite->__call, call_user_func_arrayThe
bbp_get_all_child_ids()function inbbpress/includes/common/functions.phpis returning Trashed posts, which should objectively not be the case. There’s no world in which trashed posts should appear unless someone is intentionally digging in the trash.Line 1997 is currently this:
$not_in = array( 'draft', 'future' );
It should be this instead:
$not_in = array( 'draft', 'future', 'trash' );I have tested that as a manual change, but obviously, this needs to be bbpress’ default behavior, not my locally-hacked override.
Alternatively, you could add a third argument for overrides, but I think this is just an oversight.
Thank you.


