Search Results for 'bbpress'
-
Search Results
-
Hi, in my bbpress I have some main forums redirected to other pages. In the main page, I can see in those forum titles that it shows up (in spanish) “0 debates”, “0 mensajes” and “Sin Hilos”. Since those forums are not set to reply, or create topics etc… I don’t want that info showing up in those exact forum titles. Is there a way to achieve that?
You can see the forum here. I have that problem with the first four forums.
Thank’s for your help.
I have a PHP site http://www.stemcellcure.in and http://www.cellmedicaltourism.com . I want to add forums and comment functionality to my websites. Can bbPress be used for these sites?
Installed bbPress on a Gabfire premium theme but while the text area is there it is not defined by a keyline and hence is not obvious.
The problem repeats with Twenty Fourteen albeit not so badly as the keyline for the text area appears in Twenty Fourteen when I hover. I’m sure this is a stylesheet issue but I cannot work out what I need to do to correct it.
As an example see:
http://ww1daily.com/forums/forum/ww1-forums/genealogy-trace-discuss-personal-histories/Using WordPress 3.8
bbPress 2.5.1I originally posted this on the BuddyPress forum, It was suggested that I might have better luck getting an answer here. My apologies if this is redundant to some.
I have the legacy forums set up on my site, barronsquare.org. I want to move up to bbPress. I especially want the “Follow this topic” notifications and reply ‘threading’.
- Running WP v3.7.1, BP v1.9, Suffusion child theme with Suffusion BuddyPress Pack
- ‘Public’ portion visible to users who are not members
- ‘Private’ portion for members only.
- “All Residents” GROUP with auto join for all MEMBERS with forums.
- Several other smaller sub-groups with forums.
- Forums are not public.
Tried the upgrade to bbPress 2.2 (with Suffusion bbPress Pack) on my WAMP localserver version of site and had all kinds of problems migrating content, etc. Many of the data ‘repair’ functions failed. I could not get the ‘threaded replies to work. Eventually got the forums to mostly work, but still have questions.
- Would I be better with a ‘site-wide’ forum rather than the private All Residents group?
- Can I make a site-wide forum private?
- How do I modify the formatting of the forum postings?
- Where do I look to troubleshoot the ‘threading’ function?
Happy Holidays to all.
Maury
Hi,
A weird thing is happening on the main site of my WordPress Multisite installation where bbPress is used for the support pages.
The forum plugin was activated with the main Super User account (with ID #1) on the main site. Forums where created without problems and the user got Key Master role.
But since then, that super user has been replaced by another account promoted to Super User. The account with ID #1 has been ‘demoted’ to site admin on the primary site where it is now used only for publication of pages and posts. That account visibly still has Key Master role for the forums but…
When logged in with that account, none of the forum admin pages are accessible.
What is going wrong? How can I use a normal site admin to manage forums and topics. I’d like to prevent usage of the Super User account for public type actions like posting and the like…
Hello!
I’m currently setting up a bbPress forum on my WordPress website and I have one problem.
The “Submit” button is not recognizeable as “Submit” button because the colours are not strong enough.
Here is what it looks like:

If there is some sun shining on the computer screen, the “Submit” button can’t be seen at all. 🙁
So can someone please help me? I want to change the main colour of the button to slightly darker gray while the text in it saying “Submit” should be black.
How can I change the button colours?(Please keep explanations easy. I don’t really know much about CSS and such.)
WordPress version: 3.8
bbPress version: 2.5.1Hi, i need some help!
I run my mainsite with frontend registration and frontend user profiles like: xxxxxxxxx.com/user/anyusername
I also installed bbpress and ONLY ALLOW USERS TO REGISTER FROM THE MAINPAGE – mentioned above.
I show the Forum in a page wiht the shortcode… the forum url is: xxxxxxxxx.com/forum/
SO far it works great!My setting for the forum user profile slug is like that:
xxxxxxxxxx.com/forum/mitglied/anyusername (“mitglied” is for “user” in german)My Question 🙂
In the users FORUM PROFILE page i have on the left site under the users Profile the menu links. The first of them links to the users FORUM PROFILE like:xxxxxxxxxx.com/forum/mitglied/anyusername
Now i need the same URL LINK to the users MAINSITE PROFILE wich should be like:
xxxxxxxxxx.com/user/anyusername
IN …..bbpress/templates/default/bbpress/user-details.php it calls the url for the USERS FORUM PROFILE with this line of code:
<a class="url fn n" href="<?php bbp_user_profile_url(); ?>" title="<?php printf( esc_attr__( "%s's Profile", 'bbpress' ), bbp_get_displayed_user_field( 'display_name' ) ); ?>" rel="me"><?php _e( 'Profile', 'bbpress' ); ?></a>How can i get the users MAINSITE PROFILE URL? (xxxxxxxxxxx.com/user/anyusername)
I cant find anything in the bbpress and wordpress docs 🙁 or im not intelligent enough to find a solution… i think to remove the slugs from the url is not possible to get a desired url structure for the link. I think there must be a other filter function for the users MAIN SITE PROFILE url…???I think i must mention this:
I already managed to show the USERS AVATAR from the MAINSITE in the forum page with this code:<?php $user_info = get_user_by('id', $wp_query->query_vars['author']); echo get_avatar($user_info->ID, '150'); ?>The avatar call works great – hope it is possible to get the USERS PROFILE URL too 🙂
Thank you so much!
Topic: Recent Topic Image Blurry
Hey guys. I am messing around with implementing Local Simple Avatars, and BBPress, and I have an issue. My Recent Topics widget, the picture of the user who recently posted something, that image is blurry.
I have edited the code in firebug, and even when I expand the image, its still blurry.
My website is http://www.subtopic.org check it out!
When I remove BBPress, my home page, my blog page (mostly the sidebars) all break and disappear. What’s the problem here? Those pages and sidebars have nothing to do with BBPress.