Published on January 27th, 2015 by sajjad
Hi. i want to add custom html under the keymaster’s name in his reply.
My html is: <p class="supportteam">I im in supporting group</p>
I have all bbpress’s files in my theme and think that the loop-single-reply.php should be modify but can’t find the correct solution to do it.
Here is my purpose: http://i.cubeupload.com/ZSr3pR.png
my loop-single-reply.php :
<div id="post-<?php bbp_reply_id(); ?>" <?php bbp_reply_class(); ?>>
<div class="bbp-reply-author">
<?php do_action( 'bbp_theme_before_reply_author_details' ); ?>
<?php bbp_reply_author_link( array( 'type' => 'avatar', 'show_role' => false ) ); ?>
<?php do_action( 'bbp_theme_after_reply_author_details' ); ?>
</div><!-- .bbp-reply-author -->
<div class="bbp-meta">
<?php bbp_reply_author_link( array( 'type' => 'name', 'show_role' => false ) ); ?>
" title="<?php bbp_reply_title(); ?>" class="bbp-reply-permalink"><span class="bbp-reply-post-date"><?php bbp_reply_post_date(); ?></span>
<!--HERE IS a place for my new code -->
</div>
<div class="bbp-reply-content">
<?php do_action( 'bbp_theme_before_reply_content' ); ?>
<?php bbp_reply_content(); ?>
<?php do_action( 'bbp_theme_after_reply_content' ); ?>
</div><!-- .bbp-reply-content -->
<?php do_action( 'bbp_theme_before_reply_admin_links' ); ?>
<?php
$args = array (
'id' => 0,
'before' => '<span class="bbp-admin-links">',
'after' => '</span>',
'sep' => ' / ',
'links' => array()
);
bbp_reply_admin_links( $args ); ?>
<?php do_action( 'bbp_theme_after_reply_admin_links' ); ?>
</div><!-- #post-<?php bbp_reply_id(); ?> -->
I tried this code but it does not work:
<?php
$role=bbp_get_reply_author_role();
if($role == 'keymaster'){echo '<p class=="supportteam">I im in supporting group</p>';}
?>
It not show anythings!
Can you help me to correct this code?
When i use this:
$role=bbp_get_reply_author_role();
echo $role;
it print reply author’s role.
Published on January 27th, 2015 by JoeInternet
Ok I ave my WordPress 4.1 running Twenty Fourteen theme and I just downloaded bbpress.
My problem is that i cannot get the link to the forums to display. I never had this problem with simple press.
Anyway I even tried using the exact slug address and it just goes right back to my blogs fromt page and never gets to the forum. I am at a loss here I think what it told me was the address should be http://linksareblue.com/forums/forum/
That again just leads me back to the main blog page.
I am at a total loss here so any help would be appreciated.
Oh yeah i created 4 new forums there and cannot get any of them to display and yes i did publish them not just preview — however they dont even come up under preview.
Any help would be appreciated. I have 4 more sites to put up the same way and i am at a standstill until i get this all figured out.
Joe
Published on January 27th, 2015 by ulasyener
Hello,
I’m using Gonzo theme with wordpress 4.1 and bbpress 2.5.4
Problem is;
Everything works fine except the frontend side. It is not possible to login with either owner account or a participator account, noone can create a new topic.
I can reply to opened topics, do anything on backend side however creating new topics is my problem.
I do not use any plugins related with roles or bbpress.
I’ve tried eliminating every plugin but it’s not related with it.
Do you have any suggestions for a solution?
Thank you
Published on January 26th, 2015 by Dave
Having a frustrating time moving from SP. This is what I did and what happened:
Deactivated SP v5.4
Installed bbPress
Ran Tools > Forums > Import Forums
Fill in all DB info
Checked Convert Users
Start
Before, there were about 300 users
3 hours later bbPress was still converting. Something.
I clicked back to the WP Dashboard, waited a moment, went back to Tools > Forums > Import Forums and it appeared done – there was no indication of activity.
Went to Dashboard > Forums > All Forums
All I see are 2 forums, look like bbPress default topics.
Went to Dashboard > Users
Holy! Went from 300 users to 15,871!
So basically, all the import did was an epic bloat of users and absolutely nothing else.
Any idea what I did wrong?
Published on January 26th, 2015 by kmal91
Hey everyone,
I have had some success in integrating bbpress and wishlist, but a slight problem is that anyone without complete access cannot view the forum archives.
I am also working with wishlist members support and they’ve been helpful but have recommended I take this to you.
Everything is working as intended as long as there is direct links to the forums for the members. The forum archives is not working unless you have complete access to every membership level.
Here is a video detailing what is going on. http://screencast-o-matic.com/watch/coVOYReaR0 pw Success2015
Published on January 26th, 2015 by keithtt
My users login to bbpress via a login page with the shortcode, rather than via the sidebar widget. i’d like to redirect them to the forum or topic they came from when they clicked the login link, just as the sidebar widget does. But I don’t know how to make that work – at the moment it just redirects back to the login page after logging in.
Is there any way to achieve this?
Thanks
Published on January 26th, 2015 by philipp1121
hey guys,
I have an external Frontpage, which is located under domain.at
My Blog is located under the domain.at/blog.
Now I want that the bbpress forum is located under domain.at/forum instead of domain.at/blog/…
What is the best way to reach this goal? Is it necessary to do this with .htaccess or is there an easier way?
I think it might be also possible to make the frontpage a custom page template in wordpress, and create a page post type based on it. Then I could make domain.at the site-root with my custom frontpage and user /blog and /forum.
Is there an other / better way?
Thanks!
Published on January 26th, 2015 by mglasser
bbpress 2.5.4 with WordPress 4.1
For a non-member of my web site and thus not logged in, they are able to see search results from bbPress from topics that are in forums marked as Private.
To be clear, I have all but one of my forums set as Private. The other one is set to Hidden. When I go to the forum front page I see a message “Oh bother! No forums were found here!”. Using the search bar above the forum (presumably default search) I am able to return results from content that is in the Private groups. The Hidden content is not returned. To make matters worse, not only are the topics from the Private forums returned in the search results, but the actual topic content is returned as well, so it is completely public.
Published on January 26th, 2015 by mogge
I would like the textarea (in which I am typing this message tight now…) to be shown on top of the page. Before all the older entries… Since I am new to bbpress I donĀ“t know where to start looking.
WP v 4.1
bbpress v 2.5.4
Published on January 26th, 2015 by MLH78
Hi all,
Just a question:
I use Kleo Template and bbpress as forum.
As of now, the layout is like the ordinary going through the forum.
Like this:
Forum Index –> Topics list –> Full topic/text with reply field below.
I would like to have it more like Facebook.
But I’d still need multiple forum IDs.
For example:
If I have a page with different ‘tabs’ (called perhaps: Forum1, Forum2 etc.) to show the contents of different forum-IDs, I’d like them to show the full topics for this specific forum.
AND it should have a reply function below each of these topics.
This is how Facebook is doing it, and it makes a very direct access to the topics and easy access to reply.
I’m not sure if this is possible, without the need to change alot of code?
Thanks.