Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 24,476 through 24,500 (of 64,518 total)
  • Author
    Search Results
  • #136793
    Xevo
    Participant

    Haven’t tested it, but this should force all the content (or at least most of it) to take over your themes font-size.

    #bbpress-forums { font-size: inherit !important; }
    div.bbp-breadcrumb, div.bbp-topic-tags { font-size: inherit !important; }
    #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { font-size: inherit !important; }
    #bbpress-forums .bbp-forums-list li { font-size: inherit !important; }
    #136792
    FreeWPress
    Participant

    Hi all, in wordpress we can use is_search to define if page is for search results, is possible to use one function like these in bbpress?

    For example i want to not show siderbar in bbpress search, what function i can use?

    if…?

    Thanks for your time…

    #136790
    Xevo
    Participant

    Try removing bbpress and uploading 2.4 manually via ftp.

    Make a database backup before removal though.

    #136789
    SK
    Participant

    Does anyone have experience running bbPress (WP plugin) on LiteSpeed? Could you share your experience?

    Apache was too sluggish for us so we moved to nginx but we really do miss .htaccess

    #136788
    gplana
    Participant

    Hi.

    I have a site with WordPress+bbPress 2.0

    Today I tryied to upgrade bbPress from 2.0 to 2.4 and all our forum topics are not shown now.
    I have a custom theme.

    I’m not sure if I have done well this bbPress upgrade: I just deactivate current bbPress rename bbpress folder to _bbpress to maintain old version just in case, download new bbPress from site and upload and uncompress, so now both versions of bbPress appears on WordPress administrator: 2.0 deactivated and 2.4 activated.

    I tryied to rename premalinks of forum and topics as I read this could fix this issue, but not on my case.

    Any help?

    Thank you.

    #136787
    Stephen Edgar
    Keymaster

    @csotelo Most excellent dude…. That said, I made one too šŸ™‚

    You can grab the latest revision from https://bbpress.trac.wordpress.org/ticket/2402

    The main differences are:

    • Forums
    • Updated code formatting and inline docs
    • Uses kunena_categories.parent_id for Forum parent ID
    • Imports Forums topic & reply counts
    • Uses kunena_categories.alias for forum slug (seo)
    • Includes Category/Forum forum type input & callback method
    • Includes Open/Closed forum status & callback method
    • Topics
    • Ahmmm

    Ok, I just stopped at ‘Topics’ as there are quite a few differences there, I based mine on Kunena v3.0.1 Forums, What version are you importing from?
    (There are some significant changes here)

    #136786
    Nykess
    Participant

    Hmm, my theme was already responsive; it must somehow be interacting with the changes that were made. šŸ™

    #136785
    Stephen Edgar
    Keymaster

    @nykess bbPress 2.4 included some updates to make it responsive as detailed here.

    #136783
    Nykess
    Participant

    On mobile, portrait view, username/role/etc. aren’t left-aligned and have a margin-top of 0.

    This could be my theme, but it wasn’t this way prior to the most recent update.

    Thanks.

    P.S. Avatars don’t show on mobile. How can they be enabled?

    #136782
    Stephen Edgar
    Keymaster

    @akgt “all posts and topics have the same titles” this is fixed in bbPress 2.4


    @kcurlsjr
    This is a known issue on forum visibility, details are in ticket #2408 and a possible workaround is in this thread

    #136781

    Fixed already for 2.4.1; I’ll release next week.

    https://bbpress.trac.wordpress.org/ticket/2405

    #136780

    In reply to: Site title missing

    A bug, fixed in trunk and will be part of 2.4.1 next week.

    https://bbpress.trac.wordpress.org/ticket/2405

    Sorry about that.

    #136779

    In reply to: Email masked

    J
    Participant

    I did make a new topic 3 weeks ago and it got zero replies: https://bbpress.org/forums/topic/user-profile-url-uses-the-username-can-that-be-changed/

    I am really stuck…

    #136778
    guly
    Participant

    I’m trying to import a bbpress 1.0.2 forum to the latest version of WordPress-bbpress (2.4). It has 37,000 topics, which all seem to import OK and look good. But when the importer is importing replies, it seems to stall out around 70,000. It gets slower and slower until it’s a crawl.

    I’m wondering if this is due to the wp_bbp_converter_translator table that apparently is created to help translate the standalone bbPress posts into WordPress? This table is now 500,000 lines already. Or is there some other explanation? Is it because I am using bbPress 1.0.2?

    #136777

    In reply to: Site title missing

    Justin Tadlock
    Participant

    It looks to me like bbp_title() is overwriting the title when it’s not a bbPress page. Since bbp_title is a filter on wp_title, it should bail and return the original title when it’s not a bbPress page.

    That’s my best guess from a quick look over the code. I’m not familiar enough with the bbPress code base to know for sure though.

    #136775
    kedinn
    Participant

    Just install bbpress and widget disappear from my topic

    my web site is http://www.comoprogramar.org

    is installed in bbpres http://www.comoprogramar.org/foros

    widget install and disappear only in the other forums page this well
    please help: (

    #136773
    Xevo
    Participant

    @johnjamesjacoby @netweb Just calling out.

    #136772
    Xevo
    Participant

    This was just a rough draw, but like Tecca said, you should put it in style.css or the proper bbpress replacement stylesheet.

    Xevo
    Participant

    Have you tried disabling all other plugins and running a standard wordpress theme?

    I doubt this is a problem with bbPress.

    #136768
    Xevo
    Participant

    Had this problem a while back too, with me it was caused by a plugin auto activated by Page.ly.

    Have you tried doing a clean install on a wamp or something like that?

    #136766
    Xevo
    Participant

    You can edit “content-archive-forum.php” that is as far as I know the frontpage(index) of the forums, you can also remove the search form there.

    Another option for removing the search is by turning sitewide search off in your bbpress settings.

    The forums title is a bit trickier, since it uses your page.php from your normal theme and inserts that content title. You’d have to change it there.

    #136765
    Xevo
    Participant

    You have 2 options for this.

    1. Recode the bbpress plugin and change out the custom post type names/slugs etc.
    2. Try to filter the forums with a custom query on the loops.

    #136764

    In reply to: @mention autosuggest

    Xevo
    Participant

    There is no plugin that does this for bbPress as far as I’m aware off. You could try looking at the code from BP Labs and extending it too bbPress.

    #136759

    Topic: bbpress layout

    in forum Themes
    laprek
    Participant

    Hello,

    What I’m trying to achieve is something like this setup where the forums are broken up:

    http://floridastate.rivals.com/forum.asp

    I’m looking for groups of forums (Categories) that have a heading such as ā€œRomanticā€, ā€œPlatonicā€, ā€œGeneral Discussionā€, where ā€œRomanticā€, ā€œPlatonicā€, ā€œGeneral Discussionā€ is not a forum (Category), but just a heading.

    Something like this:

    http://floridastate.rivals.com/forum.asp

    Thank you in advance!

    #136757
    aotar
    Participant

    do you guys know if there is any way to avoid putting html tags for images and such as part of the comments? —> <img src="http://asd" alt="asd" />

Viewing 25 results - 24,476 through 24,500 (of 64,518 total)
Skip to toolbar