Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 1,026 through 1,050 (of 11,570 total)
  • Author
    Search Results
  • #215079
    Robin W
    Moderator

    untested but something like

    <?php global $current_user; get_currentuserinfo(); $uid = bbp_get_current_user_id(); ?>
    <?php if ( bbp_get_user_forum_subscriptions( $uid ) ) : ?>
    <?php $subs = bbp_get_user_forum_subscriptions( $uid ) ; ?>
      <?php while ( bbp_forums() ) : bbp_the_forum(); ?>
      <?php $forum_id = bbp_get_forum_id( $forum_id ); ?>
    	<?php if (in_array($forum_id, $subs)) { ?>
        <p><?php bbp_forum_title(); ?></p>
    	etc.
    	<php } ?>
      <?php endwhile; ?>
    <?php endif; ?>
    #215060
    Robin W
    Moderator

    wow, could be many of these or combination of them or your theme

    The best I can suggest is

    Themes

    As a test switch to a default theme such as twentyfifteen, 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

    #215057
    Robin W
    Moderator

    ok, thanks for sending that – I had something set that was not giving me that on my test site – now I can match your process, but i do not get the error.

    what other bbpress related plugins are you running ?

    laetee
    Participant

    I’m reading mixed complaints within our forum from those who choose to subscribe to certain topics to receive emails for new replies.

    Some say they are receiving emails, some say they’re only receiving them here and there, others are not receiving them at all. I’ve also been reading that some are receiving administrative emails but not emails for new replies in topics.

    Our client’s users rely on their email notifications, unfortunately, so I’ve been in the search for a more reliable fix. Any suggestions?

    For reference, I am using the WP Mail SMTP plugin that is linked to a paid SMTP.com account. So, in theory, the SMTP should be letting the users receive these emails, no?

    Any tests I run on my end have been successful, using a Subscriber, Editor, and Admin user roles. I have also mentioned spam and phishing folders as well as whitelisting but users have done these things and are still experiencing issues.

    Any help in solving this would be appreciated!

    I’m currently using bbPress version 2.6.5 with the Kleo theme.

    #214969
    Robin W
    Moderator

    so rainy afternoon, so I have wrapped wpup’s code into a plugin, and fixed a couple of things that were different.

    This plugin technically works, but without creating multiple threads I can’t really test !

    so if anyone fancies trying it out, feel free and let me know if it does what it is supposed to.

    and sorry @xprojectsx – I am just putting it out there, I don’t promise to fix it if it doesn’t work, but am happy to take a look, and I don’t promise to maintain it – you download and use on this basis !

    If it does work, I’ll add it to the trac ticket for this thread, and maybe add it to my style pack plugin bug fix page.

    bbp threaded replies

    #214948
    xprojectsx
    Participant

    Hi, I’m curious what plugin you are considering to switch to? I’ve purchased and tested several including trying to get “support” from commercial options, and have not found a very good/comprehensive forum solution with good support. The best forum for wp that I found was simple press but they were bought out a few years ago and since then the support is terrible. Any question will be answered with a pitch to get you to hire them to customize. Before that I tried wpforo but it is lacking a lot of features especially on the admin side and I had problems communicating with their support.

    There just does not seem to exist such a plugin for wordpress that has both good support (either commercial or community) and comprehensive features needed to run an active forum. (I’ve used a bunch of non wp forums such as vb, phpbb, smf etc)

    I’ve come to the conclusion that if you have to use WP and need a forum with comprehensive features and administration tools, then bbpress is the best option and you may need to hire a developer to get it to do what you need. The next option would be a non-wp forum that you could bridge. But again, if you have a legitimate WP forum plugin option to consider, I’d love to hear it.

    #214921
    Robin W
    Moderator

    it works in my test site, so I cannot explain why it is not working for you – there is nothing further I can do

    #214920
    Jason
    Participant

    I’m having trouble getting shortcodes for a picture gallery to work in topics. Did some looking around here and it seems I may need a shortcode plug in and also possibly a shortcode whitelist plugin to go with it. I looked at this one bbPress2 shortcode whitelist, but it is a bit old and hasn’t been tested with 5.5.1. I’m running 7.4.10 PHP, LiteSpeed webserver, 2.6.5 bbpress.

    The shortcode for a photo gallery shows up in the post as text but that is all. https://transmissiontuner.com/blog/forums/topic/allison-bellhousing-types/

    I asked for support on this from the photogallery plugin and they said it was a bbpress problem.
    thanks!

    #214878
    Robin W
    Moderator

    this should hide it, but test to make sure you don’t find any exceptions !

    add_filter ('bbp_get_author_link' , 'rew_hide_author', 30 , 3 ) ;
    add_filter ('bbp_get_reply_author_link' , 'rew_hide_author', 30 , 3 ) ;
    add_filter ('bbp_get_topic_author_link' , 'rew_hide_author', 30 , 3 ) ;
    
    function rew_hide_author($author_link, $r, $args) {
    	if (!is_user_logged_in()) $author_link='' ;
    return $author_link ;
    }

    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

    #214876
    Robin W
    Moderator

    I suspect that it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentyfifteen, 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

    #214840
    Vidyut
    Participant

    The breadcrumbs don’t appear to respect the actual homepage settings for the blog. If there is a homepage selected, but the setting is actually to show latest posts, the breadcrumbs most frustratingly and seemingly inexplicably show the title of the page selected as homepage instead of latest posts – even if the actual homepage is set to latest posts.

    To reproduce, select some page to be homepage. Save. Switch to latest posts (default) for homepage without clearing the selector. The breadcrumbs continue to show the title of the selected inactive setting for page instead of the actual site title, or home or something sane even though the url points to the homepage.

    #214839
    graugart
    Participant

    I added [bbp-forum-index] on that same test page (bottom) and there’s still no freshness showing

    #214834
    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentyfifteen, 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

    #214831
    uksentinel
    Participant

    Had a look and cannot find anything obvious

    For testing purposes, Create a test page with [bbp-forum-index] shortcode and see if Freshnesh and then Latest Post appears, if it does not then a conflict it maybe ?

    #214829
    graugart
    Participant

    First open this URL to bypass the “coming soon”: https://www.defensivebjj.com/?bypass=turtlez

    Then here is a page that should display the topics index: https://www.defensivebjj.com/members-forum-test/

    These are the shortcodes I am trying (both bbstyle pack and bbpress)

    [bsp-display-topic-index show=”20″ forum =”611″ search=”no” breadcrumb=”no”]

    [bbp-single-forum id="611"]

    #214826
    uksentinel
    Participant

    The shortcode I use for BBPress is [bbp-forum-index] and it shows freshness for myself.

    Try this on a test page to see if this works ?

    (I am not an expert, so bare-with)

    #214821
    Robin W
    Moderator

    ok, it works in my test site, so I cannot explain why it is not working for you

    #214776
    lesscows
    Participant

    I am using a wordpress site to make forums with bbpress. We like to have a lot of security and dont like to show ip addresses to anyone other than keymasters, https://prnt.sc/uozyfi is an example of what this looks like.

    Is there a way to edit a part in the theme/css or make it so only keymasters can see ips?
    Please use baby steps or something that someone who is moderatley tech literate can use.

    Theme: OceanWP
    Theme Version: 1.8.9
    WP Version: 5.5.1
    bbPress Version: 2.6.5
    bbPress Tweaks Version: Latest (idk?)
    Site Address: https://brucedraco.com

    #214713
    sailorneil
    Participant

    I remembered where I saw indented sub-lists – it was section 4 of part 2 of the step by step guide. It says there that indented sub-lists are the default but when I created the test child forum mentioned above it appeared left-justified not indented. I think indented looks better. Why shouldn’t the default be working for me?

    #214709
    sailorneil
    Participant

    Thank you – good to know that I haven’t done something wrong. Having been encouraged to dig deeper I now believe that the sub-lists I noticed somewhere must have been child forums of a parent forum.
    I’ve created a test child forum and it does appear beneath the parent forum on the main page.

    #214682

    In reply to: Xenforo 2.1 Import

    Hamed Azimi
    Participant

    Thanks, Mark, but I’m not sure what you exactly said.

    If you mean I ask Xenforo to help me, then that’s pretty much clear they won’t do anything about it. It’s like someone asks you to help him/her to migrate from bbpress to Xenforo. Will you do it? of course not! Why should they help me upgrade your plugin in order to support migrating from their latest version of forum software to yours? (logically they will help those who are using your forum, to migrate to their forum. Not the other way around)

    But if I misunderstood, would you mind clarifying it, please?

    #214677
    smith512
    Participant

    Hello
    I tried to add a new forum, This error appeared.

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 163840 bytes) in /home/vnyeklac/public_html/wp-includes/class-wp-object-cache.php on line 446

    I looked at https://bbpress.org/forums/topic/php-fatal-error/ .
    However I cannot solved this problem.

    What should I do?
    Thanks for watching.

    My bbpress version is 2.6.5
    php version is 7.4
    wordpress version is 5.5.1
    All latest version

    #214647
    gm4aff
    Participant

    Hi Heroyouwi, I hope you are happy to answer this. I have tried your phpbb 3.2.9 fix bbpress import script and sadly it failed. I am using phpBB 331 and the latest bbPress. What is the likely issue?
    Many thanks.

    #214630

    Topic: permalinks

    in forum Installation
    dlewey
    Participant

    Hi

    My permalink looks like this for all forum pages. The double use of forum. It looks unnecessary and is appearing in site tests as an issue. In edit, I have no option to remove. Instead I will have to create a 301 for all the topics. Is there a reason for this double use and can it be removed? thanks

    Book recommends

    Using version 2.65 on the latest WP.

    #214623
    gm4aff
    Participant

    I need a little help with the BBpress converter. I am importing data (4000 users) from a phpBB (latest version) database in the locahost database. The converter consistently just goes straight to ‘Stopped’ no matter what I do.

    Where is the log for this utility so I can debug?

    Thanks,
    Stewart

Viewing 25 results - 1,026 through 1,050 (of 11,570 total)
Skip to toolbar