Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'updated'

Viewing 25 results - 901 through 925 (of 2,090 total)
  • Author
    Search Results
  • #139845
    Rachel Biel
    Participant

    @3tonine, thank you so much! I finally took the time to look into this and I had a different Tinymce plugin installed, changed it to the Tinymce Advanced. I also had the BBpress Enable, but it needed to be updated. Between the two, now everything works and I am a happy camper!

    I appreciate you taking the time to help out!

    Rachel

    #139733

    In reply to: bbPress 2.5 is out!

    KatieKat
    Participant

    Hi there,
    have updated in my test environment first and got all the css errors. Have applied the patch and it is still not working. Have reverted back to 2.4.1. Do you know when 2.5.1 will be released to properly fix this issue.

    Kind regards

    #139724
    Karnifexx
    Participant

    Have recently updated to v2.5. The Subscribe and Unsubscribe feature is great but on my board the text appears in an odd position, please see picture here.

    Is there an easy way to fix this?

    Regards,
    Marc

    #139700

    In reply to: Part of reply erased

    kentlii
    Participant

    updated to 2.5 and it still happens. A user sent me a screen shot of what she wrote and what actually appeared in the message. And only the first line of the message was included in the message published. The rest was erased.
    Seems I cannot attach the screen shot to this message.

    #139653

    In reply to: CSS bug?

    FreeWPress
    Participant

    This is not a bbpress css problems.. you can modify css.. create a folder named css in your theme folder and copy and paste bbpress.css here…

    Bbpress use for future the css in your template, you can modify css and when bbpress being updated css remaining same..

    Remove clear none and show all replies in your user profile!!

    #139652

    In reply to: CSS bug?

    jeepdon
    Participant

    Well, to be fair, *I* don’t use it, bbPress.css came that way. I’d prefer not to modify bbpress.css since it’ll become an ongoing maintenance thing every time the plugin is updated. If it’s a problem, I’d like to see it fixed.

    #139613
    traderhotel
    Participant

    Hello,
    I just updated to the bbPress 2.5 version and now Im wondering where the settings tab is located?
    I cannot find it on the left side of the backend and neither on the WP-plugin site.

    Thanks

    #139608
    mouffles
    Participant

    I use a plugin to display pictures in lightbox (plugin name litebox).

    I have modified bbpress post tool bar, to include the class tag to the url.
    I also find the way to allow class tag for images and link in bbpress but i have to modify core files : \bbpress\includes\common\formatting.php

    i already googled a way to override this function in my theme function.php

    and what i did is :

    
    function my_filter_bbpress_allowed_tags() {
    	return array(
     
    		// Links
    		'a' => array(
    			'class'    => true,
    			'href'     => array(),
    			'title'    => array(),
    			'rel'      => array()
    		),
    
    		// Quotes
    		'blockquote'   => array(
    			'cite'     => array()
    		),
    
    		// Code
    		'code'         => array(),
    		'pre'          => array(),
    
    		// Formatting
    		'em'           => array(),
    		'strong'       => array(),
    		'del'          => array(
    			'datetime' => true,
    		),
    
    		// Lists
    		'ul'           => array(),
    		'ol'           => array(
    			'start'    => true,
    		),
    		'li'           => array(),
    
    		// Images
    		'img'          => array(
    			'class'    => true,
    			'src'      => true,
    			'border'   => true,
    			'alt'      => true,
    			'height'   => true,
    			'width'    => true,
    		)
    	);
    }
    add_filter( 'bbp_kses_allowed_tags', 'my_filter_bbpress_allowed_tags' );
    

    But today i updated to bbpress 2.5 and i saw that it didin’t work :/
    What is the correct function to allow this without hacking the bbpress core ?
    Could you in the future add a class tag allowed for link and images ?

    #139606
    mouffles
    Participant

    Hi,

    I updated my forum and i have issues with url redirection.

    When user post to topic (with many replies and many pages) they are redirected to the first page of the topic. It don’t do this for topics with a fex pages (less than 10).

    I saw that this bug exist since years, and i’d like to know how to fix this.

    #139595

    In reply to: Menu link to Profile

    mmichael1991
    Participant

    Hi

    I already tried that. Doesn’t work. Only when replacing the updated bbPress plugin folder back to the previous version.

    I started a Topic of this on my theme support page. So maybe they can find a solution.
    Here.

    #139574
    Stephen Edgar
    Keymaster

    The plot thickens…

    I don’t disbelieve you, but I can’t understand why the visual tab has been working since the installation of bbPress a month ago and suddenly failed this week?

    I think you may be using another plugin that adds this functionality and the issue may be with that plugin 😉

    I followed the link and loaded the updated version on the server then installed it in the plugin directory. There was no change, I still can’t select the visual tab, but I do see the Add Media button and it works.

    Neither bbPress or the plugin I linked to have an ‘Add media’ button :/

    #139573
    Matoca
    Participant

    Thank you for writing back so quickly!

    I don’t disbelieve you, but I can’t understand why the visual tab has been working since the installation of bbPress a month ago and suddenly failed this week?

    I followed the link and loaded the updated version on the server then installed it in the plugin directory. There was no change, I still can’t select the visual tab, but I do see the Add Media button and it works.

    Once I start getting some emails of posts I will be able to tell if the html has been removed from emailed posts.
    Thank you

    #139569
    Stephen Edgar
    Keymaster

    bbPress disabled the visual editor in bbPress 2.3 ~8 months ago.

    Take a look at this plugin if you want to enable it again

    https://wordpress.org/plugins/bbpress-enable-tinymce-visual-tab/

    If you think that is what you want to try please use the download link attached to this post in their support forum as it is an updated version https://wordpress.org/support/topic/not-working-in-bbpress-24?replies=9#post-4687693

    #139536

    In reply to: Stylesheet Issues

    focallocal
    Participant

    i think i am having the same issue, although i dont understand what windows would have to do with it.

    i updated and the styling on my site was broken. if i deactivate bbpress it comes back to normal. here’s some screen shots: http://imgur.com/a/4SNAC

    notice after the update the headers have turned blue, the outlines of all elements have gone and the image in the top left of the header has moved to the top of the page. the site is: http://www.focallocal.org

    #139525
    Lisa_Yang
    Participant

    OMG thank you Stephen! I updated our 2.4.1 to 2.5, and ended up with a messy tree with bullet points -I am not sure if it was something I needed to fix or whether it wasnt compatible with our theme. We use Twenty Twelve child so I thought it would be ok.
    I was not confident in applying the patch – not very IT savvy.So I was searching for a way to roll us back to the earlier version to make them functional until I figure out what I need to do to make the 2.5 update work for us – thank you for the links!
    Our forums are back to normal for now.

    #139495
    Stephen Edgar
    Keymaster

    https://bbpress.trac.wordpress.org/ticket/2480 has been updated with some more info.

    Also if you have a custom bbpress-functions.php in your theme that also needs to be updated.

    #139492
    Bright Thought, LLC
    Participant

    After I updated bbpress to version 2.5 the stylesheet for the default theme is not being linked correctly.

    <link rel=’stylesheet’ id=’bbp-default-css’ href=’http://localhost/wordpress/almostaveragegamers/wp-content/C:xampphtdocswordpresswp-contentpluginsbbpress/templates/default/css/bbpress.css?ver=2.5-5199&#8242; type=’text/css’ media=’screen’ />

    This is the way that the link is showing up when I look at the source code for the site which I am designing on a local host server. When I click on the link to see what is displayed this is what it is showing me below.

    https://www.dropbox.com/s/3as5djr6w0m2b0a/error-message.jpg

    #139476
    FreeWPress
    Participant

    Link must be placed in content-single-forum.php and it show link.. But when i click on subscrive link it works, but if you go in subscrived section in your profile it show: You are not currently subscribed to any forums.
    I have been updated user-subscriptions.php file with new code..

    is bad!! :/

    #139474
    FreeWPress
    Participant

    I have updated to 2.5 version and add above subscription link… But.. no link show in page.. I have a child template in my theme path.. Why??

    #139445
    Stephen Edgar
    Keymaster

    You should have your translations in /wp-content/languages/bbpress/ not in the /wp-content/plugins/bbpress/languages/ folder.

    See this for further information, also if your translations are at 100% for your language there is a very high chance you will now get this automatically updated when new translations are added/corrected etc.

    https://codex.bbpress.org/bbpress-in-your-language/

    #139411
    iHaz
    Participant

    Hey there, I just updated to the newest version 2.5. I still can’t see the forum subscriptions (when I go to my account, there is just

    Subscribed Forum Topics
    You are not currently subscribed to any topics.

    Did I do something wrong?

    #139171
    Stephen Edgar
    Keymaster

    They should be renamed to bbpress-ru_RU.po & bbpress-ru_RU.mo
    They should go here -> /wp-content/languages/bbpress/
    (If you put them in /wp-content/plugins/bbpress/languages they will be deleted when bbPress is updated)

    Full details are here -> https://codex.bbpress.org/bbpress-in-your-language/

    And Russian here -> https://codex.bbpress.org/bbpress-in-your-language/russian-%d1%80%d1%83%d1%81%d1%81%d0%ba%d0%b8%d0%b9-ru_ru/

    David2013
    Participant

    $retstr = sprintf( esc_html__( 'This forum contains %1$s, and was last updated by %2$s %3$s.', 'bbpress' ), $topic_text, $last_updated_by, $time_since );

    bbPress error

    Warning: sprintf() [function.sprintf]: Too few arguments in /xxx/xxx/xxx/wp-content/plugins/bbpress/includes/forums/template.php on line 187

    bbPress Version 2.4.1
    WordPress 3.7.1.
    Buddypress Version 1.8.1
    WPML Version 3.0.1
    .
    .
    .
    I need help please,
    David

    #139143
    David2013
    Participant

    $retstr = sprintf( esc_html__( 'This forum contains %1$s, and was last updated by %2$s %3$s.', 'bbpress' ), $topic_text, $last_updated_by, $time_since );

    bbPress error

    I still didn’t figure it out whats wrong.

    #139128

    Hi. Thanks for the input, but I have already tried that! Tried again just now and got ‘Complete! 0 groups updated; 0 forums updated; 0 forum statuses synced.’ and it made no difference.

    It seems to be a script timeout, but that only really diagnoses the symptom, rather than the cause. A script should not take more than 40 seconds to execute really, so I need to identify what is causing the slowdown.

    Needles & haystacks, I’m afraid – unless anyone out there knows where to point me!

Viewing 25 results - 901 through 925 (of 2,090 total)
Skip to toolbar