Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 8,051 through 8,075 (of 64,411 total)
  • Author
    Search Results
  • #187703

    In reply to: Delete own posts

    sarwarc
    Participant

    Hi LeGuerg,

    Thanks for the useful post. I have added those lines of code in two php files that you mentioned, but still particants can’t delete their own posts.

    /home/XXX/public_html/XXX/wp-content/plugins/bbpress/includes/replies/capabilities.php
    /home/XXX/public_html/XXX/wp-content/plugins/bbpress/includes/topics/capabilities.php

    Any idea why? Anyone’s help will help will be greatly appreciated.

    #187699
    Watbube
    Participant

    Hello

    I am looking for a bbPress plugin where a thread author can mark his thread as completed

    #187698
    Peetee
    Participant

    Since this weekend I’ve been testing BBpress, trying to migrate an Invision 3.4.x forum through the BBpress importer. This is a forum with 38.000 members and 320.000 forum posts.

    Using the 2.5.14 BB importer version this did not go well: it would hang several times and stop at around 250.000 posts.

    Importing with version 2.6 RC3 went considerably better. Last night the complete forum was imported in 1 run! So that is really promising!!

    But as we do not know whether the 2.6 RC3 version is stable enough to keep using, and we do not know when the 2.6 final release would be released, one might consider to use the 2.6 version for import and then downgrade to the last stable version 2.5.14 for the time being.

    But the question is ofcourse: is this wise? And is this going to bring trouble? Who could advise me in this matter?

    Greetz,
    Peetee.

    #187693
    carajoan
    Participant

    I’m having this problem after trying this solution, searching the codex and this forum. Here are all the various solutions I’ve tried:

    .reply {
        color: #000000 !important;
    }
    
    #commentform #submit, .reply, #reply-title small {
        background-color: #000000;
        color: #ffffff;
    }
    
    .forum a { color: black !important; }
    
    .bbp-forum-info { color: black !important; }
    
    .bbp-forum-topic-count { color: black !important; }
    
    .bbp-forum-reply-count { color: black !important; }
    
    .bbp-forum-freshness { color: black !important; }
    
    .bbp-topics {
    color: black !important;
    background-color:white;
    }
    
    .bbp-forums a { color: black !important; }
    
    #bbpress-forums div.bbp-topic-content a,
    #bbpress-forums div.bbp-reply-content a {
    	background-color: white;
    }
    
    #bbpress-forums div.even,
    #bbpress-forums ul.even {
     background-color: #fff;
    }
     
    #bbpress-forums div.odd,
    #bbpress-forums ul.odd {
     background-color: #fbfbfb;
    }
    
    /*styling to move 'Subscribe' to right hand side */
    .single-forum .subscription-toggle  {
        float:right !important ;
    }
    #187682
    obe711
    Participant

    bbPress came with the theme I installed but I cannot seem to get it to work. I couldn’t find any other posts about this problem either. Any advise would be super helpful. Thanks

    https://www.atscg.org/consumer/forums/

    or

    forum

    #187675
    Tony
    Participant

    I have two forums and I have two non-bbPress widgets. I’ve setup the widgets to show up on forum pages with the Widget Options plugin. Each of the forums need to show only the menu that pertains to it (match by state name). As of now, both widgets show up on both forum pages.

    Tried conditional tag: is_bbpress() with the page ID’s, but it doesn’t change anything. None of my researched plugins seem to have this feature figured out.

    Any ideas? Still fairly new to all this and not a coder so don’t have the best vernacular for troubleshooting.

    WP version: 4.8.2
    bbPress version: 2.5.14
    Site: https://selfdirectforum.com/forum/

    #187674
    fdarn
    Participant

    Hello,
    I am using BBPress on WordPress 4.8.22
    Where can I change the CSS styling for the recent replies wdiget? The fonts and link colors do not match the rest of my widgets.

    Thank you.

    #187673
    amitrwt
    Participant

    What template file(s) I’ll have to change to render single bbpress topics as WordPress posts..? I mean I would like to render main topic different from other replies.

    #187672
    vamshidhar
    Participant

    I am trying to import data from phpBB 3.2.1 to bbPress 2.6 RC 3. I am working on my local machine.
    It is converting Forums, Topics and Replies but Users are not getting imported. Author column is showing as Anonymous.

    While importing below error is showing up

    WordPress database error: [Unknown column ‘profile_fields_data.pf_phpbb_wlm’ in ‘field list’]
    SELECT convert(users.user_id USING “utf8mb4”) AS user_id,convert(users.user_password USING “utf8mb4”) AS user_password,convert(users.user_form_salt USING “utf8mb4”) AS user_form_salt,convert(users.username USING “utf8mb4”) AS username,convert(users.user_email USING “utf8mb4”) AS user_email,convert(profile_fields_data.pf_phpbb_website USING “utf8mb4”) AS pf_phpbb_website,convert(users.user_regdate USING “utf8mb4”) AS user_regdate,convert(profile_fields_data.pf_phpbb_aol USING “utf8mb4”) AS pf_phpbb_aol,convert(profile_fields_data.pf_phpbb_yahoo USING “utf8mb4”) AS pf_phpbb_yahoo,convert(profile_fields_data.pf_phpbb_icq USING “utf8mb4”) AS pf_phpbb_icq,convert(profile_fields_data.pf_phpbb_wlm USING “utf8mb4”) AS pf_phpbb_wlm,convert(profile_fields_data.pf_phpbb_facebook USING “utf8mb4”) AS pf_phpbb_facebook,convert(profile_fields_data.pf_phpbb_googleplus USING “utf8mb4”) AS pf_phpbb_googleplus,convert(profile_fields_data.pf_phpbb_skype USING “utf8mb4”) AS pf_phpbb_skype,convert(profile_fields_data.pf_phpbb_twitter USING “utf8mb4”) AS pf_phpbb_twitter,convert(profile_fields_data.pf_phpbb_youtube USING “utf8mb4”) AS pf_phpbb_youtube,convert(users.user_jabber USING “utf8mb4”) AS user_jabber,convert(profile_fields_data.pf_phpbb_occupation USING “utf8mb4”) AS pf_phpbb_occupation,convert(profile_fields_data.pf_phpbb_interests USING “utf8mb4”) AS pf_phpbb_interests,convert(users.user_sig USING “utf8mb4”) AS user_sig,convert(profile_fields_data.pf_phpbb_location USING “utf8mb4”) AS pf_phpbb_location,convert(users.user_avatar USING “utf8mb4”) AS user_avatar FROM phpbb_users AS users LEFT JOIN phpbb_profile_fields_data AS profile_fields_data USING (user_id) WHERE users.user_type !=2 LIMIT 0, 100

    #187671
    tmazawi
    Participant

    Hi
    I have a weird problem with bbpress
    most of the words in bbpress is not translated but some is
    like: Freshness is in english but the no topics is translated to arabic
    i have the latest version of bbpress
    i have configured wp_config.php to arabic
    and my default wordpress language is arabic
    also i double checked all the translation files in this directory
    –/wp-content/languages/bbpress
    and
    —/wp-content/languages/plugins/bbpress
    and still a lot of sentences is completely in english even though when i use the loco translation plugin and search for this words they show up translated just fine

    #187668
    vamshidhar
    Participant

    Thanks, John. RC 5 is not downloading, I have downloaded RC 3. I have tried it locally with phpBB3 and bbPress2.6. It has imported Forums, Topics and Replies but not Users. Is there any problem with importing Users?

    #187666
    thealex626
    Participant

    Hello. I have an forum on MyBB 1.8.12 with about 60.000 posts, 4.000 threads and 5.000 users. When I’m importing it into bbPress using the importer tool that comes with the plugin, it works really slow. I’m using 100 rows per cycle and it takes 80 seconds to do. I’ve estimated the time for the full conversion and it appears to be around 15 hours… Is this okay with bbPress? When I tried to convert the same forum into vBulletin, it took about 5 minutes.

    #187665
    kwerri
    Participant

    Hello,

    Currently, for my forum (www.filteredthoughts.com), to create a new post, the flow is like this:
    – navigate to a topic
    – scroll to the end of the topic
    – enter content in the ‘Reply to’ edit field
    – click ‘Submit’.

    I am trying to figure out how to change this flow so that it is like this:
    – navigate to a topic
    – click on ‘Reply to’ button
    – either:
    – view previously hidden edit field on same page, or
    – navigate to new page with edit field
    – enter content in the ‘Reply to’ edit field
    – click ‘Submit’.

    In other words, I want the users to take explicit action to view the edit field to enter content.

    Is this possible? I looked in the bbPress settings, but I couldn’t find anything that would let me do this. Can anyone help?

    #187664
    kwerri
    Participant

    I have a plugin called myCred which allows me to add a shortcode to a post so that anyone looking at that post will be allowed to click on a link to add points.

    I am trying to figure out where in bbPress I will add this shortcode so that the link will appear for each post.

    I am guessing that I will need to create a specially named page and then add the shortcode, but I am not sure about how to create the page (i.e. what name to give it). Am I on the right track, and if not, can someone help?

    #187660
    drjohndimi
    Participant

    Hello Marc.
    I know it’s been 9 months after your last post here.
    Please can you help me 2 or 3 issues:

    1. Topic Form:
    I want to have been able to close the Topic Editor Form appearing at the bottom of a thread after all topics have been listed via this – https://bbpress.org/forums/topic/how-to-hide-new-topic-form-at-the-bottom-of-single-form/

    BUT I would love to have a button that redirects to a New Topic page, just below the listed Topics on a Thread/”forum” – Does your button redirect you to a new page?

    2. Reply Form:
    Similar to No.1 above, I don’t want the Reply Form to show at the bottom of comments if it’s possible (similar to hiding the Topic Form) and having a button at the bottom. However, I was hoping that the button was clicked would open up the form for users to type away (I think it’s called ajaxify)? Any suggestions?\

    3. Any help on this unrelated topic would be great too – No one has responded yet – https://bbpress.org/forums/topic/at-home-page-how-to-list-recent-topics-from-each-forum-under-its-specific-forum/

    #187659
    #187656
    continuingproblems
    Participant

    Hello

    How to delete my account from bbpress.org?

    #187655
    fashionistaaa
    Participant

    4.9 beta 1 wp
    bbPress 2.5.14-6684.

    I know this is a question as old as time itself, but isn’t there an answer still?
    I want my users to be able to change font, font size, background color, font color etc. Since im the admin, i can do them just fine but i want the users to be able to do them. Can someone pls help?

    #187654
    tmazawi
    Participant

    Hi
    I have a weird problem with bbpress
    most of the words in bbpress is not translated but some is
    like: Freshness is in english but the no topics is translated to arabic
    i have the latest version of bbpress
    i have configured wp_config.php to arabic
    and my default wordpress language is arabic
    also i double checked all the translation files in this directory
    –/wp-content/languages/bbpress
    and
    —/wp-content/languages/plugins/bbpress
    and still a lot of sentences is completely in english even though when i use the loco translation plugin and search for this words they show up translated just fine

    #187645

    You may want to start with the bbPress 2.6 release candidate instead. It comes with numerous improvements to the forum converter that will help speed up your migration.

    You can download RC 5 here: https://wordpress.org/plugins/bbpress/advanced/

    #187644

    Changes coming in bbPress 2.6 will make this easier for BuddyPress to keep a tab on.

    #187642

    I’ve made the following change, and it will be part of the 2.6 release.

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

    Until then, I’m afraid you’re a bit out of luck. There really isn’t a great place to filter that exact value other than the place I just added.

    #187616

    Thanks for the reply!

    I’ve made another tweak to the way subscription emails are sent, hoping to make this work a little bit more efficiently.

    See: https://bbpress.trac.wordpress.org/changeset/6725

    We could probably improve this a bit more still, by letting plugins like Mailgun replace the email sending process completely with their own. Sending emails en-masse is neither easy nor super fast, so however we can make this better in bbPress, we should be!

    #187615
    jjaureguiberry
    Participant

    I’m trying to integrate buddypress-docs with bbpress forums; the intention is to have topics of discussion within an article/doc. Using buddypress-docs hook ‘bp_docs_after_doc_content’, I create a corresponding forum (if it doesn’t exist) and add a shortcode to display a topic creation form. If a topic exists and is selected, I redirect to the associated article, and display a single topic with:
    echo do_shortcode( '[bbp-single-topic id=' . $topic_id .']' );
    So far, so good, I don’t know if it is the right aproach, but it seems to work.
    The problem comes when I want to post a reply within the selected topic. $_REQUEST variables are used to detect and display the selected topic, but on single-topic the additional ‘bbp_redirect_to’ hidden field is added, causing to redirect and lose those variables. I commented the line where this field is added (bbpress/includes/common/template.php:1620) and it works the way I want, but don’t want to do that 🙂
    Any suggestions on how to work this around without messing around with the plugin’s code? Hope the issue is clear, thank you for any help you can provide and for taking the time to read this.

    Wordpress ver. 4.8.2
    BBPress ver. 2.5.14
    BuddyPress Docs ver. 1.9.4

    #187614
    symphy
    Participant

    I am using bbPress for a course forum for courses we are offering and whenever anyone replies to a topic it doesn’t immediately appear in the thread. You can’t see it unless you log out and log back in. Or sometimes if you refresh you can see it but then if you refresh again it is gone. It is strange. People aren’t sure if their replies are registering or not.

    WordPress Version 4.8.2
    bbPress Version 2.5.14

    learn.evangcatbr.org

Viewing 25 results - 8,051 through 8,075 (of 64,411 total)
Skip to toolbar