I’ve seen threads about this, some a year old. There are folks who want it, there are those who have written plugins, but still none shows unread POSTS.
The best we’ve gotten is “Unread TOPICS”, despite the name unread posts in a few plug ins.
What is it about tracking individual posts (as in topics and their replies), rather then just topics, that is prohibitive?
I’ve installed bbpress but i keep receiving this message: You do not have sufficient permissions to access this page.
If i look at users, i see: My Name – Administrator- (forum role) keymaster
If i go to plugins/installed plugins and go 2 bbPress settings (cause there is no forum option in the tabs or settings) i get: You do not have sufficient permissions to access this page.
What can i do, 2 make use of this forum…?
Where to find following in my bbpress??:
<?php bb_profile_data(); ?>
how do i add the @mention username under the forum user name on forum posts like is done here and on buddypress.org?
My site is fishwire. net and I’m using wordpress 3.5.1 and bbpress Version 2.3-rc1 as well as buddypress 1.7-beta2.
Thank you!
Hi there, I just upgraded my theme and bbPress (from old to current versions,) and after hours of reconfiguring, I have nearly everything in place. Except…
On my Forums page (http://www.trianglezclub.com/forums/), I’m using the shortcode
to display the list, and for some reason there’s a weird search box appearing above everything on that page.
is the only thing I have in the editor for that page.
Thanks for any help!
We are experiencing an issue where when someone replies to a post the get redirected to the first page of the topic rather than seeing their comment. Not quite sure what is going on – has anyone else experienced this issue?
Thanks
Adrianne
Hello guys,
WHAT I WOULD LIKE TO DO 🙂
=======================
Add facebook/twitter buttons in the
- Oh, bother! No topics were found here.
(for each topic in the table) and then in the topic itself (when you are reading the topic, let’s say above the title)
WHAT I TRIED WITH NO SUCCESS 🙁
============================
e.g. I embedded the facebook in loop-topics.php (quite don’t remember the file name, it’s the one doing the topics index) and the buttons are correctly positioned for each topic, but the TOPIC SHOWS THE PAGE SOCIAL COUNT, in other words, each topic in the index shows the same count, the page count.
HELP! – hooks? guides? example?
================================
I read in other post (tags jetpack social?) a mention from John (bbPress) about hooking bbp_get_topic_content and bbp_get_reply_content, I have no idea what does hook mean. Has anybody implemented social buttons or could guide us on what to explore to do it ourselves?
That would be amazing for many.
cheers
Ramiro.
Hi.
is there a way to change nofollow links to follow?
thanks for help
I’ve been trying to figure this out for a while now, and haven’t had much luck. Where do I stick this code:
if ( !current_user_can( 'edit_user' ) ) {
?>
<div id="bbpress-forums">
You do not have access to this area of the web site. Please <a href="javascript:history.go(-1)">go back</a> or <a href="#">login</a>.
</div>
<?php
} else {
(or any alternative code) …So that if a guest tries to access the bbPress location, they are rejected.
Thanks!
Hi, I’ve set-up bbpress and buddy press (latest version) and initially enabled group forums. I’m now trying to disable group forums. Op the fronted site I can change the group settings and disable the group’s forum. In buddypress settings I can uncheck “Allow BuddyPress Groups to have their own forums”.
However, whatever I disable and uncheck, even if I switch off the entire bbPress plugin, when I open a Group, it still tries to reach the Group’s forum. For example: groups/mountainbike/forum and there you see that the page doesn’t exist.
So, disabling seems to work. But how do I change the settings so that upon clicking the group link, I start on the Group’s activity page? Even if I open a new group without a forum, the group link still tries to open a group forum.
I’m sure it’s a small thing, but can’t find it. Hope someone could reach out. Thanks in advance!