Hi!! I want to use hashtags in my websit forum. I have found some plugins but they are not tested for the latest versions of wordpress.Is there any new plugins for including hashtags and @usernames to my forum.Thanks in advance:)
wordpress version:4.9.4
bbpress version:2.5.14
if you google ‘WP Super Cache bbpress’ you’ll find lots of help – including how to disable bbpress for supercache
WordPress Dashboard
> Settings
> WP Super Cache
> Advanced tab
> Scroll down to “Accepted Filenames & Rejected URI’s”
> Add here strings (not a filename) …
I found the following entries in that text box:
wp-.*.php
index.php
I added:
/forums/
(My bbPress application is installed under my WordPress directory in the /forums sub-directory).
Now all URL’s that include the string “/forums/” are ignored in terms of caching.
which sound like what you may need
Hi so I’ve got a problem with a forum. It’s not my first one but the first time i’ve got that problem. When I post something/ create a Topic etc. it is not being shown. only after a long time (like a day or so) it will show the changes. i guess it is a problem with the cache but I can’t figure out what. clearing the cache doesn’t help and even if it would… i mean who clears his cache after each post of every user…
WordPress 4.9.5
bbPress Version 2.5.14
WP Super Cache Version 1.5.9
if you want to take a look at it yourself: turngemeinde.com/forum (its in german)
Hello bbpress Team,
Now we have facing version compatibility issue in wordpress.
Wordpress : 4.9.5
Buddypress : 2.9.4
Now getting some notification and error regarding deprecated functions. Please updated your version with this plugin compatibility.
can you suggest us whats we do now and how much time taken for next update?
You can use this plugin to manage roles https://wordpress.org/plugins/bbp-capabilities/
bbPress 2.6 coming soon adds support for per-forum moderators
Hi !
After WP update 4.9.5 the following error message is displayed and generate a 500 error on my WordPress :
http://metrotpm.cafecitoyen.fr
Here is the message :
Fatal error: Cannot redeclare bbp_get_caps_for_role() (previously declared in /wp-content/plugins/bbpress/includes/core/capabilities.php:31) in /wp-content/plugins/bbpress/includes/core/capabilities.php on line 209
Many thanks for the help !
Ragrds.
MG
bbpress uses the wordpress default avatar as set in
dashboard>settings>discussion
There are plugins that let you add additional defaults eg
Add New Default Avatar
or use code in your functions file or a snippets plugin (https://en-gb.wordpress.org/plugins/code-snippets/) such as
add_filter( 'avatar_defaults', 'mytheme_default_avatar' );
function mytheme_default_avatar( $avatar_defaults )
{
$avatar = get_option('avatar_default');
$new_avatar_url = get_template_directory_uri() . '/images/default_avatar.png';
if( $avatar != $new_avatar_url )
{
update_option( 'avatar_default', $new_avatar_url );
}
$avatar_defaults[ $new_avatar_url ] = 'Default Avatar';
return $avatar_defaults;
}
@editor-mike,
If it does not seem to work, you can also find the option in my bbp-toolkit plugin in the ‘Extras’ tab.
Let me know if that worked after you activated the plugin and the option.
bbpress just uses the display name as set in
dashboard>users>all Users>edit user
so you could change your users to what you want.
users can change their individual if you give them access to their wordpress profile or their bbpress profile.
There are some plugins and code that can change stuff eg
Quick Tip: Set the Default Display Name for WordPress Users
I googled ‘wordpress change display name for all users’ and lots lots of stuff.
Can’t do a treeview (whatever you mean by that), but my plugin
bbp style pack
has an unread posts tab
I’m having trouble replying to my own thread I just created on a forum. All the options available say “Edit”, “View” and “Trash”. But I want to reply & post in my own thread that I created. Can you please help me? I’m quite stressed out trying to get my forum to appear not only as a page but with the ability to reply. I cannot reply to my own thread and forum?
I reached out to wordpress.com, wordpres.orf (who redirected me to wordpress.com); and Wordspress.com told me to reach out to bbPress saying, “It is a design issue , You need to add it with the web developer. Please check with the plugin providers also for that. Its not the server settings . Its a forum settings you need to check with the forums developers.”
So that is what I am doing. If you need me to provide links, I will. I just am desperate for help so that I can get my post and website up and working.
Please advice and thank you.
I almost had it done converting it to simple machine and then to BBPress but it kept getting an error at the end. I was converting to 4.4 (I believe) it was using the latest converter someone posted on the VB Forums. I apologize for not saving the links. I finally gave up. Went back to VB 5.0 and am hosting it myself. vBulletin is by far the best software out there for forums, but not great when you want integration. My forum was pretty good sized..
HH Forums Statistics
Topics: 59,495 Posts: 385,220
I didn’t use the cloud like I did and went back to self hosting like I had before. If you host vBulletin yourself you have total control over it and you can install 3rd party plugins. I use DragonByte. It is inexpensive and great customer support. With the new vBulletin interface and mobile support for apps it is again top of the line.
I waited well over a year for a solution to the problem and WordPress and BBPress were obviously not willing to take a good portion of the crowd wanting to jump from vBulletin. But they waited too long and vBulletin worked their issues out.
It does not work as it used to before.
Here the faults:
1) Under Settings > Discussions when I try to select the Forum, and click on “Apply settings to existing posts” it shows an error.
2) When I go to the posts I find all the wordpresss comments removed, and no bbpress replacement
3) However It works only if I edit individual posts and select the forum under the individual posts.
That means if somebody has 1000 posts he will have to edit 1000 posts for enabling the import?? How time consuming that will be
And during the time the individual posts are being edited the existing comments will remain hidden
Earlier this fault was not there, the import could be enabled for the all the posts with one click…
Hi @thebeeobee,
That looks like a nice bug. Would you be able to add that to https://bbpress.trac.wordpress.org/newticket , describe in short the issue and the steps to reproduce? Also put a link to this topic.
Thanks a lot!
Pascal.
@fabioweb
Ciao Fabio,
As you can see on https://translate.wordpress.org/locale/it/default/wp-plugins/bbpress , bbPress is translated in stable and dev at 100%, so I confirm that all strings have been translated in Italian.
What you show in your screenshots is however coming from a theme or an extra plugin and not from bbPress.
So identify the theme or plugin that adds this string and translate it. More information on how to translate can be found on https://it.wordpress.org/traduzioni/
@zcoin,
bbPress is not different from WordPress. Basic information on the post (a forum, a topic or a reply are all a ‘post) is a record inside the wp_posts table. Then in the wp_postmeta table you will find more information for every post.
Hi @tonyleev,
That would be a question for the support forum of that plugin. Maybe it’s this one: https://wordpress.org/support/plugin/moderation-tools-for-bbpress ?
Hello everyone!
I’ve set up a bbPress forum on a clean WordPress installation and applying the simpliest boxed theme to it (twentysixteen). I tested ie and everything was working fine so I made a child theme and started styling it.
Problem is, almost at the end of the customization, I realized that when I search something in the top form, the results page is completely messed up and I can’t seem to figure out why…
I’ve done some googling and ended up on these two topics:
Search css issues…
Template in Extras Directory for Search Results
But they didn’t help me because as for the first one, by using What The FIle plugin, turns out the files WP pulls up in the index and search restults are the same; as for the second one, I didn’t import any custom UI and the theme I created was made a child of twentysixteen which was quite vanilla as for looks.
I admit I’m not a sharp expert on the matter, but I’m out of options…
Does anyone have an idea of why the results page breaks so badly?
Thanks in advance for your replies!
Have a nice day 🙂
my private groups plugin will let you do that using topics permissions
create a group, allocate a forum to it, activate topic permissions, set topic permissions to only allow users to create a topic and see replies to that topic. Set users you want to that group.
Private groups
@studentfilmmakers As a start try using this plugin to style your bbpress.
bbp style pack
then come back with any further queries
I am frustrated with the lack of layout and theme availability for the bbpress. Yes, there are a hundred thousand themes you can use it with but a lot of them are only visually pleasing and not really made for functionality. What really bothers me is the use of the grey text that looks great aesthetically but it is not for reading. I am sure there is a way I can change the grey text and make the nice background show up after the post. I just have to find the person who can tell me where to edit this in the theme or style sheet. Any help is greatly appreciated.
I like the way this forums looks. Is there a link I can download the them at. The link above is not in my face understandable for me. Here is it https://meta.trac.wordpress.org/browser/sites/trunk/buddypress.org/public_html/wp-content/themes
What can I do to make this work as a theme. The steps to make this happen would be appreciated greatly. Have a great day and God bless.
I am looking to do just what the original poster was looking for:
When a user creates a new topic, the menu assigned to this new topic should be the same menu as the forum. It is currently using the default WordPress menu. Can someone point me to the right code and where to add it to automatically assign the right menu to new topics? I appreciate your help.