Skip to:
Content
Pages
Categories
Search
Top
Bottom

BB press profile page

Published on September 10th, 2018 by kk1066977

Is there a way to display ones BB press profile page to other members on your website. Also is there a way to create a menu bar link to ones actual BB press profile page? Buddy press is not working on my site so have had to leave that idea behind. Thanks. Nick

Remove ‘bbPress Forums’ from Menu

Published on September 10th, 2018 by flazaldo

How do I removed ‘bbPress Forums’shown under the Forum menu title?

You can see the problem here:
https://mark-flaherty.com

Many thanks, Mark

how to create dynamic reply-box

Published on September 9th, 2018 by vincitytaymodaimo

I assume this is pretty standard, but on our forum site (http://nexus.universaltheosophy.com/), the bbpress “reply box” is located at the bottom of any given Topic post. So, when someone wants to reply, they need to scroll all the way down. Also, directly beneath each existing reply is a “reply button”. If someone wants to reply to an existing reply, they click this button…. but what happens is that the Topic post reloads in their browser and then they’re taken to the bottom of the Topic where the reply-box resides.

What we want, is this: when someone clicks reply, a reply-box appears directly beneath the existing reply they’re replying to (basically, how reddit works). I’ve seen at least one site that has managed to do this with some kind of customizing of bbpress, but nobody seems to want to share.

In order to see how the reply button on our site currently works, you can use our dummy-test-account to login (just please be respectful and don’t make me delete too much spam) UN: [redacted] PW: [redacted] And use this discussion to see how the reply function currently operates: http://nexus.universaltheosophy.com/groups/key-concepts-study-group/forum/topic/reincarnation/

Any help at all would be hugely appreciated. The current functionality really makes for a poor forum experience for our members.

Also, we’re currently running bbpress 2.5.10 and WordPress 4.6.1.

not send many subscription email

Published on September 9th, 2018 by Pexle Chris

I have 2600 users subscribers in the first forum of my forum: https://www.onlymaths.gr/forums/forum/%CE%B1%CE%BD%CE%B1%CE%BA%CE%BF%CE%B9%CE%BD%CF%8E%CF%83%CE%B5%CE%B9%CF%82-forum/

When someone post a topic in this category, no one subscriber get a notification email of creating this topic.

In the last forum of my foroum: https://www.onlymaths.gr/forums/forum/%cf%85%cf%80%ce%bf%cf%83%cf%84%ce%ae%cf%81%ce%b9%ce%be%ce%b7/
I have only 3 subscribers.
The 3 subscribers get the notification email of creating a this topic!

The current version of bbpress is: bbPress 2.5.14
The current version of WordPress is: WordPress 4.9.8

how to set minimum reply length.

Published on September 8th, 2018 by JosephTersoo

Please is there any plugin or code i can use to set minimum reply length on my forum, i want reply’s to not be less than 60 character. so when any body reply’s with 60 character it tells to person to type not less than 60 character words.
Please i need this urgently.
thanks.

Under profile, Subscriptions tab – Latest activity author url error

Published on September 6th, 2018 by Commandrea

On my profile page, under the forums/subscriptions tabs, the author link under ‘last activity’ doesn’t just link to their profile. Instead it adds /forums/subscriptions/ to their profile url/bbp-author-name which takes me to a ‘page not found’ because subscriptions are not visible to other users.

Is this an error and if so, how do I strip or change the /forums/subscriptions/ portion of the url to /profile/ or remove it all together? Can someone confirm what this link looks like on their web forums?

The screenshot is from my profile page while viewing the forum/subscriptions section. The url reflects that as https://sucsforyou.com/members/newbeta/forums/subscriptions/

In the screenshot you’ll see the url in the bottom left corner has added that to the link, while the alt says ‘view profile.’

Thank you! I’m using bbPress with BuddyPress and WordPress- all latest editions.

Subscription tab latest activity author adds /forums/subscriptions/ to 'view profile' url

Subscription latest activity author link error

Published on September 6th, 2018 by Commandrea

While logged in and viewing the forum tab under other members’ profiles, I can see their Topics Started, Replies, and Favorites- no subscription tab is visible unless I’m on my own profile page.

The problem is when I’m looking at my subscriptions or topics, the author link under ‘last activity’ doesn’t just link to their profile. Instead it adds /forums/subscriptions/ to their profile url which takes me to a ‘page not found’ because their subscriptions are not visible to other users (I’m assuming).

Is this an error and if so, how do I strip or change the /forums/subscriptions/ portion of the url to /profile/ or remove it all together? Can someone confirm what this link looks like on their web forums? Thank you!

Subscription latest activity author link error

I’m using bbPress with BuddyPress and WordPress- all latest editions.

My bbpress forum is currently limited to registered users

Published on September 6th, 2018 by nextstopdisneylandparis

hello everyone I have a problem with users of the forum.
My bbpress forum is currently limited to registered users.
These are days that I try to find a way to solve this problem without coming to terms with it.
currently the forum that I created on wordpress with bbpress is limited to registered users, I would like the forum to be free and that unregistered users could read the forum, discussions and replies, if they wanted to participate in the discussions or create new ones at that point would need registration.
how can I do?

the display of topic is white

Published on September 6th, 2018 by nextstopdisneylandparis

hello everyone I have a problem
in the forum I created with bbpress
all of a sudden I only see the forum home page and if I click on a topic I see the screen all white without the contents
what happens?

How add Class on list

Published on September 5th, 2018 by puniler

Hi,

I want to add Class on “★” by PHP template.

<ul id="topic-<?php bbp_topic_id(); ?>-replies" class="forums bbp-replies">

	<li class="bbp-header">
		<!-- various -->
	</li>

	<li class="bbp-body"></li>
		
	<li class="★">
		<div id="post-<?php bbp_reply_id(); ?>" class="bbp-reply-header">
			<div class="bbp-meta">
				<!-- various -->
			</div>
		</div>
		<div <?php bbp_reply_class(); ?>>
			<!-- various -->
		</div>
	</li>
	
	<li class="★">
		<div id="post-<?php bbp_reply_id(); ?>" class="bbp-reply-header">
			<div class="bbp-meta">
				<!-- various -->
			</div>
		</div>
		<div <?php bbp_reply_class(); ?>>
			<!-- various -->
		</div>
	</li>	

	<li class="bbp-footer">
		<!-- various -->
	</li>

</ul>

But I do not know the appropriate PHP template.
I wonder what I should do.
Thank you.

Skip to toolbar