Search Results for 'bbpress'
-
Search Results
-
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.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
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
Topic: SimplePress migration
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
StartBefore, 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?
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
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
Topic: Change bbpress root-url
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!
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.
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.4Hi 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.
Topic: Importing from Xenforo
I’ve installed the latest version of bbpress and WordPress, and am attempting to migrate my forum from XenForo using the built in migration tool. I am receiving the following:
No reply_to parents to convert
No replies to convert
No tags to convert
No super stickies to stick
No stickies to stick
No topics to convert
No forum parents to convert
No forums to convert
No passwords to clear
No users to convert
I’ve used my config.php file from XenForo to obtain the host, username, password, and dbname. I also used the prefix ‘xf_’.Any ideas?
Topic: Not Able To Edit Own Posts
64Bit Windows 7 Enterprise w/SP1
Wordpress 4.1
bbPress 2.54I have tried as many of the proposed solutions as I could find in this forum, but still no solution. I have deactivated all plugins except bbpress and tried four different Themes, Twenty Twelve, Twenty Thirteen, Twenty Fourteen, and Twenty Fifteen. I also tried changing the default time for the “Disallow after editing” from 5 minutes to 99999 with no success. Even admin with keymaster privileges cannot edit own posts. Are there any other things I can try before giving up on bbPress? Or, is there another Forum plugin I can try that may have better success?
Thanks,
mux