Search Results for 'bbpress'
-
Search Results
-
I am using the listings theme by umbrella, and would like to use the supprtte theme for the bbPress forum at my site.
I have no clue about how to install this bbPress theme while still using the listings theme.
– How do i do this? ๐Thanks in advance,
Andreas.Hello all,
I am trying to add bbpress functions such as bbp_get_topic author and so on.
<?php $args = array( 'post_type' => 'topic', 'posts_per_page' => 10 ); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); the_title(); bbp_get_topic_author_link ( array( 'size' => '60' ) ); endwhile; ?>I can get the_title(); and the_content(); but am having problems with getting this in:
bbp_get_topic_author_link ( array( 'size' => '60' ) );and more so. Is there anything I’m doing wrong?
Thank you for any help I might get ๐
Hi guys
I’m wondering if we could store the post count in the database. That also means we need to update the database everytime someone adds / delete a message.
I’m using the memberlist plugin, and this could have helped me to display the member count of each member (without having to call bbpress’s method for each member individually) and I could also sort members list based on their post count.
Any idea ?
Thanks guys.WP: 3.8.1
BBPress : 2.5.3Hi guys!
First of all! thanks for this amazing plugin! I’m really excited to use it!
I have installed BBpress along with Buddypress.
Now I would like someone to take a look if everything is ok? I have no idea if everything is ok, for example, I am missing the breadcrumbs for the forum, maybe I am missing more.
Here is my forumAlso, is it possible to get all the topic pages, forum pages (basically all pages that are related to the forum) on a custom page? Like I did with the http://www.militaryscalemodelling.com/forum/ page?
Thanks!
This happened in the last couple of weeks – level 1 and level 2 s2members can no longer see the original post in a bbPress forum topic, but they can see the replies. These level 1 and 2 members are Participants in the forums and can create their own topics, but now can’t see their own posts.
Admins and level 3/4 members can see both the original topic and the replies.
The forum posts are restricted to level 1 or higher.
I found this (unresolved) thread on bbPress forums that describes exactly what’s happening here:
first entry missing on single topic page // visible only for admin
I’m on bbPress 2.5.3 and s2Member Pro v140105.
I have looked around a lot on this but didn’t get any workable solution.
I accidently trashed a topic in bbPress and it went to trash. I went to trash to restore it.
When I click Restore, it gives a fatal warning –Are you sure you want to do this?
Please try again.Hence, I am unable to restore the trashed post. However, when I select the topic from the left checkbox and select do bulk “restore”, then it restores successfully. But in any case, I want to fix the issue of restoring it by clicking the Restore link as well.
Please help. Urgent!!Hi guys
I was trying to have some more custom user fields in http://www.domain.com/forum/users/user/edit/.
I could see that I can add more fields using form-user-edit.php – however, they are not getting saved on submit.
That means, I need to add the new variables in some other file in order to get them saved.
Can anyone help ?
Best.PS. I have read in some places that something like add_filter(‘get_profile_info_keys’, ‘get_profile_info_keys_personal’); would work. I tried that and this is not working, I mean, nothing is getting saved from the extra custom fields.
WP: 3.8.1
BBPress : 2.5.3Topic: I can not seem to translate
Hello, I can not seem to translate into french. I use bbpress 2.5.3 and Poedit.
I use the po file available in /bbpress/languages/bbpress.pot. after translation, I save my file as fr_FR.po, then I transferred to the languagesโโ, but the change does not appear. I emptied all caches.
Thank for your supportWhen i get notifications from bbPress that a topic has gotten a reply, the address to the forum page is in pure text and not clickable…is this intended or a bug? How can it be changed to a clickable link?
Hello
I just noticed a problem that i don’t know how old it is. I have not had much activity on my sites forum area, and no replies to any topics, so this problem might be as old as the forum itself.
When i try to make a reply to a topic, the reply get saved in the database, but i get a completely blank page. Even when i check the “page source” it too is completely empty. If i hit reload, another copy of the reply is entered into the database, but still a blank page. However, if i click the browsers address bar and hit enter, then i get the correct page, the updated forum thread. This is true both on my official site CraftersU.com, and its dev site.
I have tried both Chrome and Firefox, same thing. I’ve deactivated all plugins except BuddyPress and bbPress, same thing. Different themes, same thing. I even deleted and re-installed bbPress without getting rid of this problem…What could possibly be the cause of this?
Wordpress 3.8.1
BuddyPress 1.8.1
bbPress 2.5.3You are of course welcome to register as a user in order to test this bug for yourself.
I installed bbpress on my website and while I get the forums on my backend, I do not see any backend menu for the bbp user profiles (all I have is the default WP user profile) – is that how it is suppose to work? Are users suppose to just edit their profiles from the front end only? Also, if I just want to use the default wp profiles for the forum how do I do that? Further, how do I disable links to the user/author profile in the forums? (Sorry if the questions seem to too naive, I am a WP/BBP newbie)
Hi!
I’m using bbPress 2.5.3 and BuddyPress 1.8.1 and loving it, however there’s something I miss.
When I visit a users profile in BuddyPress I can click to show that users started forum threads and his/hers replies in other threads. The replies page only lists the users replies and there’s no link to view the entire discussion. This makes it really difficult for another user to reply in that discussion.
Should this be a core feature to lower the threshold for additional replies in forum threads?
Thanks in advance!
