Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '+.+default+.+'

Viewing 25 results - 826 through 850 (of 6,774 total)
  • Author
    Search Results
  • #207577
    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

    devsam
    Participant

    Solved by deleting the code lines on wp-content/plugins/bbpress/templates/default/bbpress/form-anonymous.php

    #207350
    Robin W
    Moderator

    you will need to amend a template, so need to be able to edit and ftp files.

    If so, then

    find
    wp-content/plugins/bbpress/templates/default/bbpress/loop-single-reply.php

    transfer this to your pc and edit

    change line 46 from

    <?php if ( current_user_can( 'moderate', bbp_get_reply_id() ) ) : ?>
    to

    <?php if ( bbp_is_user_keymaster() ) : ?>

    and save

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

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

    Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/loop-single-reply.php

    bbPress will now use this template instead of the original and only keymasters will see the ip address

    #207348
    Robin W
    Moderator

    you are assuming that because it doesn’t work for you it doesn’t work for anyone 🙂

    It works fine on my test site.

    so create a new topic and subscribers to the forum get an email when a new topic is created.

    If this is not happening for you, then 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

    #207289
    Robin W
    Moderator

    presuming that is what is set in the forums settings, then 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

    johnnyontheweb
    Participant

    Thanks, anyway I cannot find anything applying to my case.

    First of all, I must exclude the WP capability named “unfiltered_upload”, since I didn’t activate the unfilted uploading feature. In any case, I made tests and this is not affecting the problem I’m facing.

    Secondly, I tried editing the bbPress role capabilities (the problem is that the advised tool allows only the modification per user, and not for the entire role type), and I didn’t find anything that applies (there’s nothign related to uploads).
    Then I tried to edit WP role capabilites with the help of a plugin, and nothing changes again.

    I’m desperate – I start thinking it’s a problem of my Windows hosting.
    To exclude some things, let me ask 2 questions:
    1. is this a new problem or it arose also in the past?
    2. I found the WP capability “upload_files” for the Subscriber role by default. This is strange, anyway, I tried enabling it but nothing changes.

    thanks in advance for the help

    #207148
    WP Royal
    Participant

    Hi All,

    In the WordPress log file, I am getting error

    [21-Dec-2019 07:42:06 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 for query SELECTidFROM wp_posts WHEREpost_parentIN () made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), apply_filters('template_include'), WP_Hook->apply_filters, call_user_func_array, bbp_template_include, apply_filters('bbp_template_include'), WP_Hook->apply_filters, call_user_func_array, bbp_template_include_theme_compat, bbp_buffer_template_part, bbp_get_template_part, bbp_locate_template, load_template, require('/plugins/bbpress/templates/default/bbpress/content-single-user.php'), bbp_get_template_part, bbp_locate_template, load_template, require('/plugins/bbpress/templates/default/bbpress/user-topics-created.php'), bbp_get_user_topics_started, bbp_has_topics, bbp_parse_args, apply_filters('bbp_after_has_topics_parse_args'), WP_Hook->apply_filters, call_user_func_array, _bbp_has_topics_query, apply_filters('bbp_has_topics_query'), WP_Hook->apply_filters, call_user_func_array, bbps_lock_to_author, bbps_get_all_premium_topic_ids

    Can anyone suggest what might be an issue to this?

    Thanks

    #207089
    Danishsard
    Participant

    Hello, how could you make every forum topic have a default picture?
    As I search the site, forum topics are also included

    I would like them to have default images the same as every blog entry. 1 and the same picture but how to set it?

    #207021
    sean913
    Participant

    Fixed the issue I was having with this same error.

    Whew… after lots of searching and turning plugins on and off, I found the conflict and it was actually just settings that were defaulted incorrectly the Ultimate Member plugin with it’s add-on Extension for BBPress (premium plugin from Ultimate Member extensions bundle).

    The Ultimate Member BBPress extension has settings for every user role in the Ultimate Member > User Roles section, and in those settings it has permissions for BBPress that override BBPress settings. In those settings there are checkboxes for each permission, including posting replies, posting topics, etc. Customer roles, admin roles, and a bunch of other roles were for some reason defaulted to not allow these types of posts.

    To fix Ultimate Member permission settings, go into each role and enable the features / permissions accordingly.

    #207018
    Robin W
    Moderator

    not with css I’m afraid.

    you will need to know how to transfer files to/from your site using ftp. If so then

    find
    wp-content/plugins/bbpress/templates/default/bbpress/form-anonymous.php

    transfer this to your pc and edit

    remove lines 32-35 ie

    
    <p>
    			<label for="bbp_anonymous_website"><?php esc_html_e( 'Website:', 'bbpress' ); ?></label><br />
    			<input type="text" id="bbp_anonymous_website" value="<?php bbp_author_url(); ?>" size="40" maxlength="200" name="bbp_anonymous_website" />
    		</p>

    and save

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

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

    Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/form-anonymous.php

    bbPress will now use this template instead of the original

    #206957
    tiengdung90
    Participant

    hi,

    can anyone help me out for the following…why it dosent move after 2nd step…

    “Second Step

    Now we’re going to create the database tables and fill them with some default data.”

    #206937

    This should get worked on, but because bbPress does not use TinyMCE by default, and because image uploads are not enabled by default, it is likely to be a low priority fix.

    Created https://bbpress.trac.wordpress.org/ticket/3304.

    Oleksandr Kramer
    Participant

    Custom Field doesn’t work with bbpress 2.6 and above
    I use custom fields for bbpress topics.
    I tried to turn off all plugins and change the theme to default but always receive next javascript error in the console:

    load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,suggest,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.3.1:4 POST https://test.3d-kstudio.com/wp-admin/admin-ajax.php 400
    send @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,suggest,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.3.1:4
    ajax @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,suggest,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.3.1:4
    ajaxAdd @ load-scripts.php?c=0&load[chunk_0]=hoverIntent,common,hoverintent-js,admin-bar,wp-ajax-response,jquery-color,wp-lists,jquery-ui-sortable,postbox,jquery-ui-position&load[chunk_1]=,jquery-ui-menu,jquery-ui-autocomplete,tags-suggest,tags-box,word-count,wp-sanitize,post,editor-expand,thickbox,shortcode,backbo&load[chunk_2]=ne,wp-util,wp-backbone,media-models,wp-plupload&ver=5.3.1:9
    i.wpList.<computed> @ load-scripts.php?c=0&load[chunk_0]=hoverIntent,common,hoverintent-js,admin-bar,wp-ajax-response,jquery-color,wp-lists,jquery-ui-sortable,postbox,jquery-ui-position&load[chunk_1]=,jquery-ui-menu,jquery-ui-autocomplete,tags-suggest,tags-box,word-count,wp-sanitize,post,editor-expand,thickbox,shortcode,backbo&load[chunk_2]=ne,wp-util,wp-backbone,media-models,wp-plupload&ver=5.3.1:9
    (anonymous) @ load-scripts.php?c=0&load[chunk_0]=hoverIntent,common,hoverintent-js,admin-bar,wp-ajax-response,jquery-color,wp-lists,jquery-ui-sortable,postbox,jquery-ui-position&load[chunk_1]=,jquery-ui-menu,jquery-ui-autocomplete,tags-suggest,tags-box,word-count,wp-sanitize,post,editor-expand,thickbox,shortcode,backbo&load[chunk_2]=ne,wp-util,wp-backbone,media-models,wp-plupload&ver=5.3.1:9
    dispatch @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,suggest,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.3.1:3
    r.handle @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,suggest,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse&ver=5.3.1:3

    PS. For getting the error the topic must be saved.

    #206870
    Robin W
    Moderator

    ok, I can only suggest 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

    The default styling is subject to change over time, and there were some tweaks in all of the 2.6 releases so far. It’s hard to know exactly what’s causing it, but some custom CSS on your end to clear whatever is floating around should snap it back into place.

    #206701
    Robin W
    Moderator

    if you mean the files in /templates then you can amend these and put them in your child theme

    You can copy all the templates across, but you only need to copy those that you want to change, and it is better just to do this, as then you know which you have altered.

    so if you wanted to amend loop-single-forum you would do the following

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

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

    find
    wp-content/plugins/bbpress/templates/default/bbpress/loop-single-forum.php
    Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/loop-single-forum.php
    bbPress will now use this template instead of the original
    and you can amend this

    Danishsard
    Participant

    Hello, I have a page https://infomiasto.eu/ where I have set various data in htaccess

    As set by default: ExpiresDefault “access plus 10 days”

    Does this apply to all things on the site, even those individual parts not listed?

    I have the following

    ExpiresByType font / opentype “access plus 1 month”
    ExpiresByType application / javascript “access plus 1 months”
    ExpiresByType text / html “access plus 10 minutes”

    So will this apply to the default also for what is not mentioned, for example, text / javascript?

    rhysedwards
    Participant

    I have created a theme, and installed bbPress. I followed the getting started instructions in the documentation, and added the [bbp-forum-index] shortcode to my forum page.

    Under my theme, no forum appears, nothing at all. However if I activate a default theme the forum shows.

    How do I add a forum to a wordpress theme that i created? I couldn’t seem to find anything on the internet to help with that part.

    Many thanks

    WordPress 5.2.4
    bbPress Version 2.6.2

    #206628
    thinkDrew
    Participant

    It just defaults back to 10 when you remove all and save… Doesn’t that defeat the purpose?

    #206517
    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

    #206490

    In reply to: Theme problem

    chetan0412
    Participant

    So.. again issue is back. After letest update again getting below 404 error that “bbpress.min.css?ver=2.6.2” missing.

    /plugins/bbpress/templates/default/css/bbpress.min.css?ver=2.6.2

    what to do ?

    #206483
    cassel
    Participant

    Just for additional information, I added an order number (other than the default 0) on one of the subforums for the SHOWROOM and now, they appear.
    Strangely, I changed it on ONE of them, and both appear.
    Stranger, the other subforums for the other forums, all have a 0 in their order field.

    #206465
    Skulldog
    Participant

    With the recent WordPress and BBpress update I’ve run into an issue where all new posts are now being created as new posts, rather than threaded in replies, and I can’t figure out what’s wrong.

    All my previous posts are still threaded correctly, just anything new is broken now. I’ve tried uninstalling and reinstalling the plugin, dropping all plugins and shifting to default themes.

    Ideas for things to try? Or am I better off wiping and starting over..

    jeffphp
    Participant

    Hi,

    I had the same issue and had no clue of what was happening. I finally found the answer : I had a syntax error in my PHP file.

    Just run a “php -l YourFile.php” in order to ensure that you syntax is correct.

    Ensure also that the default callbacks are present in the file, it won’t work otherwise.

    #206337
    Robin W
    Moderator

    find
    wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php

    transfer this to your pc and edit

    change line 31 from

    <?php if ( bbp_current_user_can_access_create_topic_form() ) : ?>

    to

    <?php if ( bbp_current_user_can_access_create_topic_form() && is_user_logged_in() ) : ?>

    and save

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

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

    Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/form-topic.php

    bbPress will now use this template instead of the original

Viewing 25 results - 826 through 850 (of 6,774 total)
Skip to toolbar