Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 4,051 through 4,075 (of 64,414 total)
  • Author
    Search Results
  • 2cats
    Participant

    I’m running bbPress 2.6.5 with WordPress 5.4.2, and using SendGrid to process notifications. When I check the SendGrid activity log, I see that the forum notifications, which are being sent from a “noreply@domainname” email address, are also being delivered TO that same “noreply” email address. I have searched every setting and can’t find any reason why emails would be sent to that address. Does anyone know how this could happen? My hosting company tells me this could be seen as spam, which could affect delivery. The forums are members-only so I can’t post a link. Any advice would be greatly appreciated.

    #214008

    In reply to: Registration Account

    ChristineZ
    Participant

    You have no idea how dumb I feel, and that is to put it lightly.

    I have worked with bbPress and you do have a great plugin.

    Thanks Robin, I hope you are well and staying healthy. Have a great week,
    Christine

    #214001
    martinrtr
    Participant

    Nice – thanks Robin – I’m just getting my mind round BBPress for the first time. In the intro blurb there was a statement along the lines of ‘BBPress is develkped by wordpress and, as such uses wordpress core for its functionality’. I read this but clearly didn’t register it!
    Thank you for you help
    Martin

    #214000
    Robin W
    Moderator

    bbpress simply uses WordPress registration and login, so any plugin that does wordpress registration will work for bbpress.

    Therefore rather than trying to amend the bbpress registration, I’d probably just use a wordpress registration plugin, there are lots – just google ‘worpdress registration plugin’

    this is a list of popular ones

    10 Best WordPress User Registration Plugins to Power Up Your Site

    #213999
    martinrtr
    Participant

    HI there

    I was setting up BBPress and testing ‘register’ and couldn’t figure out why i didn’t get the verification email. Then I realised I had mis-typed my email. I was therefore wondering if there was any way to add a ‘re-type’ email field to the BBpress registration form?

    WP 5.5
    BBPress 2.6.5
    Theme Groppe from Victor Themes (https://themeforest.net/item/groppe-nonprofit-wordpress-theme/20351940?gclid=EAIaIQobChMIsvqPo_Wz6wIVVrTVCh3mVQpjEAAYASAAEgKMKPD_BwE)

    Thanks
    Martin

    #213993
    Chris
    Participant

    Hello,
    I’m trying to migrate an old phpbb 3.0.2 based forum to new bbPress based forum. The default importer gave me errors like “no forums to import” and “no users to import”. I found this importer fix: https://gist.github.com/TheRobotFactory/e8ac4b3dea7920d69f1a959d216f92a3 and it fixed the user import, but still the other stuff (except posts) fail: forums, topics, etc.
    Any known importer fix to be able to import from phpbb 3.0.2?

    #213988
    uksentinel
    Participant

    Hopefully your plugin will be approved and this will ensure WordPress and BBPRESS standards are maintained 😉

    Thanks

    #213981
    Steve Boswell
    Participant

    @heroyouwi’s fix no longer works. It still picks up the users correctly but no longer imports any topics or forums.

    The phpbb.php file included with 2.6.5 does pick up the topic and forums but misses the users so I merged them.

    here is a version that works with phpBB 3.1.3 and bbPress 2.6.5

    https://gist.github.com/TheRobotFactory/e8ac4b3dea7920d69f1a959d216f92a3

    #213974
    hellojesse
    Participant

    Sure,

    1. Indentify template file of forum index in template directory of plugin and copy it to your theme, but place it in bbpress folder.

    2. place the code what I have sent, you have link above the forum to profile.

    I can do same as profile menu as is here above forum, but it require more coding and probably you will experience difficulties with integration. Only solution is I can send you custom theme to demonstrate what I can do 🙂

    #213972
    uksentinel
    Participant

    There used to be a plugin called ‘bbPress Profile Link Shortcode’ created by ‘Tyler Tervooren’

    Alas this plugin is out of date, is there any equivalents ?

    bbPress Profile Link Shortcode

    #213947
    hellojesse
    Participant

    Sure, contact anytime. 😉

    This can help as well.

    We can use action hook. Here is explation how to use it. There are files where you can find the place.

    https://codex.bbpress.org/bbp_theme_before_forum_title/

    #213943
    hellojesse
    Participant

    SSo, you said you need dynamic url to user bbpress profile. Correct?

    This code will generate profile url

    <?php echo bbp_get_user_profile_url( get_current_user_id() ); ?>

    #213938
    uksentinel
    Participant

    The key to my question is I cannot create a link to a users bbpress profile

    This is mine on my URL

    https://uktechhub.com/forums/users/uk-sentinel/ as an example as the variable for username changes with each logged in users name ?

    this is my profile link on BBPRESS.org

    https://bbpress.org/forums/profile/uksentinel/

    #213923
    slugs
    Participant

    That works great! Thank you so much.

    How do I add the post content to the first post of the new topic? I can’t work out how to target the first post with add_action().

    How do I append the post post title to the forum id? It looks like this (Forum: 67) it might be better if it was post-title-67 e.g starwars-67

    I would like the first forum topic created to be displayed on the post page. I currently achieve this by:

    Add new block

    [/] shortcode

    Add the bbpress shortcode

    [bbp-single-topic id=40]

    The id is found when edititing the topic in the address bar https://site/wp-admin/post.php?post=40&action=edit

    Is there a way of automating this task?

    #213921

    In reply to: reverted information

    jl63
    Participant

    yes, bbpress 2.6.5 and bbp-style-pack 4.6.1.
    Perhups I could change the texte, but I don’t know find it in french.
    One idea?

    thanks very much.

    I like bbpress, it’s fine

    #213916
    uksentinel
    Participant

    FYI – My WordPress and BBPress installations are up-to-date and I have an Icon in the Toolbar which when clicked, goes to three option (Dashboard – Change Password and Log-Out) but does not give access to users topics and post being created etc.

    If I use the Widget BBPRESS LOGIN LINKS Widgets – and click on the icon, then it gives me access to the profile details I am looking for, but I would like to use this profiles option for the menu (not wideget)

    😉

    #213914
    uksentinel
    Participant

    I am trying to create (and have been for a few days) a way to do exactly what happens when you log into this wonderful bbpress.org forum, after logging in you can then select your user icon with the users name and enable them to edit there own bbpress profile details.

    How do I do this simply ?

    #213913

    In reply to: reverted information

    Robin W
    Moderator

    is this with 2.6.5 bbpress ?

    the order changed and my style pack may not recognise the changed order

    #213905
    jl63
    Participant

    Ce forum contient 5 sujets (+ 1 masqué) et 11 réponses, et a été mis à jour pour la dernière fois par 20 août 2020 à 18:37 le admin4789.

    I use bbpress with bbp-style-pack and this the message that I have in the list of topics

    #213890

    In reply to: Registration Account

    Robin W
    Moderator

    Welcome to bbpress !

    This registration is done by Buddypress not bbpress, so you’d be better asking the question on their support forum

    https://buddypress.org/support/

    #213887
    ChristineZ
    Participant

    Heeelllloooo bbPress! 🙂

    This is my first time writing you and I have first say, I LOVE your plugin. GREAT job!

    I have a couple of question about the Registration page.

    Website: http://zolofly.com/register/
    WordPress Version: 5.5
    bbPress Version: 6.2.0

    1) How can extend the Profile Details … under the Account Details so that the page lays out nicely?
    Screenshot for your reference: http://prntscr.com/u36rrl … make since?

    2) How can I make some columns for the Hobbies? Rather than it just being one long row.

    3) Where can I add the Terms and Conditions next to the Privacy Policy?
    Screenshot for questions 2 and 3 for your reference: http://prntscr.com/u36tex

    That’s it and thank you so much for your support,
    Christine 🙂

    #213876
    hellojesse
    Participant

    Checkout template files for bbpress in theme directory, then just call widgets and sidebars you want That way you can customize whole bbp subpage s.

    #213864
    Mark Smith
    Participant

    You can go through this link for finding better solution.

    Layout and functionality – Examples you can use

    #213862
    Bingo Bongo
    Participant

    Activating bbpress throws errors
    All other plugins deactivated

    bbpress v 2.65
    wp v 5.5
    https://elumine.interconnected.me/
    theme – elumine, and twenty twenty, both up to date.

    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘post_status’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2172
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘post_status’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2176
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘post_status’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2182
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘post_status’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2186
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2190
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘post_status’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2194
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2199
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2203
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2208
    [20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-content\plugins\unyson\framework\extensions\shortcodes\extensions\page-builder\class-fw-extension-page-builder.php on line 510

    Please advise.
    Thanks.

    #213848
    Robin W
    Moderator

    the logic is that at this point it is simply seeing what is stored in the database, rather than using wp-bakery to interpret it.

    Whilst I use WP-bakery on a couple of sites, none that use bbpress.

    sorry not sure I can help further

Viewing 25 results - 4,051 through 4,075 (of 64,414 total)
Skip to toolbar