Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 27,526 through 27,550 (of 64,518 total)
  • Author
    Search Results
  • #125413
    zeaks
    Participant

    Any update on this? I’m still not able to get the editor buttons to show…

    #125404
    Siriusphil
    Participant

    I appear to have installed BBPress correctly. I see the Forums menu under the settings area.

    But I don’t see the normal “Forums” menu where I can add new forums, etc. I also don’t see an option to make other Administrators a “keymaster” under their profiles. My Admin account is in position 1 of the Users table.

    Any suggestions on how to fix this?

    #125399
    Stephen Edgar
    Keymaster

    If you are going to use a plugin to hack the permalinks of bbPress, this is ‘that’ plugins support issue not a bbPress issue as permalinks in bbPress work as expected per design.

    You would be far better of asking in the ‘Custom Post Type Permalinks’ support forum and even read some of those topics for similar issues.

    https://wordpress.org/support/plugin/custom-post-type-permalinks

    #125397

    In reply to: Ipb 3.3 to bbpress

    Iforum
    Participant

    Sent to u a link, hope it works

    #125396

    In reply to: Ipb 3.3 to bbpress

    Stephen Edgar
    Keymaster

    There are a couple of diff’s there but just missing ‘post_title’ should still import the replies.

    If you could send me a link to download (FTP, Dropbox, whatever) the database i’ll take a look and try to get things working for both IPB 3.2 & 3.3.

    #125395
    mintertweed
    Participant

    ‘Allo. I currently have an issue. I have a separate CSS document for each one of my pages. For my forum, I am using style-forum.css and it worked just fine. Then, I installed bbPress and reloaded my forum page. It seems to be pulling its styles from style.css rather than the aforementioned CSS document. I know I did it correctly because it was working just fine before I added bbPress as a plugin. But just to make sure, I deactivated bbPress and, sure enough, it began reading from style-forum.css again. How do I use bbPress with the correct CSS document? Thank you in advance!

    #125394

    In reply to: Ipb 3.3 to bbpress

    Iforum
    Participant

    `
    1. pid
    2. append_edit
    3. edit_time
    4. author_id
    5. author_name
    6. use_sig
    7. use_emo
    8. ip_address
    9. post_date
    10. post
    11. queued
    12. topic_id
    13. new_topic
    14. edit_name
    15. post_key
    16. post_htmlstate
    17. post_edit_reason
    18. post_bwoptions
    19. pdelete_time
    20. post_field_int
    21. post_field_t1
    22. post_field_t2`
    If you need access to my database I can give it too you.

    #125392

    In reply to: Ipb 3.3 to bbpress

    Stephen Edgar
    Keymaster

    Can you open up myPhpAdmin on your webhost and open the IPB database and then the ‘posts’ table and paste the SQL structure for that table here.

    The below is from IPB 3.2 and I am curious if there are any changes in 3.3, It should be similar to this:

    `

    1 pid
    2 append_edit
    3 edit_time
    4 author_id
    5 author_name
    6 use_sig
    7 use_emo
    8 ip_address
    9 post_date
    10 icon_id
    11 post
    12 queued
    13 topic_id
    14 post_title
    15 new_topic
    16 edit_name
    17 post_key
    18 post_htmlstate
    19 post_edit_reason
    20 post_bwoptions
    21 pdelete_time
    `

    #125391

    In reply to: Ipb 3.3 to bbpress

    Iforum
    Participant

    Yes the error is yellow and I did run all of the repair tools

    #125390

    In reply to: Ipb 3.3 to bbpress

    Iforum
    Participant

    `SELECT convert(posts.pid USING “utf8”) AS pid,convert(posts.topic_id USING “utf8”) AS topic_id,convert(posts.ip_address USING “utf8”) AS ip_address,convert(posts.author_id USING “utf8”) AS author_id,convert(posts.post_title USING “utf8”) AS post_title,convert(posts.post USING “utf8”) AS post,convert(posts.post_date USING “utf8”) AS post_date,convert(posts.edit_time USING “utf8”) AS edit_time FROM posts AS posts WHERE posts.new_topic = 0 LIMIT 0, 100`

    This error comes up right after it says “No replies to convert”

    #125389
    SimonFullSteam
    Participant

    oK, I have got most of the way there.

    I put this is to content-single-forum.php.

    Needs finishing, and I think it may do better in header.php as it’s looking for ver specific URLs.

    #125385
    Stephen Edgar
    Keymaster

    Can you create a bug ticket over at trac for this please

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

    #125384
    apet083
    Participant

    O.M.G I have finally come across the solution to my problem! Well I have only tested it in my local environment a couple of times and the issue has gone away so hopefully it’s fixed for good!

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

    The solution was to change the `bbp_redirect_to_field()` function. I changed this function located in bbpress\includes\common\template-tags.php and the redirects now work!

    Thanks bbPress team =)

    Modified function:

    `function bbp_redirect_to_field( $redirect_to = ” ) {

    // Make sure we are directing somewhere
    if ( empty( $redirect_to ) ) {
    if ( isset( $_SERVER[‘REQUEST_URI’] ) ) {
    $redirect_to = ( is_ssl() ? ‘https://’ : ‘http://’ ) . $_SERVER[‘HTTP_HOST’] . $_SERVER[‘REQUEST_URI’];
    } else {
    $redirect_to = wp_get_referer();
    }
    }

    // Remove loggedout query arg if it’s there
    $redirect_to = (string) esc_attr( remove_query_arg( ‘loggedout’, $redirect_to ) );
    $redirect_field = ”;

    echo apply_filters( ‘bbp_redirect_to_field’, $redirect_field, $redirect_to );
    }`

    #125382

    In reply to: Ipb 3.3 to bbpress

    Stephen Edgar
    Keymaster

    It should convert the replies as I am currently updating it with some ‘extra’ stuff.

    Do you see an error displayed in the yellow status conversion window? If so what is it?

    Did you run the ‘repair tools’ after importing to ‘recount’ all the things?

    #125378
    spookyloot
    Participant

    I made a thread for the solution here

    Solution for the white text in white background

    #125376
    spookyloot
    Participant

    I found he solution for the white text in visual editor problem when using BBpress.
    Go to your ftp and open public-html/wp-includes/css/editor.min.css ( I found it viewing my site’s source code)

    You will see a whole bunch of code making it almost impossible to find the right part to change.
    Call it a lucky guess but when i searched the word ‘white’ i only found 1 code:
    -wp-editor-area{color:white}

    I changed it into black and this solved the white text problem!
    so just search for wp-editor-area{color:white} and change it into:
    -wp-editor-area{color:black}

    #125375
    spookyloot
    Participant

    I found he solution for the white text in visual editor problem when using BBpress.
    Go to your ftp and open public-html/wp-includes/css/editor.min.css ( I found it viewing my site’s source code)

    You will see a whole bunch of code making it almost impossible to find the right part to change.
    Call it a lucky guess but when i searched the word ‘white’ i only found 1 code:
    -wp-editor-area{color:white}

    I changed it into black and this solved the white text problem!
    so just search for wp-editor-area{color:white} and change it into:
    -wp-editor-area{color:black}

    #125373
    on3advertising
    Participant

    I want to add an extra field to the bbPress registration form but add it to the [bbp-login] shortcode so I don’t have to do a completely custom form (which I could do but seems more of a pain). Any thoughts?

     

    #125372

    In reply to: Ipb 3.3 to bbpress

    Iforum
    Participant

    It doesn’t work, it converts forums/users/topics but no replies.

    #125363
    clarkhaley
    Participant

    I installed the “bbPress Email Notifications” plugin, but I have buddypress installed and the two aren’t compatible. If I deactivate BP, I get access to the bbPress member settings.

    #125362
    irenehofer
    Participant

    I’m using bbpress and have activated the possibility for guest users to create topics and replies. The now need to enter Name, Mail and Website. How can I edit those fields and add new ones? I searched the forums but all of the solutions seem to be for registered users.

    #125359
    binarymoon
    Participant

    Hooray – I solved the problem. My forums are in the /forums/ (virtual) directory – however that directory still existed on my server because that’s where the forum was when I ran the standalone version of bbpress – and so that must have been conflicting. Move the directory and all is good again.

    You can close this now 🙂

    #125354
    Shane Gowland
    Participant

    bbPress’ profile pages are simply a front-end interface for the profile settings available through the WordPress dashboard.

    The best approach would be to see how your external membership system is disabling this functionality in WordPress, then reproduce that for bbPress.

    I think giving the user an edit profile panel in a discussion forum plugin is a bad approach

    To be honest, this seems like pretty core functionality for any discussion board software. I’ve personally never encountered a forum that didn’t allow me to make changes to my profile or settings.

    #125353

    In reply to: Vanilla 2 Converter

    Stephen Edgar
    Keymaster

    I just added a UserRole table to the DB I am working with and added a field RoleID and set some users to RoleID = 3 and the resulting query should not import users with RoleID = 3 though it is.

    I’ll take another look at what might be going on here as it doesn’t seem to be picking up the ‘join’ when processing the user section.

    Can you upload a copy of your Vanilla converter to http://gist.github.com and i’ll take a look at what you have in there and will add some of the other table mappings that I have been adding to all the other converters over the past week (I haven’t added these to the Example.php converter yet, they are just extra mappings to help bbPress during the recounts after importing etc)

    #125346

    In reply to: Vanilla 2 Converter

    Stephen Edgar
    Keymaster

    1) In the yellow status window of the importer if you right click in Firefox/Chrome ‘inspect element’ you can check the SQL queries that the importer ran, have a look at the SQL query for the user import and check if that is what the SQL query should be.

    The from/join logic is in converter.phpL#777 and you can use that as a guide to how to translate your query to the fields you are mapping.

    2) I would not worry about this option as once you have finished the import and start to run the ‘repair forums’ tools the last option is “Remap existing users to default forum roles” and that will set all users without a bbPress role to ‘participant’

    Feel free to throw any questions you have here as I am trying to fix a join for the Invision.php importer as we speak and its being a pain also 😉

Viewing 25 results - 27,526 through 27,550 (of 64,518 total)
Skip to toolbar