Stephen, while I got your attention.
is there a hook to get access to bbpress posts as they are submitted into the database, similiar to wordpress hooks like wp_insert_post_data, where I can get access to the post body and alter it?
It was late last night and maybe I was seeing things, I have just tried to reproduce the issue and cannot.
The fix for this was Trac Ticket #2476 and in changeset r5187.
Can you check the contents of this file on your server please, it should match this file at Line #92
/includes/users/functions.php#L92
'url' => 'comment_author_url'
I am testing this now but I cannot reproduce it.
Do you the correct time zone +7UTC set in WordPress’ settings?
http://example.com/wp-admin/options-general.php
I still don’t see any “wrong” color links.
This is what I see (3 pages partial views)
1. after login: http://img706.imageshack.us/img706/5176/x9mb.jpg
2. main forum: http://img62.imageshack.us/img62/7595/v84r.jpg
3. topics: http://img43.imageshack.us/img43/2623/ni4f.jpg
Also, not sure if you intended, but the user/pwd you gave, gives access to the WordPress admin area as FULL Admin. I could create, delete anything.
how can i hide wordpress sidebar in bbpress forum.??
And how can i put profile image in members. ??
Thank you.
I have recently installed BBPress into my WordPress theme, and have been having a few problems with spam registrations. Basically people are creating accounts, and in their profile text the are adding links to external sites. I would like “nofollow” to be added to these links by default, though nothing I have found on this forum has worked. I have added various things to my functions.php file as instructed by people here – none have worked. Can anyone help with this?
This something we could look at implementing into the core of bbPress, could you create a ticket in Trac for this and we can take a closer look at the issue.
http://bbpress.trac.wordpress.org (Use the same wordpress.org/bbpress.org username and password)
I would also like to hide the “/members” page form being publicly accessible – is this possible?
This part is BuddyPress 😉
I don’t know of any off the top of my head.
Have you tried searching for one?
https://bbpress.org/plugins/ or https://wordpress.org/plugins/
Can you please create a ticket on Trac for this please
https://bbpress.trac.wordpress.org/ (Use the same wordpress.org/bbpress.org username and password)
Thanks for the report and you are correct it should still be an accurate count after running the repair tool. Could you create a ticket n Trac for this and I’ll take a look and see if I can get it fixed for the next release.
http://bbpress.trac.wordpress.org (Use the same wordpress.org/bbpress.org username and password)
We have an open ticket on Trac on what is and isn’t in the widgets and the potential option to merge everything into a single widget. If you have any additional thoughts not yet covered so far please feel free to add your own thoughts 🙂
https://bbpress.trac.wordpress.org/ticket/1918
We have an open ticket on Trac on what is and isn’t in the widgets and the potential option to merge everything into a single widget. If you have any additional thoughts not yet covered so far please feel free to add your own thoughts 🙂
https://bbpress.trac.wordpress.org/ticket/1918
That said one of the strings ‘You must be logged in to create new topics’ IS translated here so it might be the case of updating your translations.
Details to update your translations are here https://codex.bbpress.org/bbpress-in-your-language/
I would also look at the 115 of 1034 strings yet to be translated looking at the details here and get those translated and then contact your local Hebrew translation team via https://he.wordpress.org/contact/ to get the strings approved.
Hi, sorry about being so obtuse.
I’m using woocommerce groups. it stores its stuff in several non-standard wordpress tables. I need to be able to replace the bbpress roles as displayed in the forum iteration with the group the user is assigned to. I want to be able to do that without hacking the core, for obvious reasons.
does this help.
m
ok, I’ve cut justsayno1’s code into a plugin, which you can download from here
This will then override any user choice, and enforce only username as the display
bbpress username plugin
Download this to your PC, and then using dashboard>plugins>add new and select upload files and upload the zipped file to your site
Let me know what works and doesn’t
Three things :
1. As justsayno1 says – the avatar will display the “display name” as the “alt” choice.
2. The profile page still appears to have the “display name”
3. I haven’t yet worked out how to take out the user choice to edit what is displayed, even though of course that is now redundant ie doesn’t work
@Mr-B – give it a go and let me know what works and what doesn’t – I basically just nicked Justsayno’s code.
@Justsayno1 on No. 1 above, can you point me to where the get-avatar function is in main wordpress (the file name would be great) and I’ll amend and cut that code into the plugin as well
@Justsayno1 on No.s 2 & 3 – have you fixed these, and if so can you point me to the solutions, and again I’ll add then to the plugin.
Xenforo was on another host, so I couldn’t use the importer. Then I transferred Xenforo over to the same host as my WordPress/BBPress installation, but the importer doesn’t seem to be working for me.
Has anyone done this successfully?
Hi
I posted here last week, but for some reason my post didn’t appear, so trying again.
I am running bbpress 2.5.1 Buddypress 1.8.1 and WordPress 3.7.1 and having problems finding documentation to support getting my forums (or are they now called groups) to work at http://www.thehouseofdog.co.uk/groups/
No one seems able to post a new topic, not even me. The forums are not clear, you have to select the forums tab to get them up (and then they’re empty because no one can create a new topic) and I just need to know where I can find a manual to set this all up.
I spent 3 hours last Friday trying to find out why the ‘forums’ tab wasn’t displaying in my dashboard, only to discover I’d been looking for something which obviously doesn’t show in the latest bbpress version (but the documentation says it does).
Can someone please help me? I’ve never used wordpress, buddypress or bbpress before and I really need a manual which is up to date!
Thanks
Hello – new to this forum.
I have just started using bbPress (WordPress plugin), and I see that the ‘Freshness’ is incorrect for my test forum (localhost). The topic and post dates are in fact correct (when you go to the post, look at WP Admin, the post dates are accurate), but ‘Freshness’ is completely incorrect.
For now, I am developing my own Freshness algorithm, and will include it via theme compatability. I just wanted to add feedback that there seems to be a problem w ‘Freshness’ that would benefit from a fix.
Thanks. –Bill
Hello,
I have recently installed BBPress into my WordPress theme, and have been having a few problems with spam registrations. Basically people are creating accounts, and in their profile text the are adding links to external sites. I would like “nofollow” to be added to these links by default, though nothing I have found on this forum has worked. I have added various things to my functions.php file as instructed by people here – none have worked. Can anyone help with this?
I would also like to hide the “/members” page form being publicly accessible – is this possible?
Thanks
James
You could use this plugin https://wordpress.org/plugins/bbpress-string-swap/
Or you can use this plugin https://gist.github.com/ntwb/7864894
Or just add the code from the plugin to your themes functions.php or bbpress-functions.php file.
add_filter( 'bbp_get_dynamic_roles', 'ntwb_bbpress_custom_role_names' );
function ntwb_bbpress_custom_role_names() {
return array(
// Keymaster
bbp_get_keymaster_role() => array(
'name' => 'My Custom Keymaster Role Name',
'capabilities' => bbp_get_caps_for_role( bbp_get_keymaster_role() )
),
// Moderator
bbp_get_moderator_role() => array(
'name' => 'My Custom Moderator Role Name',
'capabilities' => bbp_get_caps_for_role( bbp_get_moderator_role() )
),
// Participant
bbp_get_participant_role() => array(
'name' => 'My Custom Participant Role Name',
'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() )
),
// Spectator
bbp_get_spectator_role() => array(
'name' => 'My Custom Spectator Role Name',
'capabilities' => bbp_get_caps_for_role( bbp_get_spectator_role() )
),
// Blocked
bbp_get_blocked_role() => array(
'name' => 'My Custom Blocked Role Name',
'capabilities' => bbp_get_caps_for_role( bbp_get_blocked_role() )
)
);
}
Здравейте,
За първи път инсталирам bbPress и имам няколко въпроса.
От къде да взема български за последната версия – 2.5.1?
Къде да кача езиковите файлове?
Това ли е най-добрия и лесен плъгин за форум към WordPress?
Благодаря Ви предварително.
Does everything work fine with a default WordPress theme? (If so we can narrow it done to a theme issue and not some other issue).