Thanks for you reply.
I am not getting the following error:
WordPress database error: [Table 'insomnia_tccjoomla.tvc4d_user' doesn't exist]
SELECT convert(user.userid USING "utf8") AS userid,convert(user.password USING "utf8") AS password,convert(user.salt USING "utf8") AS salt,convert(user.username USING "utf8") AS username,convert(user.email USING "utf8") AS email,convert(user.homepage USING "utf8") AS homepage,convert(user.joindate USING "utf8") AS joindate,convert(user.aim USING "utf8") AS aim,convert(user.yahoo USING "utf8") AS yahoo,convert(user.icq USING "utf8") AS icq,convert(user.msn USING "utf8") AS msn,convert(user.skype USING "utf8") AS skype FROM tvc4d_user AS user LIMIT 0, 100
I believe the table it should be looking for is: tccjoomla.tvc4d_users not user
If you have BuddyPress installed, this should work: mysite.com/members/wordpressusername/
If it doesn’t work you can just go to a forum thread and click the link to the profile of someone who has made a post.
mysite.com/forums/users/johnsmith
Where john smith = who ever is currently logged in. Is there a default url, php or otherwise, to link the user back to their BBpress profile? I would imagine mysite.com/forums/users/ should do the trick but it doesn’t and I’ve tried a ton of other things. Does anyone have any idea about this basic functionality?
Hey all! We have just released bbPress Notifications, which will make your bbPress give all your users private messaging, global notifications, google search integration and friend requests, along with @user mentions, and a slick navigation system.
I’d love it if we could get feedback, and reviews, positive and negative.
http://wordpress.org/plugins/wp-notifications/
Thanks
David
Founder of vBSocial.com
Hi there,
I´m new to bbPress and I was running an SMF forum for quite a while. I like to use bbPress because it integrates seamlessly into my WP site. That said I´d like to do the following:
I need 10 different user groups. Each user group should have access to specific forums. Forums that they don´t have access to should be hidden from them.
Example:
User John is member of the group X. Group X can see and write into forum X but not into forum Y and Z.
User Jane is member of the group Y. Group Y can see and write into forum Y but not into forum X and Z.
User Jim is member of the group A. Group A can see and write into any forum
So some users can see only specific forums and some users can see all forums.
That is a simple task with SMF but how can I achieve that with bbPress?
Thanks in advance
Michael
I want to display in WordPress search results page – 10 or less found results from BBPress (plugin) forums. I know that BBPress use custom post types (forum, topic, reply) but I don’t know how to do it. I try with WP Query, but it didn’t show nothing. I don’t want to override BBPress search page and functions, I just want to show some results in WordPress search page. Is this possible?
Thank you all in advance.
Here is the query I try:
<?php
// The Query
$the_query = new WP_Query( array (
'post_type' => array('topic', 'reply'),
'posts_per_page' => 10,
's'=> $s
));
// The Loop
if ( $the_query->have_posts() ) {
while ( $the_query->have_posts() ) { $the_query->the_post();
echo '<li>' . get_the_title() . '</li>';
}
} else {
// no posts found
}
/* Restore original Post Data */
wp_reset_postdata();
?>
Hello,
I’ve been working with BBPress and a Genesis theme, and the edit link on the main post is not showing for the owner, and i’ve set the “Disallow editing after” 99 minutes.
I’ve tried editing right after posting, but nope, the edit link still not showing.
Also, with the participant account, if i try to access the /edit/ straight, it sends me back to the post page, that shows the participant don’t have access to edit it.
Any thoughts?
Thanks
I’ve been using bbpress for years, since the standalone version. I can’t help but to feel disappointed by the lack of support on the forums. A lot of people asking for help and not enough people helping. Why is this? I try to help out whenever I can, but my technical knowledge is limited.
I know there has been a lot of work involved by the bbpress people here to take bbpress to the next level and kudos for that, but we need more people giving support
Why were all the users duplicated as imported_someusername? Did I do something wrong in the conversion template?
I did not see any mention of the creation of these artificial users in the documentation that exists for the import forums function, nor did the Repair Forums clean up the artificial users.
I had pruned my user database before conversion so fortunately I only had a little over 400 to go through. All of the imported_username type users had 0 posts so I was able to delete them a page at a time.
Hopefully everything will go smoothly from here on,
joe
Wordpress 3.6.1
bbpress 2.0
site link – http://www.wildlifephotographyafrica.com/
I use the ‘Recent Topics’ widget.
There is an option you can tick to show the topic author. I have this option ticked but the author does not show.
There is no codex page for bbPress conditionals at this stage but take a look at this and see if any bbp_is_ meet your requirements.
http://phpdoc.ftwr.co.uk/bbpress-plugin/
Yes, have a look at each user to see which user the topic or reply is attributed to first.
The best way if you don’t have to many users is to delete each user individually in wp-admin user panel. This way when you delete the user can attribute all posts/topics/replies etc to another user, in this case you select the same username without the ‘imported_’ prefix.
Delete Users
You have specified this user for deletion:
ID #18521: imported_someusername
What should be done with posts owned by this user?
Delete all posts.
Attribute all posts to: someusername
I just noticed that after doing the import from smf 1.1.8 (I made all the needed talble and field name changes, etc) that my user table now contains two versions of each imported user. One version looks right the other has a prefix of imported_ on both the usename and the email address.
Is it OK to clean out these odd ones?
thanks,
joe
Done, uploaded a new version of Kunena2.php with the User DB Mappings fixed.
This is a known issue on forum visibility, details are in ticket #2408 and a possible workaround is in this thread
This is a known issue on forum visibility, details are in ticket #2408 and a possible workaround is in this thread
Oh… So it is, I’ll upload a new version of Kunena2.php now with that fixed 🙂
Thanks for the reply.
I am using version 2.03 and your kunena2.php importer.
I’m tempted to upgrade to 3.0.1 and try your kunena3.php importer.
Thanks for your help!
Wordpress Version 3.6.1
bbpress Version 2.4
I’ve installed bbpress and really love the plugin. However I’m having issues with assigning roles to users.
I’ve created a user (Subscriber or Editor) and wanted to assign the bbpress role of Participant. When I assigned the user this role it doesn’t however appear in the dashboard. It only shows the profile and not the “Topics” & “Replies”.
I’ve disabled all plugins that are related such a “Members Plugin”, “Admin Editor” and “CMS Pods – component user roles”. I’ve had no luck of making these menu appear in either the Subscribe account or the editors account.
When I select moderate role, it works perfect, but the participant doesn’t work at all. Any ideas or Solution as to why this happens?
My Forum is public and set to open for the public viewing.
Any help would much be appreciated.
Thanks
Lonce
This past weekend we spoke with John James Jacoby on our WordPress Weekly podcast. John is the lead developer for both the bbPress and BuddyPress plugins. We had the pleasure of chatting with him about his new job at 10up as well as everything that’s going on with bbPress and BuddyPress these days.
During our interview we asked John if he knew of any bbPress or BuddyCamp events in the works. He said that he didn’t know of any coming up but would love to see a bbPress camp organized, perhaps in a more central midwest location. The question is: Is there enough interest to warrant a bbPress event or perhaps combine it with a BuddyPress event?
Head on over and read the full post and vote in the poll 🙂
Is Anyone Interested In a bbPress Camp?
Anonymous User 5853594Inactive
I hope that because o2 turned into an plugin and not a new theme, the possibilities of combining the functions with bbPress should be possible.
Breathe works well and if other themes can be made to play nice with both plugins, I don’t see why it shouldn’t work.
I do think that bbPress can be a very valuable tool and won’t actually be replaced by comments altogether.
I hope that we’ll be able to test the plugin soon on our own installs. 🙂
Using the widget to logout works fine by the way, just not logging in.
I installed BBPress created a few forums, used the shortcode to display the forums and they work fine. I added the BBPress Login Widget to my site and when I try to login I’m re-directed to mysite.com/wp-login.php but with a completely blank screen and one single period mark in the top left corner. If I login through my default login page I’m able to login fine but the BBPress login widget has this problem. It does this with or without a username or password being entered in its forms when you press login.
It is not taking me to my 404 page, this is something different because it’s not actually taking me to mysite.com/wp-login.php either, even though that’s what the browser reads. It’s as though it is being interrupted mid process and then producing this blank screen with a single dot.
I disabled all plugins (excluding bbpress). Did not fix the problem.
Disabled my theme and activated default 2013 theme. Same problem.
I read on another post, five years old I think, that someone was having a similar issue where BBPress was putting a period before the www part of his site. Other information I read seemed to point to trouble with WP secrete keys in the php being ajar from BBPress php keys or config files, but I found no such files in my plugin folder, I guess those methods are outdated.
My site error logs are recording no issue directly regarding the plugin either. Anyone know what the deal is? Thanks.
WordPress 3.6.
bbPress 2.4.
http://www.cestaksebe.com/forum/?bbp_user=1
Hi guys,
i have problem with the links (Topics started, Replies created, Favorites, Subscribtion, Edit) in the user profile site – they are wrong or something else o:-) (my english is little bit bad) 😉
What can be the problem?
Thanks