Search Results for 'bbpress'
-
Search Results
-
I just installed the follow for bbpress plugin, and I have received four warnings about the coding on lines 36, 38, 42, and 44. I have not altered anything. This messaged popped up upon going to setting. I am not sure what to do to get rid of it. Below is what the error message says:
Warning: Trying to access array offset on value of type bool in /home/noisvjkg/public_html/wp-content/plugins/follow-bbpress/setting.php on line 36
Warning: Trying to access array offset on value of type bool in /home/noisvjkg/public_html/wp-content/plugins/follow-bbpress/setting.php on line 38
Warning: Trying to access array offset on value of type bool in /home/noisvjkg/public_html/wp-content/plugins/follow-bbpress/setting.php on line 42
Warning: Trying to access array offset on value of type bool in /home/noisvjkg/public_html/wp-content/plugins/follow-bbpress/setting.php on line 44
We have a bbpress forum in a secure site. A member has just tried to show images from his own site within our forum. It seems that because his site is not secure (http) the images do not get rendered.
Is there any way to fix this?Is there any way to change the BBPRESS Topics and Posts default menu listing to show an icon/image instead ?
I have seen a couple of BBPRESS forums (https://wordpress.org/support/view/all-topics/) that achieve this, but no idea how ?
Thanks
Topic: Unknown Subscribers to Forum
I have lately been notified several times that obviously fake emails have evidently “subscribed” to my Forum. I thought that only approved users could see or subscribe to the forum, or at least I could approve anyone who subscribes. Is there a setting that prevents spammers from subscribing? Thanks.
saanichsommeliers.ca
bbPress: ver. 2.6.9
bbp Style Pack ver. 5.8.7Wordpress: 6.4.3
bbPress: 2.6.9Our site uses bbPress forums with a fairly large amount of traffic. We use Akismet for spam protection and it works reasonably well. The only issue is that a topic’s last active time updates even if the submitted comment is detected as spam. As a result, some old topics that have had spam comments posted into them, invariably find their way to the top of the forum, with no (visible) new content inside, which is annoying. Due to the size of the forum and the amount of traffic, retriggering the last active time calculation is somewhat unfeasible. My question is, is there a way to hook into bbPress internal functions and just prevent the $last_active_time from updating if the reply is already detected as spam?
Topic: Forum reply timestamps
Hi there,
Forum replies are displaying with the incorrect timestamp. All replies to a topic are shown with the timestamp for when the topic was created, rather than when the actual comment was made.
I have the bbp style pack plugin, but can’t see a way to fix this here.
Wordpress – Current version: 6.4.3
BBpress – Version 2.6.9Re allinop.com
1. I have tried using bbpress style pakc to remove the words ‘creator’ ‘topic’ that are above every reply to no avail (bbstylepack > topic/reply display > 10. > 0px , but this did not work
2. I used bbstyle pack to disable all breadcrumbs. An unintended side effect is that topic titles also got removed. (now breadcrumb disable has been deselected).
Are there any css solutions for the above?
Topic: No forum sidebar
Hello,
I setup my BBPress forum, but there’s no forum sidebar,
I need a widget to show the users activities,
Please tell me how to get this forum sidebar.
Thank you very much !bbpress dashboard not working. and some errors show in home page.
here is video link discribe the problem
bbpress dashboard not working
https://drive.google.com/file/d/1sgTIptA-flUxGz__AP0BQHvK3wBHDMIo/view?usp=sharingTopic: Text editor not showing
Text editor is not appearing.
I use Generatepress with bbpress, bbstyle pack.
I selected text editor via bb stylepack plugin
I tried the classic editor with no success.
Re: Website: allinop.comI have used the following css to modify the [bbp-topic-index]
.bbp-topic-voice-count, .bbp-topic-reply-count, .bbp-topic-freshness { /* Hides elements related to voice count, reply count, and topic freshness */ display: none; } .avatar-14 { /* Hides avatars with the class "avatar-14" */ display: none !important; } .bbp-search-form { /* Hides the bbPress search form */ display: none; }I have 2 issues:
Firstly, the topic titles do not take the entire horizontal space.
It is as if the hidden elements still occupy the space.
I have tried ‘hidden: none’ instead ‘display: none’ to no avail.Secondly, I’ve been trying to also remove the border around the list of latest topics.
I have unsuccessfully tried:
.bbp-topic { border: none; }and
.bbp-topic { outline: none; }I would be grateful for any ideas.