You can configure wpForo for guests to post without having to register. You do have a mandatory email field for guests, but you could make it cl...
Hi biggersworld You want your guests to be able to post? By 'guests' do you mean people that have not registered on your site?
Robert, I see what you mean. I just changed the title of my previous post and it did show up amended in the Recent Posts widget on the right here. ...
Hi Robert, thanks.
Hi @robert There was no [Solve Database Problems] button, and that page said "No problem found in database" (screenshot attached). &...
I think @soft-designs is not referring to the time-zone. I think they are referring to the time format. For example, rather than a post bei...
@soft-designs Isn't that a WordPress setting as opposed to a wpForo setting?
Hi @alvina From the screenshot, @activatevision seems to have put in the "FROM Email Address" two addresses. This is wrong, isn'...
You're looking at the wrong section. What you are after is at the top of that screen you are looking at. wpForo.png
Just adding this line in my theme functions.php seems to do the trick. add_filter( 'wpforo_message_bubble', false ) ; It will however turn ...
Hi Alvina I have just tried it. This looks like an "all or nothing" switch, meaning, either you switch all the message bubbles on or you switch ...
That's great, thank you @alvina