Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 5,451 through 5,475 (of 7,412 total)
  • Author
    Search Results
  • #58921
    Jeff Sayre
    Participant

    You probably were marked, or at least your post was marked, as spam, as coming from a bozo. This is not an insult. It is the actual term that bbPress applies to suspected spammers. This has happened to me twice in the past.

    If this happens again, or seems permanent, you should contact Andy or jjj as whenever I log into bbPress admin, it does not show me the “bozo” members. So, I have no way of changing the status.

    But, since you are obviously posting right now, the issue was more than likely the system marking that particular post as probable spam. This is just a hunch.

    #58897

    Agreed on all counts. But I see the activity stream as a separate, isolated module of discussion that doesn’t belong in blog comments or post replies. Since that’s my view, the topic of sync’ing them together doesn’t appeal to me. Nevermind the fact that bbPress doesn’t support threaded topics and post replies out of the box in the first place.

    Maybe I should just leave this topic and never look back. :D

    #58890

    And if I could reply to only Jeff right now, I would say T_PAAMAYIM_NEKUDOTAYIM!

    But since I can’t I just forked this conversation in a totally new direction! :D How’s that for activity.

    I think Jeff is right, but it isn’t feasible since the queries it would take to pull that off would be astronomical. The reason this is an activity cache table is because it is where activity is stored in an easier to gather fashion. Maybe cache is the wrong word, but it’s doing what it says by being an easier way to combine other queries into one easy to get, light on its feet query of site wide activity.

    The only other solution would be to branch activity comments off into a separate table, but that would require a query for each group of comments, instead of just grabbing all of what’s relevant and dumping it out.


    Back to the original topic I suppose, but I think the talking back and forth between the components isn’t really the job of the core to do. The activity stream is a functional component of BuddyPress, and BuddyPress can exist without blogs, comments, and forums. In that scenario activity commenting doesn’t matter because there’s nothing to sync with. If someone needs to sync that data, they can make a plugin to do it, just like someone made a plugin to sync bbPress replies to blog posts and vice versa.

    #58836
    midwestbonsai
    Participant

    Hmmm, I just installed bbpress in the same db as buddypress.

    When I make a post in the forum, nothing shows in the “Site Wide Activity” stream.

    I want to do it this way so I can have a full forum, and not just the group forums.

    Any thoughts on how to make it work? Did I miss something?

    #58821
    r-a-y
    Keymaster

    @Midwestbonsai

    Why don’t you use the original version of the plugin for bbPress?

    https://bbpress.org/plugins/topic/bb-attachments/

    #58820
    midwestbonsai
    Participant

    Will this work with an external install of bbpress?

    #58814
    Anton
    Participant

    1. Which version of WPMU are you running? 2.86

    2. Did you install WPMU as a directory or subdomain install? Sub directory

    3. If a directory install, is it in root or in a subdirectory? root

    4. Did you upgraded from a previous version of WPMU? If so, from which version? Nope. Fresh install.

    5. Was WPMU functioning properly before installing/upgrading BuddyPress? Didn’t test WPMU on it’s own. Installed it to use BB

    6. Which version of BuddyPress (BP) are you running? 1.13

    7. Did you upgraded from a previous version of BP? If so, from which version? nope

    8. Do you have any plugins other than BuddyPress installed and activated? Yes. deactivated them all and the problem(s) still occurs.

    9. Are you using the standard BuddyPress themes or customized themes? Standard. Only edited the default css and added a couple of links.

    10. Have you modified the core files in any way? Yes. The delete button next to the code is not working and If I add any chars to the delete string eg: http://socialpress.co.za/friends/activity/delete/123?_wpnonce=30864bbwe2 it does delete but not always. Some members can’t delete. The default delete string does not work. I have also added those same chars to the RSS site wide activity feed as the default one: http://socialpress.co.za/activity/feed doesn’t work.

    11. Do you have any custom functions in bp-custom.php? nope

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? 1.13

    13. Please provide a list of any errors in your server’s log files

    there’s quite allot of these

    [12-Dec-2009 19:18:07] WordPress database error Table ‘socialpr_socialpress.wp_bp_activity_sitewide’ doesn’t exist for query SELECT COUNT(id) FROM wp_bp_activity_sitewide WHERE hide_sitewide = 0 ORDER BY date_recorded DESC made by require, require_once, include, bp_has_activities, BP_Activity_Template->bp_activity_template, bp_activity_get_sitewide_activity, BP_Activity_Activity->get_sitewide_activity

    [12-Dec-2009 19:18:21] WordPress database error Table ‘socialpr_socialpress.wp_bp_activity_sitewide’ doesn’t exist for query SELECT * FROM wp_bp_activity_sitewide WHERE hide_sitewide = 0 ORDER BY date_recorded DESC LIMIT 0, 10 made by require, require_once, include, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, BP_Activity_Widget->widget, bp_has_activities, BP_Activity_Template->bp_activity_template, bp_activity_get_sitewide_activity, BP_Activity_Activity->get_sitewide_activity

    [12-Dec-2009 19:18:21] WordPress database error Table ‘socialpr_socialpress.wp_bp_activity_sitewide’ doesn’t exist for query SELECT COUNT(id) FROM wp_bp_activity_sitewide WHERE hide_sitewide = 0 ORDER BY date_recorded DESC LIMIT 200 made by require, require_once, include, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, BP_Activity_Widget->widget, bp_has_activities, BP_Activity_Template->bp_activity_template, bp_activity_get_sitewide_activity, BP_Activity_Activity->get_sitewide_activity

    [12-Dec-2009 19:18:21] WordPress database error Table ‘socialpr_socialpress.wp_bp_activity_sitewide’ doesn’t exist for query SELECT * FROM wp_bp_activity_sitewide WHERE hide_sitewide = 0 ORDER BY date_recorded DESC LIMIT 0, 10 made by require, require_once, include, bp_has_activities, BP_Activity_Template->bp_activity_template, bp_activity_get_sitewide_activity, BP_Activity_Activity->get_sitewide_activity

    [12-Dec-2009 19:18:21] WordPress database error Table ‘socialpr_socialpress.wp_bp_activity_sitewide’ doesn’t exist for query SELECT COUNT(id) FROM wp_bp_activity_sitewide WHERE hide_sitewide = 0 ORDER BY date_recorded DESC made by require, require_once, include, bp_has_activities, BP_Activity_Template->bp_activity_template, bp_activity_get_sitewide_activity, BP_Activity_Activity->get_sitewide_activity

    SHouldn’t there be a table wp_bp_activity_sitewide on the installation? I’ve looked in the db but it’s not there. I did the default installation.

    .

    14. Which company provides your hosting? Hostgator

    #58807
    midwestbonsai
    Participant

    ok, thanks DJPaul!

    #58806
    Mike Pratt
    Participant

    I started a new thread to pick up where this one left off now that the new SWA has tweaked the model -> https://buddypress.org/forums/topic/new-12-swa-and-blogforum-syncing-feedback-needed

    I will add one parting thought here-> IMHO, BP was a welcome change from the old bbPress way which tossed every topic imaginable into a big collection of forum topics. Groups are a way to aggregate subjects and such. I for one am glad there is no giant site wide forum that I have to wade through to find what I want. That’s why I join groups. I have the SWA to browse the entire site full of activity. Bonus

    #58805
    Paul Wong-Gibbs
    Keymaster

    Yes.

    #58803
    fzeidan
    Participant

    Well this discussion seems to have covered the topic well, but I wanted to voice my support of the idea of having a site wide forum with its own categories seperate from Groups.

    Such forum can act as support and general discussion for the site away from the groups.

    Would it be feasable to have a second bbPress install and use that for the site wide forum, or would that conflict with the bbPress already shipped due to tables and credentials?

    r-a-y
    Keymaster

    I’ve also been working on integrating a WYSIWYG editor for BP as well (but with image upload functionality).

    Have tried nicEdit and DSRTE, but I’ve run into various issues with both, which is why I haven’t released it.

    #58731
    Anonymous User 96400
    Inactive

    Xevo, tried to use jwysiwyg on another project a couple months back, but the last version then was from January 09 and didn’t play nice with the newest jQuery version. A quick look just now showed that it hasn’t changed. Haven’t had a look at the trunk though…

    Tore
    Participant

    Lazy is nice. I’m looking forward to see if they lazy part gets satisfied. ;)

    #58698
    af3
    Participant

    gerikg — this works! thanks!!

    now, if anyone could share how to make sure facebook avatar is showing up in bbpress (using BP-facebook connect) /

    #58688
    af3
    Participant

    The group component can be disabled; but how to only allow PRIVATE GROUPS where the groups forums are also not created in bbpress (and visible) ?

    Edit: Just noticed that there is a plugin to do this: https://wordpress.org/extend/plugins/bpgroups/

    #58687

    In reply to: BuddyBar for bbPress

    af3
    Participant

    This works ok for me in bbpress front-end. however in bbpress admin, i actually had to manually add all the referenced #wp-admin css style in bb-admin/style.css in order to make this works.

    Brajesh Singh
    Participant

    thanks.

    you mean the discussion topics shown at the bottom of the home page.

    well, I am using external bbpress with deep integration to buddypress/wordpress mu.

    The topics are coming from https://wordpress.org/extend/plugins/bbpress-latest-discussion/ plugin.

    Though, if you want to do the same using internal integration

    have a look here

    https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/

    specifying the action as “new_forum _post” should do that.

    Hope it helps :)

    #58653
    dwpers
    Participant

    Thank you Brajesh, found the option to sticky after doing a mouseover on the topic I posted :).

    #58651
    Brajesh Singh
    Participant

    @dwpers you can still make a post as sticky from Individual group->forums, but not the categories currently.

    #58650
    dwpers
    Participant

    So bbPress is not like a traditional fourm where I can create different categories, sticky posts, etc?

    Thanks for the help Jeff :).

    #58644
    D Cartwright
    Participant

    I have tinymce with fairly minimal options enabled on a current site but it’s very very hacky code. I’m planning on turning it into a plugin (along with some filters to sort out the raw html problem) but if something else becomes available before I get round to doing it, the lazy part of me is more than happy :p

    #58636
    Jeff Sayre
    Participant

    New topics or post replies are made within the BP Groups that you’ve enabled bbPress forums.

    Xevo
    Participant

    Bpdev (nicola) is a bit behind with development, as far as I know. But he’s been active again lately so it might work again with the buddypress 1.2 release.

    I’m planning on getting this to work with my bbpress forum and inline blog editor. Don’t really need to load that huge wysiwyg editor from wordpress admin.

    Tore
    Participant

    Wow, quick and positive answer! :) Nice to see you’re working on it.

Viewing 25 results - 5,451 through 5,475 (of 7,412 total)
Skip to toolbar