Published on August 19th, 2011 by unisphere
Hi, I’ve been trying to append a class to bbp_get_forum_class by filtering it but I’m not sure if I’m doing it the right way since the result is not the expected.
For demonstration purposes here’s the code a bit simplified:
function unisphere_bbp_get_forum_class( $classes ) {
$classes[] = 'appended-class';
return $classes;
}
add_filter( 'bbp_get_forum_class', 'unisphere_bbp_get_forum_class' );
The expected result would be something like:
<tr id="bbp-forum-6" class="post-6 forum type-forum status-publish hentry odd appended-class">
But instead it outputs this:
<tr id="bbp-forum-6" class="post-6 forum type-forum status-publish hentry odd"Array>
Anyone has any idea why this is happening? Is it a bug or am I doing something wrong?
Cheers
Published on August 19th, 2011 by matus.nedecky
A lil problem. I’ve got a theme from elegantthemes.com but the compatibility seems very low. http://www.flyingarchitecture.com/
Not aligned items, avatar frame is smaller than avatar itself and so many others… is it any way how to choose any template for the forum to get it look properly?
Published on August 19th, 2011 by johnny2cu
I just upgraded to the rc3 and got the not Found error.
In the dashboard all forums and topics are still there but when I try to view a forum it shows the Not Found error.
Thoughts?
Published on August 19th, 2011 by Jared Atchison
I have a page (/register) that is using
.
The only issue I’m having is after the user registers they get redirected back to the same back and see the registration form again, so they are getting confused and often wondering if the registration went through at all (it does).
bbp_wp_login_action appears to be filterable, but I haven’t had any luck getting it to accept a URL to redirect to (redirect_to) after the registration goes through?
Maybe I’m not passing something right?
Published on August 18th, 2011 by kevinvaughn
Ok, I’m a complete nubee to WordPress and bbPress so please bear with me. I have been tasked with customizing the Twenty Ten theme with bbPress plugin (Twenty Ten) child theme.
Can someone tell me what would be best, to modify these themes as they are or should I make a copy and rename them and create new themes? If so, how do I go about doing this? For instance, how would I get the renamed versions to read each other and work together?
Another question I have is… If I were to just modify these themes, will they be overwritten if I were to do an automatic update of WordPress or the bbPress plugin?
Any help would be much appreciated.
Published on August 18th, 2011 by pwizard
Hi
Just installed bbpress plugin on wordpress mu site, with the url being
http://pianowizardacademy.com/play/forum/
(haven’t made any tweaks to the theme yet)
However, going to that page brings up the apologies page not found. To get to the actual board, have to go to
http://pianowizardacademy.com/play/forum/board/
Problem is, the HOME page link leads to the first page which is not what I want, since the forums aren’t listed there and the page not found error.
I guess I can resolve this with 301 redirect, but I’m wondering why can’t I access the forums on “HOME” page in the menu?
thanks
Published on August 18th, 2011 by jabbamonkey
I managed to customize my registration form using the following thread…
https://bbpress.org/forums/topic/customizing-profile-fields
However, all the info submitted via registration is posted on the user’s profile page (which is PUBLIC!). I would like some of these fields to be hidden from the public (and only viewable by the administrators, via the admin section).
So, if a user posts their phone number during registration, I DO NOT want the phone number posted online for everyone to see. I want it invisible to the public, and only viewable by my admins.
Can anyone help me do this???
Published on August 18th, 2011 by janoochen
Each time I click a tag and get to the link:
http://localhost/taiwantalk-beta/?topic-tag=design-teaching
I get a blank page in my localhost
and this error: Fatal error: Call to undefined function bbp_get_topic_tag_template() in /home/aleche23/alexchen.info/taiwantalk/wp-content/plugins/bbpress/bbp-includes/bbp-core-compatibility.php on line 745 when I upload it on a server.
I tried a fresh bbp 2.0 rc3 installation and got the same error.
Is this a known issue?
Published on August 18th, 2011 by amweiss982
I just updated the bbPress forum to Version 2.0-rc-3 (I’m using the bbPress plugin for WordPress). Before the update to the new version my forum (a private forum) could be found at
http://www.buddhistinsightnetwork.org/forums/forum/bin-discussion-forum/
now, when i go there it says there is nothing there (I confirmed the link is the forum link within WordPress). Before the new version, this was the exact link for the forum.
Does anybody know what is going on here?
Thanks
Published on August 18th, 2011 by folgerj
Just upgraded to Version 2.0-rc-3 and now when I click on any topic I get a 404 error. I did this while signed in and from the dashboard and from the forum page on the outside. One of my users left a reply and hour or so before I upgraded and I can edit it and see what he wrote. But if I click on view what he wrote then it gives me the 404 error.. Nothing I do seems to allow me to see the topics in detail. I can only see a topics list at this address http://jeff-foliage.com/fall-foliage-forum/ but clicking on any or all the topics are not found…
Is this where I say HELP!!!