Published on May 7th, 2016 by memi9k
Hello, sorry for my English.
I can not solve a problem: the background color of the “reply” does not work properly.
The following two images:
How it should work: http://skywarriorthemes.com/blackfyre/forums/topic/vcbvccvbvcb/
How it works: http://www.escgaming.it/forums/topic/benvenuti/
How can I fix the problem?
The bpress.css file seem identical.
Published on May 7th, 2016 by modman
Hello!
I’m ready to install wordpress with bbPress
I need to say if there is a way to convert my forum IP.Board (By Invision Power Board) to bbPress
I see that there are plugin that works only with old version of IP.Board (from 1.0 to 3.4)
Thanks you so much!
Daniele
Published on May 6th, 2016 by truelux
I would like to remove the LINK associated with the Admin username.
I placed the following into my child-theme’s functions.php file:
/* Remove link urls from forum author instances */
add_filter( 'bbp_get_author_link', 'remove_author_links', 10, 2);
add_filter( 'bbp_get_reply_author_link', 'remove_author_links', 10, 2);
add_filter( 'bbp_get_topic_author_link', 'remove_author_links', 10, 2);
function remove_author_links($author_link, $args) {
$user_id = bbp_get_reply_author_id( $reply_id );
$user_info = get_userdata($user_id);
$bbpadmin = $user_info->user_login;
if ($bbpadmin == "ADMINUSERNAME") {
$author_link = preg_replace(array('{<a[^>]*>}','{}'), array(" "), $author_link);
return $author_link;
} else {
return $author_link;
}
}
This works fine but I noticed the link still appears when viewing “last responded.” Removing the link from just Admin helps with security since the username won’t be out in the public.
Published on May 6th, 2016 by Kineta
I have bbPress & BuddyPress installed on my site (the newest versions of both: 2.5.9 & 2.5.2 respectively. On WordPress 4.5.2
Notifications had been working nicely – users where notified when someone replied to either a topic they posted or a reply in a thread. Now only the person who started the topic gets a notification to their topic or their replies in the thread, and with replies they get two notifications – one that says the correct name of who it’s from and another saying it’s from their name.
I disabled all other plugins and turned off my theme and activated the Twentysixteen theme to test.
A separate but related issue – it would be *very* nice if the notification link went to the actual reply instead of the topic at the top of the page. This had seemed kind of promising: https://bbpress.org/forums/topic/new-reply-notification-link-to-the-reply/
Published on May 6th, 2016 by NickUdd
Hello,
Ok, I am back trying again….
Looks like almost 80,000 replies are not imported? Same like I tried last year. I did slow down the import process to 50 rows per time and 2 seconds delay between each row. How high could I set it without taking ages?
Topics seems to be accurate, members are actually more on the new wp forum, perhaps removed and banned followed trough (no big deal)? However we are missing about 80,000 replies
Published on May 6th, 2016 by jevans93
Hi all,
Been googling and searching here and WordPress etc for days and no luck. Previous threads here showing plugins that no longer exist.
I’m looking to disable users from changing their display & nicknames on the forum so only their username is displayed.
Currently using bbPress with WP User Manager
Published on May 6th, 2016 by jon
Mywebsite: www.lucacenter.com
BBPRESS Versión 2.5.9
WordPress 4.5.1
After I update my bbpress to version 2.5.9 I can’t see the Text editor.
I try to change themes, flush cache, and desactive all plugins. :/
any knowed issuess?
View post on imgur.com
Published on May 6th, 2016 by sg1984
Hi im new to bbpress and have some questions to ask.
1) How do you hide the wordpress top bar for subscribers, subscribers dont need to use the top bar to access to the forum. I dont wish users to know that they are using a wordpress website.
2) How do you increase the size of the font for the main forum? The description of the sub forums are too small, would love to change the font type and its size.
Published on May 6th, 2016 by marcuszimbo
Hi
I have an issue whereby reply threading is not working only in Internet Explorer.
Does anyone have a similar issue and therefore a fix for this?
Thanks
Mark
Published on May 6th, 2016 by nicolas.mahy
Hi,
I would like to disable the search function, but only in the Topics:
http://www.stushare.be/forums/topic/turks-brood/
(Theme twentythirteen)