Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 29,926 through 29,950 (of 64,535 total)
  • Author
    Search Results
  • #117719
    bryanforst
    Participant

    Did you ever get a solution to this?

    My admin’s user profile works correctly but all other users throw a 404.
    http://www.s4ndb0x.com/forums/forum/issues/

    I am using bbpress 2.1.2, wp 3.4.1 and slightly modified twenty-ten theme.

    #117716
    Pippin Williamson
    Participant

    This is being worked on over here as an actual bbPress plugin.

    #117713
    Dark Aqua
    Participant

    Is there a way to import users, posts and PM’s from phpBB 3 into bbpress?

    #117709
    Philip John
    Participant

    I’m creating a customised forums front page for bbPress, by listing forums in a different way to the bbPress default.

    Essentially what I’m trying to do is replace the use of bbp_list_forums() with a second, nested bbPress loop so that I have greater control over how the sub-forums are displayed.

    I know I can use the ‘before’ and ‘after’ parameters of bbp_list_forums() but that doesn’t give me as much control as I need.

    The only question I found that came close was this one which doesn’t actually provide a definitive answer.

    Code won’t paste nicely here so it’s over here: http://wordpress.stackexchange.com/questions/64681/creating-nested-forum-loops-in-bbpress

    See the bbp_list_forums() reference – in place of that I want another “while (bbp_forums())…” loop but how do I do that without interfering with the main loop?

    Thanks

    • This topic was modified 13 years, 10 months ago by Philip John. Reason: dodgy formatting fix
    • This topic was modified 13 years, 10 months ago by Philip John. Reason: try again
    • This topic was modified 13 years, 10 months ago by Philip John. Reason: *sigh* linking to code instead
    #117704

    In reply to: spam prevention

    wpthemes
    Participant

    Unfortunately, Akisment on BBPress is a BIG failure. Yes it captures spam but very limited. I have been struggling from this issue as I have to manually delete the clean the stuff. I am now migrating away from bbpress to some paid solution, if you’re thinking of some serious forum solution, i am afraid bbpress is a bad choice, even though its wordpress’s own child.

    #117703

    In reply to: spam prevention

    jezza101
    Participant

    Not sure what you mean, spam comments are hidden by Akismet on my bbpress 2 forum. I use another plugin to prevent spam registrations, it looks up to black lists on StopForumSpam and HoneyPot.

    #117702
    castresana
    Participant

    Thanks for the quick reply!

    I just updated the bbPress to 1.1 version (last one available in Legacy).

    After upgrading bbPress1 I tryed to import it from bbPress2.1.2 and this time, the importer didn’t give me any errors, but the importation didn’t go right.

    The result is having the forums okay but in the transition the posts and replies are mixted up.
    It looks like the script has converted all the replies into new posts, and actually, it has not maintained the post/reply respective users, now all of the posts and even the replies of the original post (that now are new posts as well, not considered as reply), are written by first post user.

    So if we go to http://elanillounico.com/v5/foro/topic.php?id=9454#post-312800
    (this is the original forum, not it’s a bit mixted up, it’s the template),

    Anyway, in the lopic we saw, the user Aragorn_II began a topic and Wolfimbul replied and some other users as well.

    When we go to but that thread in the new forum for example, you have this forum view:
    inside a forum view

    So when you are entering first post available on the list, it is the original topic:
    original post

    And when you enter the second post available, you see the first reply, and it is written by Aragorn_II but it should be written by Wolfimbul.
    reply considered as new post

    So, in the end, I do not know what I am doing wrong, any ideas?

    Thank you!

    #117698
    ickzorn
    Participant

    Hi,

    I’m using: WordPress 3.4.2, bbPress 2.1.2 and bbPress Topics for Posts 1.4

    A new article is automatically published in the forum. I’ve been trying now to get the number of replies in the post instead of the comments count.

    Are there any workarounds to get these numbers?

    Thanks.

    #117696
    pablolobo
    Participant

    I am looking to migrate our phpbb installation to bbpress. However after looking at the activity this will be beyond our current staff’s capabilities. Are there any recommended groups that provide a migrating service?

    Website is http://thefwoosh.com, forum is here http://thefwoosh.com/forum

    • This topic was modified 13 years, 10 months ago by pablolobo.
    #117693

    Exactly. You’ll want to update to bbPress 1.1 first.

    t.sjogren
    Participant

    Hi

    I am trying to remove the “Right Now in Forums” with a function but i don´t know hoe to target it. Someone how knows?

    Code below:

    
    function disable_default_dashboard_widgets() {
    
        // Right Now Widget
    
        remove_meta_box('dashboard_right_now', 'dashboard', 'core');
    
        // Comments Widget
        remove_meta_box('dashboard_recent_comments', 'dashboard', 'core');
    
        // Incoming Links Widget
    
        remove_meta_box('dashboard_incoming_links', 'dashboard', 'core');
    
    
        // Plugins Widget
    
        remove_meta_box('dashboard_plugins', 'dashboard', 'core');
    
    
        // Quick Press Widget
    
        remove_meta_box('dashboard_quick_press', 'dashboard', 'core');
    
    
        // Recent Drafts Widget
    
    
        remove_meta_box('dashboard_recent_drafts', 'dashboard', 'core');
    
    
        // WordPress Blog Feed
    
        remove_meta_box('dashboard_primary', 'dashboard', 'side');
    
    
        // Other WordPress News
    
    
        remove_meta_box('dashboard_secondary', 'dashboard', 'side');
    
    
    // bbPress widget 'Right Now in Forums'bbp-dashboard-right-now
    // *******Does not work right now *******//    
    remove_meta_box('bbp_dashboard_right_now', 'dashboard', 'core');}
    
    if (!current_user_can('manage_options')) {
        add_action('wp_dashboard_setup', 'disable_default_dashboard_widgets');
    
    }  
    
    #117686
    Stephen Edgar
    Keymaster

    Have you seen the shortcodes included with bbPress?
    https://codex.bbpress.org/shortcodes/

    • This reply was modified 13 years, 10 months ago by Stephen Edgar.
    #117683

    In reply to: Oembed bbPress 2.1

    Stephen Edgar
    Keymaster

    Can you create a ticket in trac with repo steps and screenshots etc

    #117681
    castresana
    Participant

    Hello everybody!

    I have a bbPress 0.9.0.7 forum running that works great. http://elanillounico.com/v5/foro
    It has it’s users linked to my WordPress 3.4.2. http://elanillounico.com/

    I wanted to migrate the bbPress to bbPress 2.1.2 (actual version) but I guess I am doing something wrong.
    The new url for the forum is: http://elanillounico.com/forums

    WHAT I AM DOING…

    First of all I’m installing bbPress 2.1.2 plugin and I activate it in my WordPress.

    Second I go to Tools – Forums – Import Forums, I select the bbPress1, I insert the db options and select all the options that suit my server so it doesn’t overload.

    I start the process and I wait until it finishes saying “No tags to convert” and then… I am getting this error 🙁

    WordPress database error: [Table 'my_database_forum.bb_term_relationships' doesn't exist]
    SELECT convert(term_relationships.object_id USING "utf8") AS object_id,convert(term_taxonomy.term_taxonomy_id USING "utf8") AS term_taxonomy_id,convert(terms.name USING "utf8") AS name FROM bb_term_relationships AS term_relationships INNER JOIN bb_term_taxonomy AS term_taxonomy USING (term_taxonomy_id) INNER JOIN bb_terms AS terms USING (term_id) LIMIT 0, 1000

    Apart from this, the installation does not go right. When I go to my forums, the forums themselves are all right. But the topics are all mixted up. It looks like if the answers to the original topics are now topics as well, so I have the forums with all of the messages as if they were topics, they are not linked as if they were lost the id that linked them.

    Any idea of what this means and why this happened??

    Question I have: Do I have to upgrade first to version bbPress 1.1 before I upgrade to bbPress 2.1.2?

    Thank you very much! 🙂
    Juan C.

    • This topic was modified 13 years, 10 months ago by castresana. Reason: needed to complete the issue
    #117677
    Paul Whitener Jr.
    Participant

    I’ve found a solution for this. It involves adding support for custom post types in the activity feed. As ‘forum’ is a custom post type you can add this (as well as other) post type’s updates to activity feeds.

    The solution is over in the BuddyPress forums:
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/display-custom-post-types-in-activity-feed/

    The code that I got working is here:
    http://pastebin.com/VJ6pR9az

    Add ‘forum’ to the $media array to see sitewide forum activity. It only appears to work for content added after this is set up.

    The version of the code at the bottom of this page:
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/display-custom-post-types-in-activity-feed/

    Is intriguing to me as it allows you to customize the phrasing of the activity notices, but I was unable to get it to work.

    #117675
    @mercime
    Moderator

    > Yikes, I forgot to list one of the most important features I need. 6)
    > Integrated comments between the forum and the comment field of posts.

    You mean WP Post comments integrated with bbPress forums? I hope that’s not a deal breaker because as far as I know, either someone has still to create a plugin that can do that and release it OR you have to code it OR you have to hire a developer to make the plugin for you.

    re #1 – bbPress is responsive but needs some more tweaking https://bbpress.trac.wordpress.org/ticket/1933

    re #2 – like the left or right column at http://testbp.org/discussion/

    re #3 – hmm, haven’t seen a plugin like that, but it could be done

    re #4 – Nothing is perfect in this world. bbPress works all right out of the box. So unless you have a private community, then just like many forum scripts out there, you’d need some anti-spam plugins or better yet, an active community which tags spams so admin/keymaster or moderators can delete such posts and/or members

    re #5 – yes, easy to use

    #117674

    In reply to: Theme Compatibility

    @mercime
    Moderator

    > newest version of bbPress is supposed to have theme compatability

    It does. bbPress styles are enqueued by default. Image shows you’ve revised it and probably the template too, and you missed adding 100% width on the li.bbp-body (just a guess) or whatever container you’ve used for the page. Site URL?

    lucabarbetti
    Participant

    When I click on ‘Favorites’ and ‘Subscriptions’ under the main menu of bbpress.org, I just get redirected to my profile where I can only see the topics I have created, maybe I misunderstood their meaning but shouldn’t they show respectively a list of my favorite topics or of my subscriptions to topics? If so either those two don’t work or subscriptions and favorites aren’t really added when I click on ‘Subscribe’ or ‘Add this topic to your favorites’ in the left sidebar of a topic.
    Thanks

    #117670
    stoeffel-media
    Participant

    Sooo. is there a way to put it in my theme somehow? Maybe a php code-snippet I could use?
    Thx…

    #117669
    Anointed
    Participant

    If I insert a youtube url into a topic, instead of seeing the video, I see the link.

    I did go into the settings and turned on oembed, both in the WP settings, and the forum settings.

    Here is where it gets REALLY WEIRD:
    I have the ability to switch the template on a per topic basis. If I switch away from using the built in bbPress theme and switch to a standard template, then the video shows up.

    If I then edit the topic again, and choose to go back to the bbPress template, then the youtube video shows up just fine….

    Is something wrong with the default bbPress 2.1 templates when it comes to oembed?
    Not even sure how a template would have anything to do with it

    I can replicate this issue quite easily as I can never see the video via bbPress, until I edit the individual topic template, and then revert back….

    strange……

    #117668
    darinb
    Participant

    Anyone?

    –Darin

    #117662

    Sounds like a weird bug that 2.2 will address soon.

    Melindrea
    Participant

    You’re welcome =)

    Rasheed Bydousi
    Participant

    You are right.
    Issue solved.
    Thank you for your help.

    Melindrea
    Participant

    Yes, but check out the body – it has class bbPress. So .bbPress #page would affect only the forum pages.

Viewing 25 results - 29,926 through 29,950 (of 64,535 total)
Skip to toolbar