Search Results for 'bbpress'
-
Search Results
-
Topic: can’t install bbpress
Hello,
I have a wordpress with some plugins and i can’t install bbpress properly (no links access to the admin menu)
The plugin i have is :
wpml
buddypress
yoast seo
woocommerceis there an incompatibility with one plugin ?
i tested by unable those plugin and install first bbpress and it’s works.
if i install after no…regards
Topic: bbpress bullets
Dears,
I’m using bbpress and it is work great, but i want to remove all bullets within the forum, how I can do it?I need a detailed steps please.
Regards,
samer
Topic: Font-Size
bbPress version: 2.5.11
My Site: http://figoocraft.de/forum-3/
Theme: SydneyHello everyone,
I am trying to change the size of my font in bbPress.I tried editing the bbpress.css file in: content/plugins/bbpress/templates/default/css
First I edited the Size of the bar that holds the topics, that worked perfectly.Then I tried to edit the overall size of all fonts, so I changed:
#bbpress-forums { font-size: 12px; }To:
#bbpress-forums { font-size: 16px; }That didn’t change anything, so I tried to copy the bbpress.css to my themes directory as that’s what’s mentioned in the documentation. That neither changed anything, so now Im wondering what am I doing wrong?
Can anyone help with correct code? I want complete user click edit profile will direct 100% go to custom page like normal without any issue
Issue 1:
First load edit page complete, after that 2 second, reload custom pageadd_action( ‘bbp_user_edit_before’, ‘pb_custom_bbpress_edit_profile’ );
function pb_custom_bbpress_edit_profile(){
echo ‘<meta http-equiv=”Refresh” content=”0;url=http://example.com” />’;
}Issue 2:
No workadd_filter( ‘bbp_pre_get_user_profile_url’, function() {
return get_bloginfo(‘example.com’).’/profile’;
});Issue 3:
Still load edit profile link without load custom like. But given blank page, no error no warning, just empty link pageadd_action( ‘bbp_user_edit_before’, ‘pb_custom_bbpress_edit_profile’ );
function pb_custom_bbpress_edit_profile(){
echo ‘‘;
}==============
Also change the default url for favorites and subscriptions by doing this:
How can i correct it?// Replace the default link for the favorites
add_filter( ‘bbp_get_favorites_permalink’, function() {
return get_bloginfo(‘example.com’).’/profile/forum-favorites’;
});// Replace the default link for subscriptions
add_filter( ‘bbp_get_subscriptions_permalink’, function() {
return get_bloginfo(‘example.com’).’/profile/forum-subscriptions’;
});=============
ThanksHi,
I’ve installed bbpress and it works great. However, there is an issue I couldn’t figure it how to to solve yet.
I other forum bundles such as phpBB, we can create different sections (which is called categories there) which is different sections with their own farms. (pls look at this: https://www.phpbb.com/customise/db/style/prosilver/demo/3.1). As it is obvious in the link. it consists these sections: Forum, Normal category 1, Normal category 2 and …). However, i don’t know how to make it possible in bbpress.
My second question is about how to change bbpress theme?
Thanks in advance for your reply.Topic: Stop Email Notification
Wordpress 4.7 bbPress 2.5.12. Need to globally turn off email notifications – they are triggering spam and shutting down other needed WordPress member notifications.
Is there a way to let them subscribe and keep notifications in the forum? I can’t find any solutions or plugins to at least turn the email sending on and off while I even figure out a solution.
Thanks!
After switching site hosting from DReamhost shared servers to Dreampress my bbpress login is not working properly. You can fill out the username and password and after entering it just resets as if you never did anything. No errors.
my site is tyndale.edu
Under Current Students is Student Lounge and that is the main place we need this to work. Any thoughts?Thanks,
RichardHello, I’m not sure if I found a bug or it is a feature. I’m using WordPress website as a forum. I have three private groups where each have access for different forums. Under one category I have four forums – one group has access to three forums and other to the last one. When someone will put a post to one of the forums, person from group which is not permitted to see the post, can see in freshness column, that someone has wrote something (still he is not able to see the post but in fact he can see the action). Two screenshots for picture the issue:
http://screenshot.sh/oBMycidMR5T2U
http://screenshot.sh/m9itlEWm5RUbW
On pictures I’m logged into account which don’t have permissions to view the forum, to which post has been added. I’ll be grateful for any hint how to solve this issue.
Wordpress version – 4.7.1
bbPress version – 2.5.12
bbP private group version – 3.2.10Regards
namruf15
Topic: Tag
Hello,
I would like to know if it would be possible to have WordPress and BBPress using the same tags?
I thank you in advance
Kind regards
