Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 26 through 50 (of 26,830 total)
  • Author
    Search Results
  • #245819
    Robin W
    Moderator

    Yes, this widget is no longer available.

    For you if you have the style pack plugin, you can use the bsp-profile shortcode instead

    [bsp-profile label="amend profile/password" edit="true"]

    You can simply add a shortcode block after the login widget.

    bbp style pack

    #245811
    yt
    Participant

    Hello everyone

    In the WordPress dashboard, Settings, Forums submenu,
    in the section:

    Community Features
    Community Features can be turned on or off

    There is an option called:
    Topic Tags: “Allow Topics to be tagged”

    By unchecking it, the tagging of forum members when writing and submitting a thread is disabled. This is sometimes necessary depending on the case.

    But the problem with this deactivation is that in addition to creating the above possibility, it also causes the defined tags of each thread to be disabled and not displayed, while this should not be the case because

    An administrator may want to prevent inappropriate tags from being inserted by non-professional users to manage the tags of the forum threads of his site and instead define an appropriate tag for that thread by editing the thread posted by users, so the defined tags of each thread should be displayed and there should be no reason for it to be disabled.

    Is there a solution to fix the problem stated?

    Thanks

    #245810
    #245805

    Topic: Free bbpress theme

    in forum Themes
    Ricsca2
    Participant

    Could you recommend a good free theme for bbpress?
    Actually, I only found this one:

    Responsive Forum


    I like it, but it’s very basic…

    #245802
    rameshb
    Participant

    Hi @robin-w,

    Thank you for taking the time to look into my issue. As per your suggestion, I installed the bbp Style Pack plugin. However, the moderation feature doesn’t seem to be working as expected. Unlike the WordPress contributor role, unapproved users are still able to publish posts directly without moderation.

    Could you please check and guide me further on how to ensure posts go into moderation before being published?

    Thanks again!

    #245797
    yt
    Participant

    Thanks for your reply

    I mean the twentytwentyfive WordPress theme block template.

    To view live errors, you can:

    1- By entering the forum home page address

    https://ghazavatonline.ir/forums/

    In the forum search form, enter a desired phrase and then press enter. Instead of displaying the search results, you will see in the header the error:

    Warning: Undefined array key “archive” in /home/ … /public_html/wp-includes/block-template.php on line 180

    Warning: Undefined array key “archive” in /home/ … /public_html/wp-includes/block-template.php on line 180

    2-Also, when you click on any of the tags that have topics assigned to them, instead of displaying the tags, the above error code is displayed and no topics are displayed

    For this, visit the address

    شکایت از قاضی دادگاه به علت عوض کردن جای متهم ها

    Click on the tag “تخلفات انتظامی قضات”

    Or go directly to the link

    https://ghazavatonline.ir/forums/topic-tag/disciplinary-breaches-of-judges/

    to see the same errors in the header and that no topic associated with the selected tag is displayed.

    Of course, it should be noted that the above errors are only generated when the twentytwentyfive block template is activated

    But when the twentytwentyfour and twentytwentythree templates are activated, they are not generated and work without problems.

    #245787
    Robin W
    Moderator

    bbpress works fine with classic themes (ie non block themes), so you should have no problems.

    However bbpress is an integral plugin to your website, so it will use whatever theme your site is using, so you cannot have one theme for wordpress and another for bbpress.

    #245784
    yt
    Participant

    Hello forum members

    My site is using the latest version of WordPress 6.8.2 and the 2025 Block Theme and BBPress Forum.

    I want to use the classic theme for BBPress Forum instead of the Block Theme

    Please guide me how can I activate my favorite classic theme instead of the default BBPress theme?

    Thanks

    #245774
    sbask
    Participant

    I’m not a wordpress developer, I just inherited and run a site. Can I hire you do to this?

    Robin W
    Moderator

    Install

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topic Index Styling

    Item 16 – you can set to have no message

    #245761
    manojmohandev
    Participant

    Any update on this?

    I have digged again further for the issue. The issue has started during this ticket #2838 with the changeset #6923. The last reply and count should only be changed when reply is public regardless whether it is spam or in pending state.

    #245753
    Robin W
    Moderator

    Install

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Moderation (third row down, right hand side)

    and follow the instructions/guidance

    #245738
    Robin W
    Moderator

    ok, so we can hide the ip6, but getting the ip4 is harder i think.

    I found this post relating to Cloudfare which tends to indicate that even an ip4 might be just a Cloudflare address, but I only spent 2 minutes reading though !!

    https://wordpress.org/support/topic/real-ip-for-the-customers-cloudflare/

    so to hide an IP6, try this (untested!)

    add_filter ('bbp_get_author_ip', 'rew_hide_v6') ;
    
    function rew_hide_v6 ($author_ip='') {
    if ($strlen($author_ip)>20) $author_ip='' ;
    return $author_ip ;
    }

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

    Let me know if it works

    #245649
    Robin W
    Moderator

    Every website is a unique combination of hoster, operating and hosting systems (eg apache, PHp) WordPress theme, plugins, settings and content, so I cannot just give you an answer.

    So between ‘some time ago’ (days? weeks? years?) and now – what has changed on your site?

    If you cannot answer that, then I can only suggest the core fault finding viz..

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #245539
    Robin W
    Moderator

    ok, some late night thinking….

    bbpress just uses the WordPress function that finds and shows posts (bbpress forums, topics and replies are just posts with a custom post type!).

    So I’m thinking that the ‘find matches’ wordpress part is finding x number of replies, but then the ‘display part’ is finding one less/more to display, then at that point the page count gets to be wrong.

    This is just a guess at the moment, but as you are seeing issues with other topics that are not all ‘page 8’ I don’t think it is a pure maths issue.

    So my current hypothesis is that there is an item that is in the database as a match, but there is not a corresponding item to display – this could be for lots of reasons.

    If you go to your link but page 7, from the post numbered 120998 with text ‘AnTiHrIsTiS — Kingpin: Life of Crime (PC)’ this entry on page 7 has a link of

    /steam-records/page/8#120998

    If my thinking is correct (and it is probably wrong!) I’d guess it is at this point that the permalinks start to go wrong.

    So if you change the replies per page from 14 to 13, does it still start to go wrong from that same post number, or does it start to go wrong from another post number.

    This will help us narrow down what the issue might be.

    #245526
    Robin W
    Moderator

    ok, I am not a bbpress author, just someone who tries to help out.

    So it’s Sunday morning here in the UK, and I have guests coming for lunch, so I will try and pick this up later.

    But let’s just eliminate some stuff.

    1.

    dashboard>settings>permalinks and just click save – this resets the permalinks and may help

    2.

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #245519
    qiwichupa
    Participant

    Hi. I have encountered this problem: after installing bbpress and converting Mingle forum (this operation was not without problems), in some topics some permalinks are generated with wrong pages.

    For example, following this link…:
    mydomain/bbforums/topic/stream-records/page/8#post-121032
    (I deleted the real domain since my thread was marked as spam, but I can provide it below if needed.)

    … we get to page 8 and go down to post 121032 – the second one on that page. But if we go up to the first post on this page, we can see that the link to it is formed as “…/page/7#post-120964″ – as if the post was located on the previous page. Also, if you go down to the bottom of this page, you will see that the last posts are formed as “…/page/9#post-121104″. – that is leading to the next page.

    Of course, I experimented with the settings of the paginator, changed the number of displayed posts on the page. In fact, it didn’t change anything, only the posts with the same error were changed. At the same time, if you do not change the settings of the paginator, a few posts with an incorrect link managed to “cure” by splitting the topic starting from this post, and then connecting the new topic with the previous one. But the above post didn’t work, so we can’t say that this is the solution.

    I suspect that the cause of the problem may be an incorrectly performed forum import operation, but this operation was not easy (all posts were initially converted as replays and I had to manually correct their status in the database, also some posts were duplicated and were in the wrong id-order) and I would like to understand what exactly can cause this problem and how to fix it.

    Of course I’ve already tried bbpress’ built-in error correction options, but they didn’t have any effect.

    It’s strange that the paginator seems to be working correctly – it gives the right number of posts per page, and links to these pages also work correctly, but the permalinks with anchors are not working correctly.

    Maybe someone has encountered a similar problem and can advise in what direction to look for its solution?

    Tech info:
    WordPress Version: 6.8.1
    Current WordPress Theme: Twenty Fourteen/twentyfourteen-garage version 1.2
    PHP Version: 7.4.33
    MySQL Version: 10.6.22-MariaDB-0ubuntu0.22.04.1
    bbPress (2.6.14)
    bbP private groups (3.9.7)
    bbp style pack (6.3.9)

    the last two plugins do not affect the problem, when you turn them off it remains

    tonernews
    Participant

    Since bbPress is owned by WordPress and since our site was built with WordPress, we are trying to figure out what happened to the tens of thousands of VIEWS that use to show up inside your bbPress app, now they have disappeared.

    any help would be appreciated.
    thanks
    HM

    #245483
    Robin W
    Moderator

    great – glad you are fixed, and no problem re your lack of knowledge, I suspect your knowledge of WordPress is much greater than my knowledge of railway signaling 🙂

    #245478
    Robin W
    Moderator

    ok, if the private groups plugin is not showing as active in

    dashboaard>plugins

    then it is not active.

    Deactivating/reactivating a plugin may have fixed an issue

    The 3 you have left are because these plugins need the authors to fix the issue, or if you are not at latest versions, you to update them.

    Simple lightbox
    welcome email editor
    constructions

    These errors will not cause your site to fail but will do in some later version of WordPress : WordPress will eventually chnage these form a ‘Notice’ error to a ‘Critial’ error, but that may be years away (or next week!)

    If everything else is working, then I’d suggest you just switch off the error display, and enjoy your site

    #245468
    Robin W
    Moderator

    ok, you should be seeing these.

    so to see the error, use the following plugin

    WP Debugging

    you should also check that your site is sending emails ok, I use the following plugin

    Check & Log Email – Easy Email Testing & Mail logging

    Robin W
    Moderator

    1. yes, this is the intended behavior
    2. yes, that behavior is set by a function which is called by an action, so we can remove it, and do something else.

    so untested, but this should work

    remove_action( 'bbp_template_redirect', 'bbp_forum_enforce_blocked', 1  );
    
    add_action( 'bbp_template_redirect', 'rew_forum_enforce_blocked', 1  );
    
    function rew_forum_enforce_blocked() {
    
    	// Bail if not logged in or keymaster
    	if ( ! is_user_logged_in() || bbp_is_user_keymaster() ) {
    		return;
    	}
    
    	// Set 404 if in bbPress and user cannot spectate
    	if ( is_bbpress() && ! current_user_can( 'spectate' ) ) {
    		//DON'T DO THE SET 404 ie this is the code that the default bbp_forum_enforce_blocked does
    		//bbp_set_404();
    		// DO SOMETHING ELSE HERE!
    	}
    }

    What the something else is, you will need to decide

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

    3. I can’t say what the original authors intentions were, but I suspect yes

    #245423
    hollandnumerics
    Participant

    I increased the WordPress memory to 256M in wp-config.php, but there was no change.

    I tried to increase the page size in wp-config.php too, but I’m not sure it worked.

    I’m not going to have access to my WordPress admin screens for a few weeks now, but I’ll get back to you if I have any further news.

    Thanks………..Phil

    #245419
    Robin W
    Moderator
    #245394
    hollandnumerics
    Participant

    Check Email installed. It defaults to local sendmail, instead of installed Postman SMTP that uses smtp.officce365.com. However:

    This test email proves that your WordPress installation at https://hollandnumerics.org.uk can send emails. Sent: Sun, 06 Jul 2025 10:10:50 +0000

Viewing 25 results - 26 through 50 (of 26,830 total)
Skip to toolbar