Search Results for 'code'
-
Search Results
-
Topic: forums/topics page
if i activate my bbpress plugin beta 3, yes, in admin panel,
im getting the new menu there for adding forum and topics..
also, by defaul, bbpress creates a slug topics, forums, forum, topic etc.
but when you visit that page, it shows nothing but..
archives of “”,
and when i try creating a page and name it forums and add the short codes
its all the same..
what should i do?
I’ve just tried to release wysiwyg-CKEditor (plugin) from denying of formatting made in, as it was suggested in http://bbpress.org/plugins/topic/wysiwyg-ckeditor/page/2/#post-6390
/ / Add_filter (‘pre_post’, ‘bb_encode_bad’);
/ / Add_filter (‘pre_post’, ‘bb_filter_kses’, 50);
using this instead, in defaults.bb-filters.php. So, it works well, but I’m anxious about the security level of this action. Is it safe?! Or someone may somehow use this to post any desired content ??
—
with regards,….
Hello!
Is it possible to get bbPress working in a WordPress multisite manner? I’d like to have users of my site to create own forums, preferably with own subdomains.
If this isn’t currently possible, can the WP Multisite users create each an own forum under their multisite account? Is it possible to create the forum automatically for each new user?
If these are not possible now, are you planning to create support for this kind of functionality in the future. I could be also able to write some simple hacks by myself, or a new plugin

Couldn’t find an exact answer to this in the previous threads.
Topic: Forums link not working
Hello. I installed bbpress, but when I go to domain.com/fourms, it seems to be using the page.php template. I do not have any theme integration, all I want is the same as the shortcode. When you go to domain.com/forums, the list of fourms appear.
What can I do? I tried putting archive-forums.php and others into my template dir with no luck.
if I create a new page, add in the shortcode, then the forums breadcrumb still links to the non page.
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
sad….
