Will the shortcodes be converted into blocks to work fully with the block editor? Is bbPress preparing for full-site editing that is coming this year?
Still waiting to see if people using the Forums are having any issues using them.
not sure what this means ๐
I would like to change the font color against the maroon top bars, from black to yellow, or grey, but I am not finding the right tab to do so.
probably theme related, but link to an example on your site please.
Why are there tabs for setting up logins/logim failures, if logging in is accomplished at the WordPress level?
bbpress has some widgets and shortcodes that let users enter username and password. these details are passed to wordpress security to go through login.
you either want
dashboard>settings>forums>anonymous if you want anyone to be able to post
or add registration – bbpress uses wordpress registration, so anyone of then methods here will work.
https://www.wpbeginner.com/beginners-guide/how-to-allow-user-registration-on-your-wordpress-site/
there is also a bbpress registration login which includes registration and bbpress shortcodes
[bbp-login] โ Display the login screen.
[bbp-register] โ Display the register screen.
[bbp-lost-pass] โ Display the lost password screen.
In the forum session, I can’t add shortcodes to the forum I created, and I can not edit it with Elementor
blob:https://imgur.com/174e53bb-262d-4fde-8fed-528c34072e20
Hello, I have installed BB press but my WP theme makes the font size very small.
Is there any way to cutomize the BB press Fourm? With another plug in? I know nothing about CSS but I know where to paste custom CSS codes…
This is how it looks:
I know I can add ShortCodes to the pages, but can I add them in the forums section? I add and nothing happens
But that’s using the shortcodes and creating dedicated pages in WP right?
I want BBP to automatically generate these pages, eg. https://mywebsite.blog/forums/login
Pages required would be:
– login
– register
– password reset
– new topic
– new reply
My understanding of the shortcode is that if I wanted a new topic page, I would either have to have a generic one for the whole board or I would have to create individual ones for each forum based on the forum ID.
The solution I’m looking for is for BBP to dynamically generate them as required. Is that possible?
It seems odd to me that BBP doesn’t already do this.
EDIT: would something along these lines work? https://stackoverflow.com/questions/32314278/how-to-create-a-new-wordpress-page-programmatically
Basically, instead of having the create topic / topic reply form on the same page as the thread I want to create a button that links to a secondary page. I know this is possible with shortcodes, but is there a way of doing this without shortcodes? So that BBP auto-generates the page itself?
I know you can use shortcodes to add forms (such as new topic, login, new reply etc) to dedicated pages, but is there a fucntion or hook I can use to simply get BBP to automatically generate a new form page?
Where do I set it to allow shortcodes to show inside bbpress posts?
And another thing, there are shortcodes on many pages. Just haven’t done anything with the profile page template.
Good Day, the shortcode bb-register , login and lost password aren’t working for me on WPBakery. Other bb shortcodes do work, such as bb-topic-index. Thank you for any assistance you can offer.
for registration, set up a pages called whatever you wish and use the relevant shortcodes
[bbp-login] โ Display the login screen.
[bbp-register] โ Display the register screen.
[bbp-lost-pass] โ Display the lost password screen.
Thank you Robin ๐
About the notes. Would you recommend a excel file logging everything I do with any code; for example which files (path) and which line/lines etc?
I have done some changes when reading some easy codes that I understood how to add etc. But dont remember them by now ๐
in the menu (after installing bbpress) Nothing will appear – you must create and customize the menu yourself.
Or use bbpress shortcodes for home page.
I have you eminent plug in and love it already ๐ And already checked the shortcodes there. However there is only a shortcode to add a button/text to press that links to the profile. I would love a shortcode as the [bbp-forum-index] but for example [bbp-forum-profile]. Cant find any but maybe there is non?
bbp style pack
once activated go to
dashboard>settings>bbp style pack>shortcodes
How come I cant find a shortcode for the bbpress user profile?
This is the plugin for using shortcodes in menu – hope this helps ?
Shortcode in Menus
Found it. Download the plugin: bbpress do shortcodes
But where can you enable shortcodes? I also have this problem with the polls.
Sorry
The two shortcodes are, I assume they can work independently so does not need to work in conjunction with[bsp-profile] ?
[Profile label=’This is the label’]
[Profile label=’This is the label’]
there are 6 shortcodes in style pack, can you clarify which 2 you mean?
Image didn’t help me ๐
No problem and any time you spend with this is great news for us all.
The [bsp-profile] now works perfectly for both single names and double spaced names and for myself, job done.
I did try the other two shortcodes and alas for myself they do not work at all, when either is placed in the menu or onto a page as a shortcode, then the shortcode is shown in menu, not the result of the shortcode,
please see image link for clarity and I assumed the remaining two shortcodes would work the same as [bsp-profile] i.e, just add and it works?
forum layout
[Profile label=โEdit My Profileโ edit=โyโ]
Yes. I copied bbpress’s template to my child theme, and not I put my original template but I add codes to bbpress’s templates.
For example,
before โform-user-register.phpโ
<input type="text" name="user_login" value="<?php bbp_sanitize_val( 'user_login' ); ?>" size="20" id="user_login" maxlength="100" autocomplete="off" />
after โform-user-register.phpโ
<input type="text" name="user_login" value="<?php bbp_sanitize_val( 'user_login' ); ?>" size="20" id="user_login" maxlength="100" autocomplete="off" placeholder="half-width characters" />