You can do user registration and user login all on the front end using shortcodes and/or other plugins available – there is no reason the basic user needs to use wp-admin at all.
Shortcodes: https://bbpress.org/forums/topic/bbpress-20-shortcodes
Hi @Everton
not sure I understood you correctly, and maybe you solved that since last week …
well I wanted the same thing (insert the bbpress forum index, in a standard WP page), thus thought I could insert a shortcode to call the forum, in a normal page
I created a page called “forum” (whatever you want there) and inserted [bbp-forum-index] in it,
all the available shortcodes are listed here : https://bbpress.org/forums/topic/bbpress-20-shortcodes
cheers
Closing. If you have any questions regarding shortcodes feel free to create a new thread.
I got it working though it is not perfect. After setting up all bbp templates into my new theme and ensuring the bbpress, css, and js subfolders associated with the bbp-twentyten template where in my new theme folder properly it is working with some functionality that I can live with; however,…
The breadcrumb link and my forums menu link are not the same. Now, I use a forums page with the shortcode. Now, when someone drills down into the forums and wished to return to the main forums page via the breadcrumb they go to the default forums-archive page set by bbp. I wish it went to my custom forum page with the shortcodes, but I’m happy it is not sending people to a useless page.
So, there is still an issue, but everything is providing useful functionality at this time. I will leave this unresolved and hope the dev will fix in later versions.
You can also maintaining plugin and theme translations with the awesome “Codestyling Localization” plugin: https://wordpress.org/extend/plugins/codestyling-localization/
“fi” is the correct locale for Finnish!!
Placing the language files in /wp-content/languages/ is already prepared in bbPress 2.x but unfortunately it does not work yet (since 2.x branch!) – it would be nice seeing that fixed as overriding language files via updates is no fun at all!
Thanx, Dave
You can create a login form though various methods (widgets, shortcodes, etc) and have them redirect to the site.
So unless your users specifically know to go to /wp-admin there are ways to keep WP from sending them there.
Create a ‘Homepage’ page. Use one of the bbPress shortcodes on that page. Now go into Settings->Reading and set the homepage to a static page (in this case, the ‘Homepage’ you just created).
Hello,
I am using bbpress 2.0.2 plugin on the latest version of wordpress.
Is it possible to add in custom fields, to add in postcodes for example, into the registration process for users of the forum?
I have looked through previous threads and feel they are all too old to answer this question for the new bbpress plugin.
Many thanks for your time and help with this.
load_text_domain is used in bbPress instead of load_plugin_textdomain – codestyling localization plugin reports….some filter and actions won’t be executed anymore…. “please contact the author”
Done.
They are essentially the same, as the bbPress plugin is installed via buddypress upon demand.
We’ve done a little tutorial video to show how you can setup either a BuddyPress Group Forum, a SiteWide bbPress 2.0 Forum, or a custom hybrid forum page using shortcodes. You can have all three at one time. Hope this helps
http://labsecrets.com/2012/01/23/buddypress-and-bbpress-forums-made-easy/
Cheers!
Spence
http://labsecrets.com
can i use the reply short code in the place of wordpress comment ? i am running bbpress as plugin.
thanks
Hi there,
I would like to have a simple support forum like this in this site here:
http://purerover.com/forum/index
but when I install my site the forum plugin isn’t compatible with my used theme.
The forum isn’t displayed well and also I can’t set it up in pages (i tried short codes but they don’t work
properly)
So two question:
1. Is there a PDF documentation on how to set up a forum like this: http://purerover.com/forum/index
2. Do I other plugins to let my “support forum” be like this one: http://purerover.com/forum/index
or just bbpress?
Thank you and a good night from auckland! (saturday mornign 4:40am)
If you absolutely must have a page there, you’ll want to use Shortcodes or a custom page template of your coding to customize it.
Don’t use the Shortcodes, just use the widget already supplied by bbPress.
Thanks for this! Really helped me out.
I am using Buddy Press with bbpress on a rockettheme wp site using gantry frame works (whew)
No I created a page with short codes, but when the bbpress slug is the same as the page it does not format correctly.
Also when I change the slug back to ‘forums’ that link does not work either.
You can see it at ppsdc.com/main-board (this is the page with shortcodes, shows fine now because slug is different)
meanwhile the slug link ppsdc.com/forums shows the unformatted page.
If I change the slug to main-board I get the same thing as the above sentence.
I used the forum list widget so you can actually get to a forum and see those pages are fine.
Any Ideas??
hello
shortcode is good.
But how can I remove breadcrumbs plz ?
Because I use two shortcode :
[bbp-forum-index]
[bbp-topic-index]
And I have breadcrumbs for forum and an other for topic. Maybe make a shortcode like this is t possible ?
[bbp-topic-index breadcrumbs=false]
And are they way to say number topics to display ?
thx for help !
Unfortunately you can’t do that…bbpress doesn’t work with the native wp template, or child, it only works “within” the template structure (think of it like an insert that goes into the content area of the wp template).
As a result, just make a regular page with your wp theme, and add shortcode to the post editor. If you want you can style the wp template for header and footer and sidebar and width, etc., but not to add the short codes for bbpress
Undoubtedly, your easiest way to go is to use shortcodes for this purpose. You simply create a new page for each view (like forum-view), then add the shortcode you prefer to the page via the post editor. In this case a forum view is easy and uses “bbp-forum-index” (within short code brackets…remove the quotes). Here is a list of shortcodes to start: https://bbpress.org/forums/topic/bbpress-20-shortcodes
We have a full video that might also help you:
http://labsecrets.com/2012/01/23/buddypress-and-bbpress-forums-made-easy/
Cheers!
Spence
http://labsecrets.com
Sounds like what you want to do is use shortcodes, after installing the default bbPress plugin (or installing BuddyPress version).
You’ll still want (need) a little styling of the default twentyten template style to help it match your current theme, but otherwise the bbPress forums can be added to a page with just the shortcodes features you wish to display:
See shortcodes here: https://bbpress.org/forums/topic/bbpress-20-shortcodes
We’ve done a little tutorial video that shows how this might work with your theme (forward to the “hybrid” option in the video, about mid-way)
http://labsecrets.com/2012/01/23/buddypress-and-bbpress-forums-made-easy/
Cheers!
Spence
http://labsecrets.com
We’ve done a little tutorial video to show how you can setup either a BuddyPress Group Forum, a SiteWide bbPress 2.0 Forum, or a custom hybrid forum page using shortcodes. You can have all three at one time. Hope this helps
http://labsecrets.com/2012/01/23/buddypress-and-bbpress-forums-made-easy/
Cheers!
Spence
http://labsecrets.com
We’ve done a little tutorial video to show how you can setup either a BuddyPress Group Forum, a SiteWide bbPress 2.0 Forum, or a custom hybrid forum page using shortcodes. You can have all three at one time. Hope this helps
http://labsecrets.com/2012/01/23/buddypress-and-bbpress-forums-made-easy/
Cheers!
Spence
http://labsecrets.com
You create your own pages where you can insert login, register, lost password shortcodes, widgets, custom templats, anything you want.
You can then use those pages you created as the uri in the widgets.
This allows everyone to have completely custom login/registration setups and the widget will work with any one of them.
You could always use a custom Page for your forum homepage. On that page you can use shortcodes in order to display the most recent posts if you like.
bbp-forum-index
bbp-topic-index
Just an idea.