Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 2,876 through 2,900 (of 26,828 total)
  • Author
    Search Results
  • #205657

    In reply to: Child CSS

    Subforums are not listed.

    The subforums not being listed will be fixed in 2.6.1.

    A few more questions:

    • Using any caching plugins?
    • Using any SEO plugins that might be interacting with CSS files?
    • Using a right-to-left language?
    • Overriding any constants? (WP_CONTENT_DIR, WP_PLUGIN_DIR, WP_THEME_DIR, etc…)

    Anything else about your WordPress installations you can share?

    The only related change I can find, is: https://bbpress.trac.wordpress.org/ticket/3012

    If you’re able to edit that file in bbPress directly, and revert it back, and test, that would be super helpful to confirm or disconfirm if that does it.

    #205643

    Different themes use different styling for different reasons.

    If I recall correctly, Twenty Seventeen does not use the text-decoration attribute, but rather uses some kind of text-shadow or bottom-border. It’s a weird anomaly with how that theme decided to do things.

    It’s nearly impossible for bbPress to work perfectly with all themes, but we do try to keep the default styling working well with the themes that come bundled with WordPress.

    This should be solvable with a bit of custom CSS. I’ll create a Trac ticket and see if we can bring this back for you with this theme specifically.

    #205642

    This will be fixed in bbPress 2.6.1.

    See: https://bbpress.trac.wordpress.org/ticket/3280

    This will be fixed today in 2.6.1. Sorry for the trouble!

    See: https://bbpress.trac.wordpress.org/ticket/3232

    #205630
    quoctai101
    Participant

    Hi,

    I’m currently using BuddyPress, bbPress, and Image and video gallery from Google Drive (all are latest updated). The plugin “Image and video gallery from Google Drive” provides a shortcodes is [sgdg path=”MyPath”]. I tried installing “bbPress – Do Shortcode” and it worked. However, the javascript file for loading is missing. Anyone can help me out please?

    #205628
    stevehammatt
    Participant

    When I upgraded to bbPress 2.6.0, the links in my forums (e.g. topic names, links in posts) don’t show up underlined any more like they used to. So they’re not obviously links any more, which seems to be a usability issue. This is with WordPress 5.3.

    I haven’t changed anything to do with the theme/appearance.

    #205624
    Pascal Casier
    Moderator

    If you change 20 to 21, are you able to put 7 Japanese characters?
    Just thinking of the multibyte characters, Japanese characters might be using 3 characters.

    If it works, then for now you could change from 20 to 60, but that would mean that somebody can put 60 English characters of course…

    To be honest it seems strange that this happens because of the switch of bbPress as the functions in 2.5 and 2.6 look the same. Are you sure it’s not because of a switch of WordPress to a higher version or another change?

    I have no other ideas unfortunately…

    sunspot10
    Participant

    The new bbPress 2.6.0 update implemented yesterday breaks the forum index displayed with the [bbp-forum-index] shortcode.

    1. The above shortcode used to display two levels, not one on bbpress 2.5.14 before the update.
    2. The problem happens on three different sites, so it is not a plugin compatibility issue.
    3. The problem was reported during the 2.6.0 development cycle but ignored:
    https://wordpress.org/support/topic/subforums-not-showing-after-upgrade-from-2-6rc5-to-2-6rc7/

    4. The forums that are displayed are and always have been propertly set to display two levels in the index:

    Showing parent forums and subforums (categories) in forum root: How?

    What I would recommend is modifying bbpress to implement a parameter after the [bbp-forum-index] shortcode such as “showlevels=1-2” or the like. That way users can control how many levels of the hierarchy are displayed in the index.

    This is clearly a bug in 2.6.0 that needs to be fixed. When will it be fixed?

    #205618
    scabbrox
    Participant

    Hello there

    I’ve run into an issue with updating our website’s forum from 2.5.14 to 2.6.

    We have been using a set of wp roles as additional forum roles on our site for about 2 years now to allow us to have more tiers of membership and administrator roles visible in the forums rather than the standard 5. This has worked fine up till now but when we apply the 2.6 update these roles are no longer recognised as additional forum roles, though they still exists as wordpress roles.

    I’m not entirely sure how these roles were initially flagged as forum roles, but they were simply created by duplicating the existing forum roles and then renaming them.

    I’ve checked the functions.file for our child theme and there’s nothing in there that would be assigning them so I’m assuming it’s because of differences in the capabilities-php file where some of the previous capabilities are listed as deprecated in 2.6.

    Any idea how we can fix this as currently we’re unable to upgrade until we can retain the roles.

    Thanks for your assistance in this matter.

    Tom
    Participant

    I looked at my local dev version of my website, and just updated the plugins without updating to wordpress 5.3 and it broke, so its actually the BBPress plugin itself updating that broke itself?

    Tom
    Participant

    Wordpress automatically updated to 5.3 and broke the forums showing any threads/forums, the title still shows for the forum you are trying to show.

    https://piratemc.com/forums/

    PirateCraft Server Updates

    Request to remove claims

    What on earth happened?
    I’ve never had BBpress break on wordpress update in 7 years.

    #205596
    agrolsy
    Participant

    after upgrading from 2.6 rc 5 to 2.6 one of my plugins stopped working, with the fatal error Call to undefined function bbp_get_version(). I can’t figure out why, from what I can see that function still exists?

    [14-Nov-2019 08:27:11 UTC] PHP Fatal error: Uncaught Error: Call to undefined function bbp_get_version() in /home/woouser/wordpress/wp-content/plugins/wp-courseware-bbpress-addon/wp-courseware-bbpress-addon.php:222
    Stack trace:
    #0 /home/woouser/wordpress/wp-settings.php(360): include_once()
    #1 /home/woouser/wordpress/wp-config.php(92): require_once(‘/home/woouser/w…’)
    #2 /home/woouser/wordpress/wp-load.php(37): require_once(‘/home/woouser/w…’)
    #3 /home/woouser/wordpress/wp-blog-header.php(13): require_once(‘/home/woouser/w…’)
    #4 /home/woouser/wordpress/index.php(17): require(‘/home/woouser/w…’)
    #5 {main}
    thrown in /home/woouser/wordpress/wp-content/plugins/wp-courseware-bbpress-addon/wp-courseware-bbpress-addon.php on line 222

    here’s the code from the plugin

    
    add_theme_support( 'bbpress' );
    $pluginroot = plugin_dir_path( __FILE__ ); 
    $themeroot = get_template_directory();
    	 
    $bbpressversion =  bbp_get_version();
    
    $ex_aaa = explode("-", $bbpressversion);
    $ex_bbpressversion = $ex_aaa[0];
    #205576
    livefree
    Participant

    In using bbstyle pack, when I have it set to have edit profile in the menu, it refers to this link…
    /users/*username*/edit
    … but I end up with an error page…
    “Sorry, This Page Is Gone.
    The page you are trying to view no longer exists or has been moved. You may try the search form below to find it.”

    I also tried the bbstyle pack shortcode [bsp-profile] and same result as above.

    You asked on another thread…
    What have you got set for dashboard>settings>forums>forum user slugs>user base ?
    It is set to the default… I never changed it…
    users

    I found an old plugin as a workaround, but I would rather not add another plugin, especially one that is not updated for the past two years…
    /plugins/bbp-profile-link-shortcode/

    When I use that plugin, it works fine for profile edit… I put their shortcode in a sidebar widget… and it refers to this link…
    /users/*username*/
    … this link works to reach Profile.

    Here is the problem…

    I have my wp in a sub folder of the domain, WordPress Address (URL).
    And, the Site Address (URL) is the domain root.

    bbstyle pack is using the WordPress Address (URL) … adding the folder to the link string … and not the Site Address (URL)…like this…

    /domain/folder/users/*username*/edit
    … this will not work… “Page is Gone”

    /domain/users/*username*/edit
    … this works.

    Is there a way to change the setting for bbstyle package to use the Site Address (URL) as opposed to the WordPress Address (URL)?

    #205570
    Robin W
    Moderator

    this will let you change text if you need it – not as good as having an ‘accepted translation’ but better than English

    add_filter(  'gettext',  'rew_bbpress_translate', 20 , 3  );
    add_filter(  'ngettext',  'rew_bbpress_translate' , 20 , 3 );
    
    function brexit_translate( $translated, $text, $domain ) {
    	if ($domain == 'bbpress') {
         $words = array(
                            
                            'Topic' => 'New-word',
                             'topic' => 'new-word',
             );
         $translated = str_replace(  array_keys($words),  $words,  $translated );
    	}
         return $translated;
    }

    just change what you need and add to in the middle section

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

    Code Snippets

    #205569
    kigazw
    Participant

    I can confirm. Have since the update a German-English mix.

    Just noticed: A line break is missing since the update:

    http://datenerror.de/wordpress/zeile.jpg

    pdvwp
    Participant

    Wordpress: 5.3
    bbPress: 2.6.0

    Brand new to WordPress. Building a site using Genesis Framework (NewsPro Theme) @ WPEngine.

    I just installed the two updates to WP 5.3 and bbP 2.6.0, but now I’m getting this error when I try to publish a post:

    “Publishing failed. Error message: Sorry, you are not allowed to edit the _bbp_topic_count custom field.”

    #205542
    Pascal Casier
    Moderator

    Hi,
    I created this plugin that works with v2.5 in a single site environment. I did not test it yet with v2.6! But if it can give ideas, I just leave it here:

    bbPress Move Topics

    #205494

    Confirmed. Broken in https://bbpress.trac.wordpress.org/ticket/3232, which I’ve reopened and will get fixed in 2.6.1. Sorry about that!

    #205458
    safetoto777
    Participant

    If you are using bbpress plugin in your wordpress account bbpress plugin will update you once they have latest bbpress version update

    #205452

    In reply to: User Avatar

    Robin W
    Moderator

    since bbpress just uses the WordPress avatar system, then anything that allows users to upload should work

    https://wordpress.org/plugins/search/avatar/

    simple local avatar looks like it is worth looking at

    #205446
    Milan Petrovic
    Participant

    My plugin GD Mail Queue: https://wordpress.org/plugins/gd-mail-queue/ solves the issue of BCC, and it can capture BCC emails and add them to the queue that is processed in the background as individual emails, so each notification is sent as a separate email, and it won’t get flagged by many email servers. The plugin has many more features, with the goal to replace other SMTP and mailing plugins. It has log, turning emails to HTML, email tests, SMTP configuration and more.

    #205426
    cnewhall
    Participant

    WP 5.2.4 . BBP2.5.14 . I want to have my user’s comments on a post appear in the forum with perhaps the topic being the post title, rather than having a huge long list of post comments after every post. There used to be aplugin that would do this very neatly, bbPress Topics for WordPress plugin, but it has not been updated for several years. it seems like this is a problem that somwone would have solved but i cannot find a solution. Any help is appreciated.

    #205418
    Robin W
    Moderator

    private forums overrides bbpress, and you would simply need to make any ‘hidden’ forums only accessible to a group that say contains admins.

    I think this still works

    Remove Private: label prefix

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

    Code Snippets

    #205415
    Robin W
    Moderator

    ‘topics’ and ‘replies’ are bbpress, ‘posts’ are WordPress.

    What exactly do you mean by ‘posts’?

    #205387
    Robin W
    Moderator

    ok, so this (untested) one should put the class in for the edit, and change the word edit to ‘hello’

    can you test and let me know that it works, and I’ll look at the others.

    add_filter ('bbp_before_get_reply_edit_link_parse_args' , 'rew_get_reply_edit_link' ) ;
    
    function rew_get_reply_edit_link ($args) {
    	$args['link_before'] = '<i class="fa fa-edit">' ;
    	$args['link_after'] = '</i>' ;
    	$args['edit_text'] = 'hello' ;
    	
    return $args ;
    }

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

    Code Snippets

Viewing 25 results - 2,876 through 2,900 (of 26,828 total)
Skip to toolbar