Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'updated'

Viewing 25 results - 901 through 925 (of 2,086 total)
  • Author
    Search Results
  • #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!

    #139073
    Stephen Edgar
    Keymaster

    Are you using the WXR Importer?

    There was a ‘Google Summer of Code’ project recently and the WordPress importer was forked and updated, if you have issues with the standard version maybe give that a try.

    Details and links can be found via https://make.wordpress.org/core/author/frederickding/

    #139036
    inthedistance
    Participant

    Hi all,

    I created a new WP site with a new bbPress install (all updated), and imported the .xml files for the forums, topics and replies, and successfully mapped them to existing users (also imported).

    When I view the forums now, it says something like:
    – (blue) This forum contains 2 topics and 3 replies, and was last updated by ** 6 months, 2 weeks ago.
    – (yellow) Oh bother! No topics were found here!

    When I create a new topic in the forums, it displays fine.

    What do I need to do to get the old topics to display correctly?

    Many thanks,
    Matt

    #138959
    Stagger Lee
    Participant

    Kunena3.php. Tried long time ago with Kunena2 too, but didnt work.
    Updated Kunena forum to the last, just to test. WP is updated to the last.

    Joomla is made locally with Akeeba but dont think it has something to do with problem.

    If i only knew what makes problem. One or few Kunena topics deleted. Not big deal in forums, if you have hundreds and thousands of them. But as it is now all is black hole for me.

    #138907
    alleycakes
    Participant

    Actually, I found a thread that explains the issue better than I could when I first posted this. I’ve also updated it with more info:

    New topics and replies not showing, freshness incorrect

    It’s very strange.

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