Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 1,101 through 1,125 (of 11,523 total)
  • Author
    Search Results
  • #211687
    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.

    Then come back

    #211684
    Robin W
    Moderator

    I’m not sure where this message is coming from.

    It is not in bbpress, and bbpress just uses WordPress registration.

    It may well be WordPress (I haven’t got auto registration on any of my test sites so can’t say)

    Or are you running and registration plugins, or does your theme do this, or is it WordPress.

    You’ll need to do a bit more digging.

    Robin W
    Moderator

    ok, I’m not seeing this issue – can you as a test deactivate bbpress do shortcodes and then retest

    #211633
    slimshadys
    Participant

    Hello. 🙂
    I’m using the latest version of bbPress and I would like to know if there is a way to refresh a page twice when I click its link.

    Let’s give an example:
    I’m in the topics list.

    I’m about to click on one random topic.. It successfully loads the topic and everything goes fine.
    But I’m doing some tests with my own plugins and I need to refresh that page twice.

    Like – “When you successfully load the page, load it again, just once more.”

    Is there a function for doing so? Like adding a refresh function to the topic pagination function?
    If you guys could help me out, would be appreciated 🙂

    Thank you!

    #211629

    In reply to: Replies not indenting

    sleestak
    Participant
    #211614

    In reply to: Replies not indenting

    sleestak
    Participant

    Here is a test site I setup. http://alitho12.dreamhosters.com/

    #211613
    Alpo
    Participant

    Oh, thank you very much for your quick help!

    Unfortunately the case is still on. We tested earlier this week that option, but the result is same – except one thing.

    1. When you copy text from email client (or word processor) including hyperlink and paste it to the forum, the result is 404 error after submission

    2. But if you paste the text and remove the hyperlink (the link is still there but as plain text) then the message goes to queue and administrator must accept the submission

    I can add hyperlinks to the text and submit it to forum if I type it manually without copying.

    It looks like there are some rules which prevents adding the text to submission forms and subscribing it.
    Very interesting case 🙂

    #211594
    simonlepamplemousse
    Participant

    @robin-w

    Hello,

    I have the latest versions of WordPress, bbPress and bbp style pack

    Users no longer receive email when they subscribe to a forum or topic.

    The email is sent to the administration email but not to subscribers.

    It’s not a mailbox problem. When there is a quote, it works.

    It is not related to bbPress 2.6.5

    Does anyone else have the same concern, is there a setting that I missed?

    Thank you for helping me and sorry for my rough English.

    #211566

    In reply to: Replies not indenting

    Robin W
    Moderator

    well it does on my test site, so without seeing your site I can’t say – sorry

    #211563

    In reply to: Replies not indenting

    sleestak
    Participant

    My live site with a 3rd party theme is not public. The test site I have is just running locally in a docker container. It is a fresh install using the built-in themes.

    #211544
    zirow
    Participant

    I’ve tried @robin-w snippit above but didnt work with my current wordpress version(latest one according to the date of my post) but i managed to get it working with this snippit if anyone needs it.

    Note: I’m a beginner to wordpress and bbpress so there might be other better ways of doing this.

    function change_role(){
    $user_id = $user->ID ;
    if( current_user_can(‘administrator’)){

    bbp_set_user_role( $user_id, ‘bbp_keymaster’ );

    }
    }
    add_action(‘wp_login’, ‘change_role’);

    #211543
    sleestak
    Participant

    I have posted this before, but I still can’t get this to work. I have threaded replies enabled, but my replies are not indenting. To determine if it was an issue with my theme, I created a brand new WordPress test site and tried all of the included test themes and indenting does not work on any of them. The only plugins I have are bbpress and the bbpress style pack. What am I missing?

    Thanks!

    #211535

    In reply to: bbPress Roadmap

    Dion Hulse
    Keymaster

    Like WordPress, bbPress uses a semi-decimal-based versioning system, where bbPress 2.4, 2.5, and 2.6 are considered major versions.

    bbPress 2.6 was a major update with just under 6 years of development:

    This version of bbPress has been in development for just a bit under 6 years (yikes!) over which 420 tickets were resolved via 1737 individual code commits.

    The Full list of releases is available on the bbPress codex, although it doesn’t have the full details for the latest two minor 2.6.x releases.

    Robin W
    Moderator

    thanks – just to ask the obvious, you are running the yoast plugin ?? 🙂

    then as a test can you try a correction to my previous code

    add_filter( 'wpseo_metatitle', 'rew_meta_title' );
    function rew_meta_title( $title ) {
    global $post ;
           if ($post->post_type == 'reply' ) {
    	 $title = 'this is a reply' ;
        }
     return $title;
    }

    if that fails, can you try (as a test only)

    add_filter( 'wpseo_metatitle', 'rew_meta_title' );
    function rew_meta_title( $title ) {
     $title = 'this is a reply' ;
       return $title;
    }

    This should put that phase at the top of every pages, and will at least show that the filter is working.

    Robin W
    Moderator

    I don’t have any sites with both yoast and forums on them (my forum sites are profession related sites with private forums so don’t want to advertise!).

    So I don’t know which part of the code is faulty.

    If you are able to test, then start with

    add_filter( 'wpseo_metatitle', 'rew_meta_title' );
    function rew_meta_title( $title ) {
           if ($post->post_type == 'reply' ) {
    	 $title = 'this is a reply' ;
        }
     return $title;
    }

    this should make the title of each reply ‘this is a reply’

    if that works, then we kwow the function is working, but not getting the right answer !

    If it doesn’t work, then I’ll come back with another

    #211434
    nasosravas
    Participant

    Hi.
    I installed bbpress and it shows wrong topic number. I have only one topic in forum and it shows #2448.
    Tried to fix it with the bbpress tools without success.

    Test

    Any fix?

    #211418
    scabbrox
    Participant

    Not sure how to easily get a list, but this is what’s in my plugins folder:

    advanced-backgrounds
    4 KB
    Apr 2, 2020, 2:12 PM
    httpd/unix-directory
    0755

    advanced-css-editor
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    advanced-custom-fields-pro
    4 KB
    Today, 5:51 PM
    httpd/unix-directory
    0755

    akismet
    4 KB
    Apr 30, 2020, 11:45 AM
    httpd/unix-directory
    0755

    all-in-one-wp-migration
    4 KB
    May 18, 2020, 4:13 PM
    httpd/unix-directory
    0755

    all-in-one-wp-migration.6.77.zip
    331.74 KB
    Dec 15, 2019, 11:54 AM
    package/x-generic
    0644

    bbp-private-groups
    4 KB
    May 22, 2020, 11:17 AM
    httpd/unix-directory
    0755

    bbp-style-pack
    4 KB
    May 8, 2020, 4:37 PM
    httpd/unix-directory
    0755

    bbp-toolkit
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    bbp-user-online-status
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    bbpress
    4 KB
    Jan 30, 2020, 4:43 PM
    httpd/unix-directory
    0755

    bbpress-enable-tinymce-visual-tab
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    bbpress-mark-as-read
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    bbpress-wp-tweaks
    4 KB
    Jan 15, 2020, 10:12 AM
    httpd/unix-directory
    0755

    bbpress2-shortcode-whitelist
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    bp-custom.php
    302 bytes
    Nov 14, 2019, 2:05 PM
    application/x-httpd-php
    0644

    bsp_test.css
    134 bytes
    Nov 14, 2019, 2:05 PM
    text/css
    0644

    bspstyle.css
    12.2 KB
    Nov 14, 2019, 2:05 PM
    text/css
    0644

    buddypress
    4 KB
    May 15, 2020, 2:15 PM
    httpd/unix-directory
    0755

    category-featured-images-extended
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    contact-form-7
    4 KB
    May 22, 2020, 11:17 AM
    httpd/unix-directory
    0755

    custom-sidebars
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    extended-widget-options
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    facebook-pagelike-widget
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    gd-bbpress-attachments
    4 KB
    May 13, 2020, 4:18 PM
    httpd/unix-directory
    0755

    gd-bbpress-tools
    4 KB
    May 13, 2020, 4:18 PM
    httpd/unix-directory
    0755

    godlike-core
    4 KB
    Today, 1:00 PM
    httpd/unix-directory
    0755

    google-analytics-dashboard-for-wp
    4 KB
    Feb 26, 2020, 3:41 PM
    httpd/unix-directory
    0755

    index.php
    28 bytes
    Nov 14, 2019, 2:05 PM
    application/x-httpd-php
    0644

    jetpack
    4 KB
    May 6, 2020, 7:51 AM
    httpd/unix-directory
    0755

    js_composer
    4 KB
    Apr 25, 2020, 3:27 PM
    httpd/unix-directory
    0755

    kirki
    4 KB
    May 22, 2020, 11:17 AM
    httpd/unix-directory
    0755

    list-category-posts
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    lock-user-account
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    login-with-ajax
    4 KB
    Jan 24, 2020, 9:34 AM
    httpd/unix-directory
    0755

    mailchimp-for-wp
    4 KB
    Apr 28, 2020, 4:44 PM
    httpd/unix-directory
    0755

    members
    4 KB
    Apr 29, 2020, 1:07 AM
    httpd/unix-directory
    0755

    menu-icons
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    mycred
    4 KB
    May 8, 2020, 4:37 PM
    httpd/unix-directory
    0755

    nav-menu-roles
    4 KB
    Mar 28, 2020, 3:21 PM
    httpd/unix-directory
    0755

    nk-themes-helper
    4 KB
    May 6, 2020, 7:51 AM
    httpd/unix-directory
    0755

    nk-woocommerce-swatches
    4 KB
    Jan 26, 2020, 11:20 AM
    httpd/unix-directory
    0755

    notification
    4 KB
    Apr 22, 2020, 10:14 AM
    httpd/unix-directory
    0755

    notification-bbpress
    4 KB
    May 18, 2020, 4:11 PM
    httpd/unix-directory
    0755

    notification-buddypress
    4 KB
    May 18, 2020, 4:14 PM
    httpd/unix-directory
    0755

    paypal-donations
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    post-views-counter
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    quick-pagepost-redirect-plugin
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    recent-posts-widget-with-thumbnails
    4 KB
    Jan 15, 2020, 10:13 AM
    httpd/unix-directory
    0755

    revslider
    4 KB
    May 17, 2020, 11:57 AM
    httpd/unix-directory
    0755

    sociality
    4 KB
    Apr 23, 2020, 9:53 AM
    httpd/unix-directory
    0755

    tinymce-advanced
    4 KB
    Apr 2, 2020, 2:12 PM
    httpd/unix-directory
    0755

    tomparisde-twitchtv-widget
    4 KB
    Apr 30, 2020, 6:56 PM
    httpd/unix-directory
    0755

    ttv-easy-embed
    4 KB
    Mar 11, 2020, 1:58 PM
    httpd/unix-directory
    0755

    updraftplus
    4 KB
    Today, 11:53 AM
    httpd/unix-directory
    0755

    user-role-editor
    4 KB
    May 5, 2020, 10:13 AM
    httpd/unix-directory
    0755

    usp-helper
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    usp-pro
    4 KB
    Apr 9, 2020, 3:30 PM
    httpd/unix-directory
    0755

    w3-total-cache
    40 KB
    Apr 29, 2020, 1:07 AM
    httpd/unix-directory
    0755

    woocommerce
    4 KB
    May 22, 2020, 11:17 AM
    httpd/unix-directory
    0755

    woocommerce-admin
    4 KB
    May 19, 2020, 12:53 PM
    httpd/unix-directory
    0755

    wow-recruitment-legion
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    wp-discord
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    wp-google-maps
    4 KB
    May 8, 2020, 4:37 PM
    httpd/unix-directory
    0755

    wp-optimize
    4 KB
    Apr 2, 2020, 2:11 PM
    httpd/unix-directory
    0755

    wp-slimstat
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    wp-smushit
    4 KB
    May 19, 2020, 12:53 PM
    httpd/unix-directory
    0755

    wpcat2tag-importer
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    youtube-embed-plus
    4 KB
    Apr 17, 2020, 3:40 PM
    httpd/unix-directory
    0755

    #211416
    Robin W
    Moderator

    ok, thanks for the update.

    I loaded your code in my test site and it works fine – eg I can allocate someone to warlord.

    what plugins do you have on your site?

    #211408
    Robin W
    Moderator

    custom roles work on my test site under2.6

    I’ll load your code onto my test site later and see if it works there.

    kasperdalkarl
    Participant

    Hi!

    I was wondering if it’s possible to add the latest reply author’s in loop-single-topic. I am configuring my forum a bit on my site talanrien.com/rollspel

    Currently it’s like this:

    Topic Name
    Reply To: Topic name
    Started by Topic auhtor in: Name of subforum

    What I would like is:

    Topic Name
    REPLY AUTHOR’S NAME, Reply To: Topic name
    Started by Topic auhtor in: Name of subforum

    Does anyone have any suggestions on how to add the latest reply author’s name in the place I want?

    Thanks!

    g28f99
    Participant

    I have tested it and no progress observed. How to save and demonstrate the selected option have not been properly resolved.

    #211301
    Robin W
    Moderator

    ok, so final test, and then I’ll be happy I know what needs doing (one we did earlier)

    go into
    dashboard>topics> and select one topic to edit, and just hit update.
    DON’T set the forum.

    #211285
    Robin W
    Moderator

    Haven’t tested but googled and found this

    add_filter( 'admin_bar_menu', 'replace_wordpress_howdy', 25 );
    function replace_wordpress_howdy( $wp_admin_bar ) {
    $my_account = $wp_admin_bar->get_node('my-account');
    $newtext = str_replace( 'Howdy,', 'Welcome,', $my_account->title );
    $wp_admin_bar->add_node( array(
    'id' => 'my-account',
    'title' => $newtext,
    ) );
    }

    Put this in your child theme’s function file – or use

    Code Snippets

    #211280
    danielthorpe
    Participant

    Thanks, tried it and it is better.

    Here is a test page:

    https://eliteguitarist.net/forums/

    I cant get the users avatar to show up bigger, and Id like to remove the “home” button, “viewing topic” text, remove the “create a new topic” button, make the box where they type in smaller and remove the section at the bottom where it says “You may use these HTML tags and attributes:”

    Sorry, that`s a lot. Is this all possible using the plugin?

    redevelop
    Participant

    Thanks for coming back to me. Unfortunately that doesn’t seem to have resolved, I’ve also cleared the browser cache. The permalinks are set to ‘Plain’.

    So the test forum URLs are below, both give the same error:

    http://localhost/sitename/?forum=forum-test1

    http://localhost/sitename/?forum=forumtest2

    Thanks for your help.

Viewing 25 results - 1,101 through 1,125 (of 11,523 total)
Skip to toolbar