Hey fellas,
Scootin right along with ENFOLD awesomeness but ran into a snag after migrating my phpBB forums to bbPress. How do i setup a “Register a new account” in the sidebar on the Forum page. So far I can get a Login field located there, but for the life of me I can’t find a “Register a new account” in the widgets.
While we’re at it, how can members & admins change their avatars….I assume a plugin, but can you recommend one if that is the case?
Lastly, how can I get the forums, in ENFOLD, to not show the breadcrumbs menu?
Thanks for your time!
Best regards,
Chris
Hi,
1.) Create a page then select from this bbpress shortcodes.
[bbp-login]
[bbp-register]
[bbp-lost-pass]
Get the URL of the page. Go to Appearance > Widgets, insert the bbPress login widget, add the URL to the Register URI: field.
2.) Register your email on https://en.gravatar.com/
3.) Add this on your custom.css or Quick CSS:
.breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none
}
Regards,
Ismael
Ismael, you are the man! Thanks bro ;)