Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 19,901 through 19,925 (of 69,130 total)
  • Author
    Search Results
  • #168598
    Rachel Biel
    Participant

    Thanks, Hugo. But, is there a way to disable commenting on the Activity Streams without knowing code? That is exactly what I want to do.

    If not, can you point me somewhere where there is info on how to do it? There is just too much info to dig through.

    The only thing that I have found is in BuddyPress>Settings where it says:
    Blog & Forum Comments Allow activity stream commenting on blog and forum posts

    I unchecked the box and the Reply option still shows on the Activity Streams page and on the Group Home pages.

    I worked with FrontPage for years, then with DreamWeaver and have navigated around on many different types of platforms. I do understand a bit of code and I do understand all of the work that goes into all of this. But, I don’t have the confidence to mess with the files and with the constant updates from WordPress, plugins, and theme, I would much prefer to work with settings than to mess with things that might later conflict with future updates, etc. I did a lot of reading and looked at many options before choosing to go with BuddyPress, but I had no idea that it would be so hard. I set up WordPress sites for other people and am a good tweaker, so it’s not like I am totally green. But, there are some major flaws as can be seen by all of the distressed people flooding the forums here and on bbPress.

    When I started up in January, everything was a mess with the new updates. The theme I had bought took several months to work out their incompatibilities, various plugins were going through revisions, etc. Now, finally, almost everything seems to work, but our members are totally confused and I just want to make it as simple as possible for them.

    So, when you say, “Commenting on items in the activity stream such as forum entries has always had issues and the advice and best practise generally has been to disable commenting on such items in the activity stream in order to avoid this confusion.”, then, yes. I do expect that issues that come up regularly for you developers should be addressed and fixed, especially when it can cause so much confusion for the end users. If it’s an inherent problem, then we should have a button in the settings area where we can turn off that problem.

    I also provide loads of free technical assistance to my people, so I do appreciate what all of you do. I believe in the WordPress model, encourage other people to use it, and now have had these months to try to learn BuddyPress. Would I recommend it to other groups and organizations? Not unless they have the money to hire their own code people (which I don’t). Are there better options out there? I ran a Ning group for a couple of years and it did what I want this forum to do: groups with topical discussions. But, I hated how it looked, found it clunky and wanted the freedom that BuddyPress offers in adding on WordPress pages. I tried several other platforms, too. All were a mess. There are some very nice cloud options but they are expensive and I’m doing the “starving artist” routine, so it’s not fun. So, I think BuddyPress has the potential to be the top model, but it’s not there yet, at least not “out of the box”. IMHO

    Anyway, if there is a fix for this, please point me the way and I’ll try to make it happen. Thank you.

    #168597
    @mercime
    Participant
    @mercime
    Participant

    – What did you create – Group Forums or Sitewide Forums or Sitewide/Group forums?
    – Click on the phones forum, there should be a form where you can create a topic for that forum.
    – Did you enable registration in your site via Settings > General ?

    #168593
    @mercime
    Participant
    #168588
    @mercime
    Participant

    You’d find the basic information about BuddyPress components at https://codex.buddypress.org/user/buddypress-components-and-features/

    Limiting the number of groups which can be created by user is plugin territory https://wordpress.org/plugins/limit-groups-per-user/

    Roman
    Participant

    fixed.
    It was BuddyPress Groupblog issue.

    #168578
    Hugo Ashmore
    Participant

    buddypress and bbpress
    Two completely different apps/plugins, bbpress is a forum plugin that integrates with BP groups if desired. Activity streams are designed to try and record and display as much site activity as possible. Commenting on items in the activity stream such as forum entries has always had issues and the advice and best practise generally has been to disable commenting on such items in the activity stream in order to avoid this confusion.

    I don’t write code and I think that this needs to be set up with backend controls so that people like me can use it. Otherwise, you should have a notice saying that BuddyPress and BBPress are only useful to programmers.

    Uttered out of frustration!. Sorry but BP does a lot out of the box but works best when taken and modified to suit the individual site. You always have the option of learning some level of coding ability, stating you don’t want to learn code somewhat limits your ability to use and manage these apps really, it’s not simply a case that they MUST be written for absolute non coders, these are open source apps that represent thousands of hours of work that people get to use for gratis, expecting more than that a little unfair? Also both these two plugins really do do a remarkable job of working out of the box with both teams having put a lot of effort in on that side of things (too much imho)

    #168576
    Hugo Ashmore
    Participant

    Edit// Just realised you have attempted most of what I covered here, as mercime asked have you contacted the theme authors? They will probably need to provide the solution as their templating system is fairly proprietary.

    Yes we know they do and that is because the WP themes naturally follow the WP template API and BP theme compatibility is and can only be based on that, I’m afraid that example ‘page’ template you show diverges so far from that WP normal ‘page’ that BP won’t be able to work with it.

    However you may be able to create your own custom BP ‘page’ template by following the bp codex guide for theme compatibility and creating a file named ‘buddypress.php’ locating that in a new folder ‘/buddypress/’ or ‘/community’/ in that file copy the content of the themes page template you have shown us but replace the section that represents the content with a standard page loop, thus you keep the themes approach to fetching the layout but replace the content rendering section.

    If that doesn’t work then you really need to take this to the theme authors and explain the issue and ask if they can provide a workaround.

    #168572
    Rachel Biel
    Participant

    Mine was also super slow and we moved from Blue Host to MDD Hosting and that took care of most of it. I also installed W3 Total Cache because I was told to… It’s much better! http://www.tafaforum.com

    #168571
    Rachel Biel
    Participant

    RTMedia looks like it’s going to be the best solution, but it still doesn’t work properly on my site. I keep testing it at each update, but so far, no luck… 🙁

    #168569
    myironlung3
    Participant

    The buddypress pages work fine when I activate the Twenty Twelve theme.

    Here’s the link to the Lightspeed theme original page.php file. Thanks for taking a look!

    http://pastebin.com/ZsDHPpcX

    notpoppy
    Participant

    OK I restored the database from the backup but the conversion failed again. It got about as far as “Converting topics 600” then just hung.

    I restored from backup again, this time I set the rows limit to 50 and the delay time to 2 seconds. It got to “Converting topics 700” then hung again.

    So my question now is why do my attempts to convert the forum keep failing?

    I read @johnjamesjacoby’s post here which is similar to the instructions posted above – perhaps he could shed some light?

    My set-up is WordPress 3.5.2, BuddyPress 1.8, BBPress 2.3.2

    #168562
    Hugo Ashmore
    Participant

    Please do not start new threads on same question when you have one running already.
    Closing this thread, continue in:
    https://buddypress.org/support/topic/question-about-after-installing-buddypress/

    stueynet
    Participant

    Ok its looks like its fixed. I believe the issue was with the achievements plugin. They pushed an update recently and now its all good. Sorry for the confusion!

    stueynet
    Participant

    Hi there. I created the site recently with 1.73. Do I have to manually activate BP template pack? Is that something that I need?

    meg@info
    Participant
    Techknowledgic
    Participant

    Thanks for ur reply!

    I tried to do what it’s saying in the link and this is what I got http://www.techknowledgic.com/forums

    idk what’s going on I can’t create topics or let the visitors to log in or do anything please help me to set up the forum

    BTW, my website is still under construction so the menu and the content are just random and don’t take it seriously 😀

    ty

    #168546
    raoul140
    Participant

    Hi, thank you for quick answer.

    I looked but couldn’t find in which .php file I should make those change.
    I am using BuddyPress 1.6.1 as part of a template that I bought from Themeforest, template is called “reviewit”. ReviewIt is built as a BuddyPress/bbPress theme as far as i know.

    #168541

    In reply to: Pages in Toolbar

    @mercime
    Participant

    not even sure how to use it yet


    @ziva777
    BP Codex is your friend.
    https://codex.buddypress.org/user/setting-up-a-new-installation/
    https://codex.buddypress.org/user/buddypress-components-and-features/

    AS for the BP Component links in your main menu, use the custom menu in your WP theme and add whichever links you want to main menu.

    #168539
    @mercime
    Participant
    #168537
    minto
    Participant

    Now I’ve put this in, but it still doesn’t work out:

    ‘//get the thread permalink for activity
    function ac_notifier_activity_get_permalink2( $activity_id, $activity_obj = false ) {
    global $bp;

    if ( !$activity_obj )
    $activity_obj = new BP_Activity_Activity( $activity_id );

    if ( ‘activity_comment’ == $activity_obj->type )
    $link = bp_get_activity_directory_permalink(). ‘p/’ . $activity_obj->item_id . ‘/’;
    else
    $link = bp_get_activity_directory_permalink() . ‘p/’ . $activity_obj->id . ‘/’;

    return apply_filters( ‘ac_notifier_activity_get_permalink2′, $link );
    }’

    Hugo Ashmore
    Participant

    Not really clear what their solution was, presume they were referring to copying over the groups core directory from 1.7.3, this does not sound like a hugely sensible fix mixing files from two versions but probably won’t cause issues.

    #168534
    minto
    Participant

    Here’s what I did meanwhile:

    1. removed all those junkcode, I had originally in 😉

    2. found that display-issue in the above + corrected it in the code, which seemed responsible for no text/ no links being given (I inserted the missing a-href):
    return apply_filters( ‘bp_activity_multiple_new_likes_notification’, ‘‘ . $text . ‘‘);
    … but this also did not bring up the link + text …

    3. wonder about that line:
    $link=ac_notifier_activity_get_permalink2( $activity_id );
    …removed the “2”, because with that in, my toolbar disappears…
    Should that be noticed in the ac_notifier too, with the need to keep the “2”?

    4. any notifications (even the live-notification-popup) still only appear on the likers-side, still not yet on the liked-user-profile!

    So this is, what it looks like atm:

    
    function bp_like_setup_globals() {
    global $bp, $current_blog;
    $bp->bp_like=new stdClass();
    $bp->bp_like->id = 'bp-like';
    $bp->bp_like->slug = 'bp_like';
    $bp->bp_like->notification_callback = 'bp_like_format_notifications';
    $bp->active_components[$bp->bp_like->slug] = $bp->bp_like->id;
    do_action( 'bp_like_setup_globals' );
    }
    add_action( 'bp_setup_globals', 'bp_like_setup_globals' );
    
    function bp_like_format_notifications( $action, $item_id, $secondary_item_id, $total_items,$format='string') {
    global $bp;
    $glue='';
    $user_names=array();
    $activity = new BP_Activity_Activity( $activity_id );
    $link=ac_notifier_activity_get_permalink( $activity_id );
    
    //si c’est le posteur d’origine, dites que vous êtes, d’autre dire de% s après
    if($activity->user_id==$bp->loggedin_user->id){
    $text=__("your");
    $also="";
    }
    else{
    $text=sprintf(__("%s’s"), bp_core_get_user_displayname ($activity->user_id));//quelqu’un
    $also=" also";
    }
    $ac_action='new_bp_like_'.$item_id;
    
    if($action==$ac_action){
    // if ( (int)$total_items > 1 ) {
    // $users=ac_notifier_find_involved_persons($activity_id);
    $total_user=$count=count($users);//montrent de nombreux utilisateurs uniques ont commenté
    if($count>2){
    $users=array_slice($users, $count-2);//simplement indiquer le nom de deux affiches, le repos doit être aussi et ‘n’ autre a également commenté
    $count=$count-2;
    $glue=", ";
    }
    else if($total_user==2)
    $glue=" xxxx1xxxx ";//si il ya 2 utilisateurs uniques, disons x et y commenté
    
    foreach((array)$users as $user_id)
    $user_names[]=bp_core_get_user_displayname($user_id);
    
    if(!empty($user_names))
    $commenting_users=join($glue, $user_names);
    
    if($total_user>2)
    $text=$commenting_users." xxxxxxxx2xxxxxxx ".$count." xxxx3xxxx".$also." xxxxxxxx4xxxxxxx on ".$text." post";//peut-on changer la poste à quelque chose de significatif en fonction de l’élément d’activité?
    else
    $text=$commenting_users.$also." xxxxxx5xxxxx on ".$text." post";
    
    if($format=='string')
    return apply_filters( 'bp_activity_multiple_new_likes_notification', '<a href="'.$link.'">'.$text.'</a>');
    else{
    return array('link'=>$link,
    'text'=>$text);
    }
    return false;
    }
    
    }
    

    any suggestions?

    thx in advance!

    prikid
    Participant

    yeah they all related in a sense)) it seems that users solved the issue quicker =)

    Thanks a lot!

    #168528
    @mercime
    Participant

    @myironlung3 Switch to Twenty Twelve theme and check if BP content is showing up. The issue ight be that the theme is using proprietary templating system so it’s not rendering BP content. Have you contacted theme developer for assistance in getting the_title and the_content working in your buddypress.php file? Could be that just using the template tags is not enough but might need a “bridge”/extra functions for compatibility with BP. You could paste your theme’s original page.php source code in pastebin.com and post the link here so we can take a look.

Viewing 25 results - 19,901 through 19,925 (of 69,130 total)
Skip to toolbar