Skip to:
Content
Pages
Categories
Search
Top
Bottom

"Forums" page missing from "Pages" tab listing

Published on January 17th, 2015 by Carpe Delirium

Hi there,
I am using WP with PaidMembershipPro and the PMPro bbPress plugins.
Everything is brand new this month. The site is here:
www.solonacademy.com for reference, but the forums are private behind PMPro registration.

I have created 2 private forums, no problem. I can access those forum pages, and when I do the individual page for each forum shows the following pathway:
Home › Forums › [name of private forum]
In that pathway the “Forums” page has an active link that I click on, taking me to a nice page that lists all forums. The url for that page is:
http://solonacademy.com/forums/

Unfortunately when I go to my pages tab, or when I go to the menus tab under appearance, I can find no trace of this “Forums” page. In the menu tab under “Forums” it lists the specific forums, but does not list the master page that lists all forums. I can put individual forms into my nav bar menu, but not the root page listing all forums. I want to put this page into my main nav menu, and I also want to modify the page to add text.
Why does the page not show up? It clearly exists. I am on it right now.
Can anyone help?

Roles Permission Question

Published on January 17th, 2015 by Sterke-Jerke

Building a new site running the latest WP BuddyP and BBp, I have a (perhaps stupid_ question.

What I want to achieve:
Buddypress user, who are member of certain groups have rights to some “extra” forums. (done)
“Approved” registred members should have access to “sitewide” all forums.
“Non-approved” new memebers (who are regsitred) should have access to a limited number of forums.

Should I do this with Buddypress, using some kind of Parent forums? Or must install a plugin and create new roles?

Thanks!
(link to an example or extra instructions would be nice)

Participant can't use custom html tag

Published on January 17th, 2015 by golpilolz

Hi,

I have a forum and i would like use wowhead for item link.
I can’t find a plugin for that and i decided to code one. But when i post with the keymaster all is okay, but when it’s au simple user they can’t use the html tag.

How allowed participant to use this html tag <item>item id</item>

this is my code


function add_tags(){
add_filter( 'bb_allowed_tags', 'wow_item_allowed_tags',9);
add_filter( 'bbp_get_reply_content', 'wow_item',9);
add_filter( 'bbp_get_topic_content', 'wow_item',9);
}
function wow_item( $text ) {
$text = preg_replace('|(<item>)(.*?)(</item>)|', '$2', $text);
return $text;
}
function wow_item_allowed_tags() {
return array(
'item' => array(),
'a' => array(
'href' => array(),
'title' => array(),
'class' => array(),
'rel' => array()
)
);
}
add_action( 'after_setup_theme', 'add_tags' );

Thank you for your responses 🙂

Group Forums

Published on January 17th, 2015 by eVersatile

Can anyone tell me where to find the file in bbpress/buddypress that displays group forums topics loop.
When I make a change to loop-forums-single.php for the main forum it also changes the template for the group forums. I can not locate the section that gets the template. After I find the action I will create a new php file for the groups so the templates are seperated

Multisite & Multiple bbPress Instialtions

Published on January 17th, 2015 by apexpredator

We are evaluating bbPress and I was hoping to get some help on validating if WordPress and bbPress can achieve what we are looking for. We are looking to have the following functionality:

1. One WordPress instillation that links to several bbPress forums. So when a user registers at the main WordPress website, they have instant access to all bbPress installations on our other websites via multisite.

2. I wanted to make sure when we add new bbPress forums, all of the main websites resisted users have instant access to the new forum.

3. We would also like any user that signs up for a class to have access to a special locked section of the related bbPress forum. I am not sure if bbPress has a locking or restricted section option.

4. I noticed it recognized my WordPress.org login information, but my Forum Topics Started from that site do not show up in my profile. Is this a limitation or something that may be available in the future?

5. I see the last release was June 6, 2014. IS bbPress rarely updated?

Any assistance or suggestions would be greatly appreciated.

Need to export all forum Topics and Replies to PDF

Published on January 16th, 2015 by pcgs51

Hello,

I am working with a couple of very broken bbPress forums. Rather than trying to fix them my client is willing to start over again IF I can find a way to export the Topics and Replies into a human readable PDF document.

Apparently they have managed to do this in the past but I have NO way of knowing how. Cannot find a solution. I hope someone can help me.

Thank you.

Post New Thread

Published on January 16th, 2015 by productiontrends

Hi,

I followed the installation guide and got my forum setup. It seems to be functioning correctly but I do not see a post new thread button. Is there supposed to be one with this plugin? My blog URL is http://www.productiontrends.com/forums

BreadCrumb

Published on January 16th, 2015 by FredericBegin

Hey guys! I need your help,

actually, im bulding a web site with bbforum in my partage-dexpertise section
(http://localhost/bibliotheque/pour-les-bibliotheques-gouvernementales/partage-dexpertise/)

My breadCrumb work fine for all my website so I desactivate BBPress default breadCrumb.

Now when I go to my forum I got this link(http://localhost/bibliotheque/sujet/test/)
so my breadCrumb is(Services de bibliotheque>Sujets>test).

But I want something like this (http://localhost/bibliotheque/pour-les-bibliotheques-gouvernementales/partage-dexpertise/sujet/test/).

breadCrumb(Services de bibliotheque>Pour les bibliothèques gouvernementales>Partage d’expertise>Sujets>test)

My question is: Can I change my topic(sujet for me) parent page or something like that.

Thanks a lot fred

Forum Navigation bar on top?

Published on January 16th, 2015 by Sterke-Jerke

Somehow I missed, or made an error, but I do not see a navigation bar on top off my bbpress forum.

Only “search” so when I enter a forum, or topic, or place a new topic, the user has no idea where he is.

http://www.atbmarum.nl/forums

How to integrate wordpress with bbpress?

Published on January 16th, 2015 by jrenjithk

Hi, I have a wordpress page for my company – www.honeymoontourkerala.wordpress.com and would like to know how to integrate the same with bbpress? What are the advantages in doing so? As desired, my main webpage is www.honeymoontourskerala.com

Please suggest options/advantages.

Thanks JK

Skip to toolbar