Greetings to All,
I am having trouble with bbPress or Buddypress. I have posted a few test forums but the Sign Up process is not working.
Everything works fine with my “social login plugin” but I never recieve any email to activate when signing up straight through my website or bbPress/BuddyPress. I tried this a few times without any plugins and it still did not function.
The users are showing up on the back end, but not able to login after submitting information to create profile.
Please help, I would like for this to work before I start my email campaign. Thanks
http://www.TheBrazilEffect.com
My Name Is Nauman And I Work As a CEO At Newly Built Site http://www.latestgames2.com/
Please take your precious time and get into this topic to share your opinion with all of us…
Apologies, just testing reply functionality
Can anyone show me how to create a custom list of a forums topic for a section on my homepage? Essentially I’m looking for the bbpress equivalent of this:
<?php query_posts('showposts=5'); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<li>
<a href="<?php the_permalink() ?>">
<?php the_title(); ?> - <?php the_time('M Y'); ?>
</a>
</li>
<?php endwhile; endif; ?>
<?php wp_reset_query(); ?>
It would also want to filter by forum and sort by “Latest” and “Hot” (Hot being most “Voices”). Basically mimicking the “(bbPress) Recent Topics” Widget.
I’m guessing that your making tests with a copy of your forum, right?
1- Check in your DB for the last topic imported and then check in your SMF DB for the following topic and delete it from the SMF admin, then restart the import. I kinda had the same problem with my first attempts and it seemed that one or two topics were causing the interruption of the import. Why? I do not know 🙂 I didn’t take the time to sort it out, I was just testing.
2- That’s normal, after you import you have to go to TOOLS -> FORUMS and then repair forums. For a large forum like yours do 1 checkbox at a time. Here your replies will be attached to their corresponding topics and it also fixes another couple things, I think when you see the page it explains itself.
3- That’s right, it will not import the hidden state but you can set that later on each forum you need to.
Cheers.
Hi, have a nice day all.
I might got the same problem as @infostrides , mine also a very large forum database as I do mentioned earlier. I do host on my own dedicated rack server with xeon & 8gb ram (supposed to be no memory limit like shared hosted)
At first I thought it was conflicted with existing wp database, so I do test on the new fresh wp installation > import the smf database , then planned to import post / pages (from existing wp) later. Somehow it gave me the same problem.
1 – The import process seems stuck at 5K++ post or topic something. No moving and no error reported.
2 – I’ve checked, in many of forums topic, seem to have reply count, but when browsing the topics page, none post listed except the first post – I think it occur due to fail import process.
3 – The hidden/private forum appear as normal forum – not hidden (it’s ok since I can set it later I think).
I still trying working on it until now. 🙂
Regards
Nothing to thank me for, after a couple years wanting this import script, I’m more than glad to help, I just want to see it work for as much people as possible. I tried everything this past 4 or 5 years I think to combine my forum with my wordpress, I didn’t want a blog nor I wanted just a forum, and thanks to you and bbPress I’m so close to finally have what I wanted.
And thank you for that link, I was testing with 100 rows per second, I’m not on a dedi, but in my little VPS I think I could at least try 500 every 0.2 or something close.
Cheers and good night 🙂
That’s weird, on every test I did I always saw some progress even if it was slow.
I always check on phpmyadmin to see if the DB is growing while the conversion is in process, maybe you should take a look, if the script is doing nothing checking your DB could save you some hours.
Cheers.
Just installed it and did some tests. Seems to work great so far. Thanks!
Howdy,
I’ve got the latest bbPress installed on my site and I am wondering if there is a way to be notified when a new thread is created?
It would beat checking it multiple times to see any new activity.
Thanks!
Thank you so much Stephen. That should be the solution, members can go and create topics from your example link. I created a test topic from your example link as a member and my topic appeared on member profile Forums tab. Amazingly, far from what I thought. Thank you so much.
Each ‘BuddyPress Group’ can only have one (1) forum attached to the BuddyPress Group.
So when looking at eg http://localhost/mynewdomain/groups/test-group/forum/ there will only ever be 1 forum maximum displayed there, the one forum attached to that one group.
If you want to see the full forums list you need to add a link on your primary menu to http://localhost/mynewdomain/forums/
Thanks 🙂
Yes, I see this on your site, I just can’t reproduce it.
There are a couple of improvements that can be done for the ‘Reply Widget’ code so I will go and implement that and do some more testing.
Longshot here, removing and adding the widget from your site. 😉 Delete the widget from your footer sidebar and any other instances of the widget in the ‘Inactive Widgets’ section. Now add the widget back again? How did that go?
I see. This at least provides me with a solution: we need to make many of these forums sub-forums. I did a test; if I set one of these forums to be the sub-forum of another on this list, a forum not previously appearing on this page appears at the bottom.
This is resolved now, since this is built into bbPress. I am curious though why this limitation was built it. It seems like something the admin should decide, not bbPress, but perhaps it was to keep database load down, or to just protect the bbPress brand (to keep bbPress powered-sites from looking ugly)? Anyways, much appreciated.
I installed bbpress with buddy both are latest version on my WP new installation, I register as a new member having a participant role on bbpress but I noticed that when I clicked on “FORUM” tap on my buddy profile there no link to create a new topic, I want to enable topic creation for my members. Maybe am not doing something right pleas help.
Thanks for this and yes, confirmed 🙁
I have added a patch to the bbPress Trac Ticket #2472
I also added the full Mingle.php with the patch included, could you download this and test it.
It should fix both the issue where multiple topics have the same title and also renamed topics.
Yes totally.
You can create a full width page forum if you wish – if your theme has a full width page option then just create a full width page, put the index shortcode within it [bbp-forum-index].
But it may be better to have a separate sidebar, so that you can have login and latest posts – see http://www.gospbc.co.uk/forums for an example.
Once you have installed bbpress, then install a plugin called bbPress WP tweaks. it gives you a forum specific sidebar, so you can add login and latest posts widgets
You can also use a plugin called “widget logic” with your normal sidebar to control what widgets are seen on what pages. For instance a widget will not appear if you use the logic !is_bbpress()m or will appear if you use is_bbpress()
Hello, I have installed bbpress and added a forum and topic.
WordPress and BBPress are both the latest version.
The forum shows in a really odd way with items stacked on top of each other.
http://imagphoto.com/forums/forum/new-forum/
Secondly, the breadcrumb link to the forum results in a 404 http://imagphoto.com/forums/forum/
Yet the parent link in the breadcrumb works http://imagphoto.com/forums/
Is it possible to use pages and the shortcodes to have the forum within a page so that I can control the settings of the page and maybe dump the sidebar to see if that corrects the issue? I checked the documentation but could not see anything about this specific issue.
Many thanks for your help 🙂
Hello,
I have Genesis Prose, and I guess I will have the latest version of the bbpress forum plugin. Here is my site, http://www.unclaimed-funds.org .
I would like to add a forum to the site, but I would like to get rid of the sidebar on the forum page.
Is this possible?
Thank you,
Mark
I’m not very experienced with bbPress. I am trying to make sure my forum works properly by creating a “test” user and trying to post from that account. When I submit the test post, it does not show up at all on the forum. Can anyone please help me with this?
Robin,
1) Files deleted.
2) Searching for BBpress…
3) Received warning: This version of BBpress is not tested yet with this current version of WP (or something like that)
4) Installing…
5) On screen:
Plugin bbPress 2.4.1 wordt geïnstalleerd. (will be installed)
Downloaden installatiepakket van https://downloads.wordpress.org/plugin/bbpress.2.4.1.zip…
Uitpakken van pakket… (unzip file)
De plugin installeren… (install plugin)
Plugin bbPress 2.4.1 is succesvol geïnstalleerd. (Successfully installed)
6) activate plugin
7) Warning: You don’t have permissions to access this page.
8) Back in browser to address -> Dashbord -> Plugin..
9) Plugin is activated now (Somehow).
10) Settingsbutton: “Warning: You don’t have permissions to access this page.”
Hello, is there any way for my forum members to click the topic and view it’s answer in a drop-down style below the topic/question itself(accordion style) ? I do not want the answer to show up on a different page. Either the answer slides down the question itself or shown in lightbox style upon click. Is this possible ?
I am asking this because my forum is not a discussion forum but Q an A forum where there is only 1 answer to the question asked by members.
Using latest wordpress and bbpress build
Kindly help.
I am having a problem with the latest version. My Forum content is not showing.
I am hoping for your kind response. Thanks.
Kunena3.php. Tried long time ago with Kunena2 too, but didnt work.
Updated Kunena forum to the last, just to test. WP is updated to the last.
Joomla is made locally with Akeeba but dont think it has something to do with problem.
If i only knew what makes problem. One or few Kunena topics deleted. Not big deal in forums, if you have hundreds and thousands of them. But as it is now all is black hole for me.