Forum Replies Created
-
In reply to: Forum Categories
For the first part of your question this is what bbPress does for ‘forum’ parents and should work fine, maybe some more tips from here will help.
The second part regarding ‘section titles’ this is planned for a future release but for now you can use @lynq’s solution here.
Lastly you would have to customize the \templates\default\bbpress\form-user-register.php template: https://codex.bbpress.org/theme-compatibility/
In reply to: Integrating WP w/ bbPressYou could also find some inspiration (or even use) this plugin
In reply to: Question about phpBB importCorrect, your old phpBBB database will not be modified.
Yes that is correct, it is planned for a future release though.
In reply to: Live Site / Latest Beta VersionIts all good, you will be able to update to 2.3 fine.
Here’s some docs on how to get up and running with modified templates:
https://codex.bbpress.org/theme-compatibility/And of course you could just start using the 2.3 beta now
In reply to: mb_stripos() Empty delimiter in ../functions.phpI think this is a problem with your PHP configuration, contact your web host to see if they can look at your PHP config.
@Phill I am not seeing that using Chrome 24
In reply to: BUG : Post type labels not translatedThis is already fixed in 2.3 see https://bbpress.trac.wordpress.org/ticket/2138
In reply to: vbulletin to bbpress almost successful but notI would do the import without any other plugins for bbPress enabled to ensure you have what you expect without the chance of things like that happening.
Also bbPress Moderation plugin has some compatibility issues with bbPress 2.3.
You could add some media queries to your CSS and use something like:
`
#bbpress-forums li.bbp-body div.bbp-reply-author img.avatar {
width: 20px;
height: auto;
`In reply to: Ability to quote or reply to specific users.No, it hasn’t made it for bbPress 2.3, I have not tried them but there are a couple of quotes plugins.
In reply to: vbulletin to bbpress almost successful but notGive the bbPress 2.3 Beta a shot, everything you mention is fixed except user passwords.
The only outstanding issue is imported vBulletin users have to manually reset their password.
After the import you have to run the ‘Repair Tools’ to recount the topics and replies otherwise they will not be visible in the front-end.
In reply to: Strange size of forum ( coding layout ? )I just deleted your 6 replies hijacking other peoples topics, please don’t do that.
The problem with your site is your theme specifying only 580px width.
http://urbex.cz/wordpress/wp-content/themes/newscast/style.css Line #635In reply to: [2.0] Co-authors support?This would typically be multiple authors of a blog post…
I don’t see why you would have (or need) multiple authors for a forum topic or reply.
Am I missing something or could you explain what you are trying to do in more detail?
In reply to: public group shows private forum postIn reply to: Text entered for topic deleted when no Title enteredMichael, can you post a bug on trac over here https://bbpress.trac.wordpress.org/ and with some luck someone with better coding skills than I will write a patch for a future release.
(Use your same wordpress.org/bbpress.org username and password)In reply to: BBpress Post EditorThis site is testing the upcoming bbPress 2.3 that will be released in the near future.
In reply to: How to edit user ranksbbPress does not have user ranks builtin, you must have had another plugin installed.
In reply to: forum based site just like the support section hereShortcode docs https://codex.bbpress.org/shortcodes/
Widget docs https://codex.bbpress.org/widgets/In reply to: E-commerce Plugin suggestionWhat does any of this have to do with bbPress?
If you have a WordPress question post them on WordPress’ support forums https://wordpress.org/support/
If you have a BuddyPress question post them on BuddyPress’ forums https://buddypress.org/support/
@Lynq Something went funky with the pull request I just submitted so I closed it, can you drop me an email stephen@netweb.com.au and I will discuss it with you privately.
In reply to: Manage ForumYou can set the forum order from your WordPress dashboard, see the following docs for more info:
https://codex.bbpress.org/getting-started-with-bbpress/#creating-your-first-forum
I think you are looking for this plugin:
I currently have a new version of my theme sitting locally but I am fairly certain the updates you did aren’t included. I am thinking it might be best to try and extend the bbpress-functions.php from yet another custom functions file so that this can almost sit on top of that and never need to be changed?
Any thoughts about it?
I am not sure what the best practice approach is as I am wrestling with the same issue myself for a project I am doing at the moment. I’ll ask @jjj his thoughts and get back to you.
Hey all, I am pretty bad with Github at the moment, I broke something so I made a new git repo.
Its all good, I took a look at the code and will submit another pull request against your original GitHub repo with all your updates and the bbPress 2.3 updates.
(I think it’s best to keep the original repo as people are following/starred/bookmarked it etc)
If anyone has any good git tutorials let me know lol.
What platform and devtools are you using to develop with?
Windows/Mac, MAMP/XAMP, Sublime Text 2/Notepad++/Netbeans etc etc
These tools below take some of the daunting command line horrors out of your learning Git.
If you are on Windows then use this http://windows.github.com/
(I use this for %90+ of anything to do with GitHub)If on a Mac grab this http://mac.github.com/
(I don’t have a Mac but this looks from my quick look the equiv of the Windows features above)If you want to get into Git via the command line check this out
http://try.github.com/A lack of response or lack of solution from your posts elsewhere still does not make this a bbPress support issue, closing this topic.