Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Description Appearance

Published on January 17th, 2018 by avaiya

Hi there. I just installed bbpress and am working out the kinks for a new membership site we’re launching in 2 weeks. I have created a category called Community Discussions , and a Forum within that category called Introduce Yourself.

On this page https://www.avaiya.com/forums/forum/community-discussions/ you can see I’ve put in a description for the Introduce Yourself forum and it shows up as this big, long description. I’d like if it just showed one line of the description, and then you click on Introduce Yourself and that’s where you can see the entire description.

Do you know how I can do this?

Thanks!

How to remove E-mail and Site fields from new theme form?

Published on January 17th, 2018 by tesicg

I would like to remove E-mail and Site fields from new theme form.

Is it possible to do and if so how?

how to switch bbpress template?

Published on January 16th, 2018 by tarao

I created two forums as category (named ‘dog’ and ‘cat’).
and I want to show pages which belongs to each category in completely different layout and design.
So, I hit on a following idea as a solution.
1)create a new bbpress theme (./plugins/bbpress/templates/new-template)
2)when users see pages which belongs to ‘dog forum’, activate default theme.
and when users see pages which belongs to ‘cat forum’, activate new theme.

In other words, switching bbpress theme and templates depending on forums that users are currently seeing.
But I don’t know how to put it into practice.

help please.

sorry for my poor english!

Weird pagination on WordPress.com community forums

Published on January 16th, 2018 by Arun Sathiya

Out of curiosity, on this profile page on the WordPress.com forums, I see only 3 posts but it occupies 3 pages with the 2nd and 3rd being blank. What causes this behavior?

Is there a way to display which users are currently logged in?

Published on January 16th, 2018 by richard.miller

Is there a way to display which users are currently logged in?

I’m not using a sidebar, so a code snippet I could drop into a template would be idea.

Thanks!

Comment Form does not show up below correct comment

Published on January 16th, 2018 by richterd

Hi,
if I click on “reply” for a comment I would expect the form to appear below that comment. This currently does not work due to a bug in reply.js (bbpress/templates/default/js/reply.js) in line 19.
reply.parentNode.appendChild(respond);
If you change it to the following, everything works fine:
reply.parentNode.appendChild(respond, null);

Best Daniel

PS: Would be great to see development happen on github… 😉

Reply on forum is not all showing

Published on January 16th, 2018 by

The reply on my forums are not all showing – see here:

Other income titles and long term liabilities make up

The text for the 4th paragraph should read:

There isn’t a schedule for this. However, this is calculated as the total of the loan outstanding at any balance sheet end, less the capital repayments due in the following 12 months, i.e. due in less than one year.

So you’ll see that some is disappearing off to the right.

The theme I am using is Sydney.

Please help.

Change default path / url

Published on January 15th, 2018 by DaniClemente

Hi,

I need to change path URL to load bbPress resources because default domain is not “real” domain for users. For example:

To admin bbPress I have to go to http://www.my-admin-domain.com/wp-admin/ but, for the users, website is http://www.users-domain.com. The problem is that bbPress want to load resources from admin domain instead of users domain and first one is not accesible to load them.

How can I change this and configure it with users domain??

Thanks!

Mark as read my custom notification

Published on January 15th, 2018 by arnosr

Hi !
I recently add a custom notification system for alert of new messages if you add a topic to your favorite.
For that I hook bp_notifications_get_registered_components, bp_notifications_get_notifications_for_user and bbp_new_reply.

Everything work well but I have a last problem that I dont arrived to fixe : when I click on my new notifications they don’t disappear by her self. I use bbp_mark_read for generate my notification link but without sucess

$topic_link = wp_nonce_url(
add_query_arg(
array(
'action' => 'bbp_mark_read',
'topic_id' => $topic_id
),
bbp_get_reply_url( $item_id )
),
'bbp_mark_topic_' . $topic_id
);

Any solution for fix that ?
Thanks !

Does bbPress work with Windows Server 2008 r2?

Published on January 15th, 2018 by tesicg

I’ve installed bbPress on Windows Server 2008 r2, but some features don’t work.

Could we fix it in some way or you don’t support Windows Server 2008 r2?

Skip to toolbar