Little off topic.. Hi robin can you test if when you subscribe one forum it appear in user subscriptions page? Thanks…
Just upgraded my test site to 2.5, and with the twentyten theme I run, the profile link takes you to a page with
profile
topics started
replies created
favorites
subscriptions
edit
Just as it did before !
I use solution 1, so I have just added the oine to the new widgets file and uploaded it, and all works fine.
@netweb tested 2.5 with patch – works fine now (on httpd). Thank you.
ok, here my latest uüdates to custom CSS field of my theme:
#bbpress-forums > #subscription-toggle{
float:right;
}
#bbpress-forums div.bbp-reply-content a.subscription-toggle,
#subscription-toggle a{
font-weight:bold;
padding: 0 2px 0 2px;
border: 1px solid navy;
background-color: white;
}
#bbpress-forums div.bbp-reply-content .is-subscribed a.subscription-toggle,
#subscription-toggle .is-subscribed a.subscription-toggle{
background-color: #FFE000;
}
A probably quicker and easier way to test the patch is to download the following file:
https://bbpress.trac.wordpress.org/export/5210/branches/2.5/includes/core/template-functions.php
Save that to your PC and then with an FTP program upload it to your web host in this folder /public_html/wp-content/plugins/bbpress/includes/core
Hello,
When I was using 1.1 alpha, this problem wasn’t happening.
After importing the old forum to 2.x, I did noticed this issue.
Yesterday I also upgraded bbpress to latest version 2.5
The addons that I have enabled are:
– BBPress Close Old Posts
– bbpress Simple Advert Units
– Captcha
– Custom Meta Widget
– Google Analytics for WordPress
Template: Lobster (bootstrap 3)
– switched templates and issue stills there
Also new replies are inserted before the edits:
TOPIC A
– Post 1
– Post 3
– Post 4
– Post 5
– Post 6
– Post 2
Thank you
Thank you for you extreme patience with me.
So am I not supposed to be seeing the Visual Tab inside the forum Topic and Replies now that this recommended plugin is installed? This is from the read me file for bbPress Enable Tinymce-visual-tab:
“Enabling the full default TinyMCE editor mode will display all the buttons, similar to the editor inside the WordPress admin.” I guess I expected to see this.
Ok, this gets more complex doesn’t it… Another plug in, I will have to look and see what could be doing this. This function of editing user’s image dimensions in topics right in the forum pages was super for the moderators. They are leery of always using the dashboard to do everything and this made it a simple task. Isn’t it always hard to go backwards…
The Add Media button information came from the Read Me file for bbPress Enable Tinymce-visual-tab:
“Enabling the media upload button, “Add Media”, will only enable this button for users who have the ability to upload files. By default this is authors and greater. This means this button will _not_ show for normal forum users. This is simply to give administrators the ability to easily upload and insert images into bbPress.”
I am giving 4 moderators admin and keymaster privileges to add images to posts, delete spam etc. The forum is being run with no registration required, my choice. The topic and reply traffic has been considerable and this is only a hidden test site by invitation only at this point. I had many choices to pick from for forums, and we definitely agreed we did not want to be using FB or yahoo. So far bbPress has been perfect for this. But the plugin problems have been greater than normal this week.
Thank you for your help,
Patrice
Hello Stephen,
1) I am using XAMPP1.8(3) locally. I chose XAMPP for Windows. I did install it over 1 year ago. so I do not remember well, but it is from the same location: http://www.apachefriends.org/en/xampp.html.
2)What is “Window Xampp Apache (3.1.0.3.1.0)” – I found this info on XAMPP control panel. it is version 3.1.0.3.1.0. but it is not right information for you. 🙂
3)We have a patch ready to ship with bbPress 2.5.1
https://bbpress.trac.wordpress.org/ticket/2481
I do not know how to install the patch. can you provide the detail steps? I would love to test it. I also do updates/installation inside the wordpress panel. so I do not know how to manually do patch.:)
4) If the patch is not working, how can un-install it or what should I do? so I can have recovery plan.
Happy thanksgiving!!!
thank you
We have a patch ready to ship with bbPress 2.5.1
https://bbpress.trac.wordpress.org/ticket/2481
If you could test that patch that would be great, I have tested it on XAMPP 1.8.3 , Apache, IIS and a couple of other systems but we’d like some feedback on the patch before we release 2.5.1 to make sure we haven’t broken something else. 🙂
I use XAMPP locally and I never had this issue, I am using XAMPP 1.8.3 from http://www.apachefriends.org/en/xampp.html
What is “Window Xampp Apache (3.1.0.3.1.0)” and where can I find it to download and test with?
ps. If you could test that patch that would be great, I have tested it on XAMPP, Apache, IIS and a couple of other systems but we’d like some feedback on the patch before we release 2.5.1 to make sure we haven’t broken something else. 🙂
Hi,
This is definitely a bug in bbp 2.5 on Windows. 2.4.1 does not have this issue. You can reproduce it by reverting to 2.4.1 (works again) -> update to 2.5 (doesn’t work again).
<link rel="stylesheet" id="bbp-default-css" href="http://localhost/wordpress37/wp-content/C:devhtdocswordpress37wp-contentpluginsbbpress/templates/default/css/bbpress.css?ver=2.5-5199" type="text/css" media="screen">
Windows 7 x64, httpd+php+mysqld, latest stable WP, BP, BBP
It shouldn’t do – just tested with bbPress 2.4.1 and editing by admin in either the dashboard or in the options when viewing the post doesn’t change it’s “published” date, which is what the forum uses as it’s display order.
Have you got any plugins or changes you’ve made that could affect this.
And.. has this just started happening and what version of bbPress are you on?
Sorry, I forgot to mention I did disable all plugins with no luck. Same results. I did not try twenty thirteen theme. Tried that this morning and still have the same results.
I’m on the latest WordPress. Let me know what other information might be useful. Thanks.
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.