@tarnvogl
oh yeah forgot about that.
I understand at that point on your end though.
I am trustworthy though 🙂
if you want you can hire a developer to try to find the issue and fix this for you.
post a job at http://jobs.wordpress.net/
and sorry i do not really like using stuff like teamviewer
the recent comments widget is just displaying any comment from your facebook page most likey,
not that is has any comments on a particular topic from bbPress, but that you just shared a topic as a “status update” and people are commenting on that “status update”.
@herculaas if you want this kind of functionality , which would be pretty difficult to create you should hire a developer and post a job at http://jobs.wordpress.net/
You should be able to control this in Yoast SEO by changing the meta title settings, or it may be something you have to do in your theme / a custom plugin.
See info here re: using Yoast and the different settings:
http://kb.yoast.com/article/146-yoast-wordpress-seo-titles-metas-template-variables
It looks like you want to make sure the meta title is set to just use this Yoast variable:
%%title%%
well when im thinking about it this site is multisite and it doesnt show the issue you are having.
if you want you can create me an admin account and send the login details to my email.
I will tell you when i enter into your site
im just going to look over not mess with anything
look over your plugins and settings and maybe theme files and see if i can find something that might be causing an issue.
i will then tell you when i think i found an issue though email , let you or ask to give me permission to do something.
if it doesnt try again , if it does then you can delete the admin account for me and this topic is resolved.
Contact
this is not really a problem , and its not bbPress
WordPress handles the registration and in a default installation of WordPress your login page is yoursite.com/wp-login.php
bbPress just has a custom registration form.
You can use this plugin for a custom new registration email.
https://wordpress.org/plugins/welcome-email-editor/
im sure when bbPress devs implement the @mentions scripts into bbPress they will have a way for it to work with the visual editor , well depending on their stance to implement the visual editor by default too.
if you really want the @mentions script from BuddyPress to work in the visual editor in bbPress you might need to hire a developer.
post a job at http://jobs.wordpress.net/
I am using a plugin that automatically imports Facebook comments as post comment. When I share a bbPress topic on my Facebook page it does import the Facebook comments (I can see them in the recent comments section in WordPress) but they’re not showing up in bbPress.
Is there any way to fix this?
Hi everyone,
I’ve recently setup my own forum. In the past I have been using Dokuwiki as a forum, but it had to many restrictions. Now that I’m using BBwordpress I’m having to following problem.
I don’t want people having to register as user, but I do want them leaving their names. Is there a Plugin available that forces people to give their name before opening a topic, or leaving a commend?
I appreciate your help guys!
How do you rewrite forum post title like in this forum?
In here, you got…
Topic:[Your Topic Title] – BuddyPress.org
Simple and clean!
On my forum, I got…
Forum | Lowongan Kerja | JDA Community[Tanjung Duren] Dibutuhkan Segera Customer Service | JDA Community
It’s so messy and it’s too long.
I used Yoast WordPress SEO btw… Can anyone help me with this? Thanks before.
I recently installed the bbpress plugin on my WordPress website. The theme I am currently using is built on the Genesis Framework. The avatar image shows up on single post. However, where ever the small avatar image is to be displayed it doesn’t.
I have my show avatar settings enabled. I would grealty appreciate it if someone could take a look http://hunniemaid.com/forums/ and give me some insight on what the issue may be. Thanks in advamce.
it might be a multisite thing where it forces users to have lowercase letters as their usernames, so this might be intentional in WordPress.
If you want your display name to be unique edit your profile and add a nickname and change your display name with the dropdown in your profile.
you can see how my display name changed after i changed the nickname and display name in my profile on here.
@sultanuddin
you will need to hire a developer for this.
one that has experience with WordPress , bbPress , and creating Android applications.
I used the Step-by-Step Guide to set up BBPress and it still isn’t working for me. My forum displays the forum names in a weird chunk of text, not in the nice layout of a forum, please help.
My website is here: http://swakpack.org/forums/
WordPress version 4.2.2
bbPress: 2.5.7
And no, I admit this does not happen with the themes Twenty Twelve etc. the forums look perfect on those themes.
He says that is not supported with the current version of wordpress.
Why this option is not defoult with bbPress?
Thanks
Is there a way to force an email to all forum members whenever someone creates a new post or posts a reply? Basically, my client wants all members to get emails for everything.
Wordpress Version 4.2.1
bbPress Version 2.5.7
it might be another plugin causing the issue.
Maybe during registration?? not sure though.
WordPress on your side displays all users in the “all users” section to be lowercase even when they have uppercase and lowercase in their usernames??
@Robkk
it is not the fault of the child theme, I deactivated it and used the default twentyfourteen theme, without any modifications. The problem still remains.
Maybe this information will help: In the backend, WordPress also displays all users in lower case letters. Do you think there is anything I can do to change this? Maybe it is not a problem of bbPress, but more an issue of WordPress..
add this to your child theme functions.php or install the plugin below.
function bbp_reverse_reply_order( $query = array() ) {
$query['order']='DESC';
return $query;
}
add_fiter('bbp_has_replies_query','bbp_reverse_reply_order');
https://wordpress.org/plugins/bbpress-sort-topic-replies/
use this for photo uploads into posts
https://wordpress.org/plugins/gd-bbpress-attachments/
use basic user avatars for just avatars
Hey,
Trying to do the vBulletin 4.x converter to bbPress. Now, in the import forums of bbPress, there is “vbulletin 3x” and “vBulletin”. I read here that the “vBulletin” option is the one to choose for v4.x
When I attempt to do the conversion, I get the following error that prevents it from running – can someone help on this?
WordPress database error: [Table ‘twcadmin_twc_vbulletin.wp_forumsuser’ doesn’t exist]
SELECT convert(user.userid USING “utf8”) AS userid,convert(user.password USING “utf8”) AS password,convert(user.salt USING “utf8”) AS salt,convert(user.username USING “utf8”) AS username,convert(user.email USING “utf8”) AS email,convert(user.homepage USING “utf8”) AS homepage,convert(user.joindate USING “utf8”) AS joindate,convert(user.aim USING “utf8”) AS aim,convert(user.yahoo USING “utf8”) AS yahoo,convert(user.icq USING “utf8”) AS icq,convert(user.msn USING “utf8”) AS msn,convert(user.skype USING “utf8”) AS skype FROM wp_forumsuser AS user LIMIT 0, 50
No users to convert
No data to clean
Starting Conversion
Hi this is my first post here, I know my way around editing code but not a strong coder.
I am wanting to edit bbpress so as to turn off the option for revision logs and have it as a default so all post edits must be recorded.
Can anyone please guide me in doing this?
I heave read around the forums and it seems everyone is wanting to do the opposite of this with their logs, but I need it as my wordpress/bbpress install is for official activities.
thanks
This might help.
https://wordpress.org/plugins/bbpress-role-deleter/
other than that follow the uninstall process in tools > forums then reset forums
bbPress 2.3.1 Bug Fix Release
i think that tinymce was also getting buggy until the big version 4 update in WordPress 3.9.
@amalsh
well looking at this and seeing class="hashtag"
<a class="hashtag" rel="nofollow" href="http://localhost/wordpress/forums/search/?bbp_search=%23000080">#000080</a> //color hex should not be in here
;”>
the issue is probably from this plugin if you are using it.
deactivate that and see if tinymce works better after that.
https://wordpress.org/support/plugin/hashbuddy