Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 24,076 through 24,100 (of 64,518 total)
  • Author
    Search Results
  • #137575
    vetto
    Participant

    WP 3.6.1
    BBP 2.4
    (buddypress 1.8.1 if that’s relevant)

    I am trying to style my loop-single-reply template.
    I am working on a copy placed in my wp_theme/bbpress directory…it is a copy of the default.

    The problem is in the bbp reply DIV (that contains the author div and the content div). I need to get the content function to stop automatically adding “div” tags around the content (I want to use span tags).

    I have tried to follow the rabbit trail through the files to figure out where these DIV tags are getting added, and the best I can figure is that there is a filter putting them in there.

    I only need the actual content and so I have commented out the filter applied in includes/replies/template.php around line 525, and simple replaced it with return $content

    That worked, but now bbcode is not working. Is there a way to stop this behavior without altering the bbpress plugin files (which will get destroyed during an upgrade)?

    My forum is private, but I can set a public test one up if that will help…

    #137574
    Jolandapiew
    Participant

    Hallo,

    I changed my bbpress forum language to dutch by using the bbpress-plugin-pt-br.mo. I changed it to bbrpess-nl_NL.mo en put it in the languages/bbpress file. I did change my forum language to dutch. But now when i want to make a page or post the editor is gone. I cant see anything i’m writing. Only when i select the text it is visible.
    When i delete the bbpress-nl_NL.mo file in my ftp the editor is visible again, but then the forum is in english again.
    Can anyone help me?

    #137572
    m1000
    Participant

    Hi,

    I upgrated bbpress to 2.4 and I see that quicktags-toolbar div is empty, no buttons

    <div id="qt_bbp_reply_content_toolbar" class="quicktags-toolbar"></div>

    It’s working fine with all other themes. Why it’s not visible only on 1 theme? Where it’s loaded?

    #137570
    Angel Candelaria
    Participant

    Nevermind, I solved it. This did the trick:

    Embedding YouTube and other media clips in 2.1

    #137569
    Angel Candelaria
    Participant

    The new WordPress 3.6.1 doesn’t have this option anymore. I know there are a few code hacks out there for changing the embed size, but those affect all the embeds on the site (including embeds on regular posts).

    I was wondering: Is there a way to change the embed size for bbpress posts only?

    #137567

    In reply to: SMF Import to bbPress

    Stephen Edgar
    Keymaster

    Yeah, nearly there, some suggestions for what some of those content conversions should be and testing to see if I missed any would be extremely helpful.

    #137565

    In reply to: SMF Import to bbPress

    manuxel
    Participant

    You guys are AWESOME, I can’t believe that after years I’m finally this close to having a full integration of my forum with my wordpress, thank you for the hard work…

    #137564
    FreeWPress
    Participant

    ahhhhh… okkk, i have read a number versio 1.XX i think is number of bbpress, ok now i understand!! Very well is perfect for me to have all function list..

    Many thanks…

    #137561
    thelaw
    Participant

    I’ve tested bbpress with the Genesis 2 themes and the forum index doesn’t work. Some type of strange post page is created that has an image thumbnail on it and text of the index page (last post) but not functional. Change the theme and bbpress works like a charm.

    #137560

    In reply to: SMF Import to bbPress

    Stephen Edgar
    Keymaster

    Looks like the last thing needed now for SMF v2.x is converting any custom HTML/BBCodes for topic/reply content.

    From my tests the following BBCodes are converting fine:

    • [url]
    • [img]
    • [email]
    • [b] – bold
    • [i] – italic
    • [u] – underline
    • [s] – strikethrough
    • [left]– left aligned
    • [center] – centre aligned
    • [right] – right align
    • [font=fontname] – fonts
    • [color=colorname] – color name
    • [color=#FFFFFF] – color hex value
    • [sup] – superscript
    • [sub] – subscript
    • [quote] – quote

    The following need to be converted by regex strings during import:

    • [quote author=SMF Admin link=topic=9.msg30#msg30 date=1380330453] – Quoting a post, username, post id & date support needs to be added.
    • [pre] – pre formatted text
    • [code] – partially working
    • [size=x] – font size
    • [glow=red,2,300]Glow[/glow] – What do we want to translate this to?
    • [shadow=red,left]shadow[/shadow] – What do we want to translate this to?
    • [move]marquee[/move] – What do we want to translate this to?
    • [tt] – teletype? should this be a monospaced font?
    • [table], [tr] & [td] – tables and closing tags
    • [list] – unordered list
    • [list=decimal] – ordered list
    • [li] – list item
    • [hr] – horizonal rule

    SMF Smilies Working (extra space added so these render in code block)

    • 🙂 : )
    • 😉 ; )
    • 😀 : D
    • 🙁 : (
    • 😮 : o
    • 😛 : P

    SMF Smilies not working

    • ;D ;D
    • >:( >:(
    • 8) 8)
    • ??? ???
    • ::) ::)
    • :-[ :-[
    • -X :-X
    • :-\ :-\
    • :-* :-*
    • :’;( :'(

    What should the above be converted to with the smilies included with WordPress?
    https://codex.wordpress.org/Using_Smilies

    Have I missed any BBCode and/or other ‘stuff’ that isn’t getting converted correctly during the SMF import?

    #137559

    In reply to: SMF Import to bbPress

    Stephen Edgar
    Keymaster

    @remcob00 What can I say… AWESOME, thank you, tested and working magnificently 🙂

    #137558
    Stephen Edgar
    Keymaster

    Glad it helped 🙂

    With the dropdown list, even though it is slow you can type the username to get you there quicker without relying on the mouse for 100%, once the dropdown is showing start typing the name, you have to type fast to get more than two or three characters but it is helpful.

    The other option you have is to modify the entries directly in phpMyAdmin

    UPDATE wp_posts SET post_author = 123 WHERE post_author = 789;
    Where 123 is the new user id you want to attribute to the old user id 789

    #137557
    Stephen Edgar
    Keymaster

    There are a couple of plugins that help with this and ‘Forum Topic notifications’ are coming to bbPress 2.5 https://bbpress.trac.wordpress.org/ticket/2299

    #137556
    Stephen Edgar
    Keymaster

    Details of this are here https://bbpress.trac.wordpress.org/ticket/2443

    Anyone else have some thoughts on this? Add to the discussion on Trac 🙂

    #137555
    Stephen Edgar
    Keymaster
    #137554
    Stephen Edgar
    Keymaster

    is_bbpress() is what your looking for.

    #137551

    In reply to: Editing

    jason103
    Participant

    Sorry, I meant to title this post something like “Editing bbPress CSS in Genesis/Dynamik Website Builder” but I guess I didn’t finish it off before publishing.

    #137550

    Topic: Editing

    in forum Troubleshooting
    jason103
    Participant

    I have installed bbPress forums into my Genesis/Dynamik Website Builder parent/child theme and it works nicely. However I have some confusion on how to alter the CSS of the bbPress forums.

    The general site settings have a black background with white font used. The white font is displaying on the bbPress forum pages, but not the black background.

    This will be a question for those who are familiar with Genesis/Dynamik Website Builder.
    I have put the following code into the Genesis/Dynamik Custom CSS field but it still displays with the default light background colors in bbPress posts.

    #bbpress-forums div.odd, #bbpress-forums ul.odd {
    background-color: #222222;
    }
    
    #bbpress-forums div.even, #bbpress-forums ul.even {
    background-color: #444444;
    }

    Any assistance would be greatly appreciated.
    Thanks,
    Jason Davis

    #137549
    Jeff Hester
    Participant

    Thanks, Stephen. This was very helpful. I ran the queries to purge the accounts with no posts, and the membership dropped to about 17,000 — still a lot, but much more manageable.

    As for the delete user function, the problem with the current design is that it creates a pick list to attribute the original users’ posts to someone else. For me, that’s a pick list with over 17,000 names. It takes a while to load to say the least!

    SysFailure0x5a
    Participant

    I’ve been at this for a while. I have a wordpress multisite installation. I want to provide bbpress as an option to all the users of blogs on the network. The problem is, if the plugin is not network activated users of the sub-blog cannot activate it. They get a permissions error. The only way I’ve found to get around this is to network activate it, which I do not want. Many of my users will not need forums and by network activating it they all get the widgets, dashboard notifications, and pages created.

    How do I fix this bug? It does this with bbpress 2.3.X and 2.4.

    #137545

    In reply to: SMF Import to bbPress

    Remco Beugels
    Participant

    I have added password support to this importer 🙂 .

    You can find it at Trac Ticket #2380.

    #137544
    FreeWPress
    Participant

    Another bug?? With version 2.4 reply count in topic with no replies says 1 and not 0 how in this forum for example…

    All topic with no replies have 1 partecipant and 1 reply and not 0 reply…

    It’s only a my problem? Other feedback?

    #137543
    Yoav Rheims
    Participant

    Forgot:

    BBpress: 2.4
    Wordpress: 3.6.1

    #137541
    FreeWPress
    Participant

    Hi all,

    What is the function of most polular and no reply topic? How i can add a link in forum like this forum?

    Exist a complete list of all bbpress functions?

    Thanks…

    #137540
    Kzr-Data
    Participant

    @pimarts
    I used your solution to hide my widgets but it seems it only works when I’m logged.
    Do you have more info or another solution to make it work when unlogged?
    I will use the css solution for the moment.

    Thanks

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