Published on March 31st, 2024 by kwmoon01
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
Published on March 28th, 2024 by kchrist8
For some reason people can’t sign up for my forum completely. When they register, the email that’s supposed to get sent out so that they can set a password just doesn’t get sent.
Any ideas why this might be the problem? I can see that people are registering because I see their emails/accounts as users, but unfortunately they won’t ever be able to log into those accounts without the set password email being sent.
Any ideas?
Published on March 28th, 2024 by bobjgarrett
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?
Published on March 26th, 2024 by nationalhomeless
We’re currently working on integrating forums into our Community page. However, despite embedding the necessary shortcodes, we’re encountering an issue where the forums page loads correctly, but clicking on specific forums or topics results in blank pages. We’ve attempted to troubleshoot by uninstalling, but the problem persists.
Here’s our forum page https://membership.nationalhomeless.org/community/
Blank page: here:https://membership.nationalhomeless.org/forums/topic/welcome-members/
Published on March 25th, 2024 by jrgalia
How to create Divi layout for edit forum profile page? On the page something like this
/forums/users/username/edit/
Published on March 22nd, 2024 by abuharon
Welcome
How are you
How can I edit friendly links and make them short (topic id) and (forum id)
Ex:
www.Domain.com/forum/forum/title-forum
to
www.Domain.com/forum/forum/25
————-
www.Domain.com/forum/topic/title-topic
to
www.Domain.com/forum/forum/554
Published on March 22nd, 2024 by uksentinel
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
Published on March 21st, 2024 by jelliott2014
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.7
Published on March 21st, 2024 by martinna218
WordPress: 6.4.3
bbPress: 2.6.9
Our 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?
Published on March 20th, 2024 by darkmattersastro
I have a very strange issue with links on my forum.
If a user posts this, the post will appear on the forum properly:
<a href="https://astrobin.com/okz16b/E/"><img src="https://astrobin.com/okz16b/E/rawthumb/gallery/get.jpg?insecure"/></a>
If they post this instead, it will not allow them to post it:
<a href="https://astrob.in/okz16b/E/"><img src="https://astrob.in/okz16b/E/rawthumb/gallery/get.jpg?insecure"/></a>
If you look, the difference is one link refers to astrobin.com and one to astrob.in. I cannot find anywhere to allow astrob.in links in users posts.
Anyone know where I can set this? 🙂