Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 24,576 through 24,600 (of 69,108 total)
  • Author
    Search Results
  • #149509
    @mercime
    Participant

    @ubernaut the fix was in BP Default’s functions.php file. Did you check if it was corrected in BP Default theme? For that matter, did you try to apply the same fix in the functions.php file of Reviewit theme and see if issue is resolved with the fix?

    ace200
    Participant

    @chouf1,
    The line of code that you mentioned above is not located in my child theme’s style.css file. However, I find it when I view the sites source code. Do you have any additional suggestions? Thanks for your help.

    #149505
    @mercime
    Participant

    and i only can access the main forum from the side bar

    Actually, you have your sitewide forum index page at http://justinharvey.com/F/

    Also i am trying to add CSS to My pages and cant figure it out. any tips?

    One usually adds the styles to your theme’s style.css file. However, since you’re using the BP Default theme, any modifications made to the style.css file will be overwritten when you upgrade BuddyPress. It would be better if you created a child theme of the BP Default theme and add styles to that child theme’s style.css file. Or use a WordPress theme and install/activate the BP Template Pack plugin and go through Appearance > BP Compatibility process.

    #149504
    ProgramerJutsu
    Participant

    Also i am trying to add CSS to My pages and cant figure it out. any tips?

    #149502

    In reply to: Database Error

    fpats
    Participant

    Done that already, the errors only occur when Buddypress is installed.

    #149500
    @mercime
    Participant

    @mrk-1 Current BuddyPress tables with xxx_bp_xxx can be seen at https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/#bbpress-forums-tables-in-database
    (xxx_bb_xxx tables are not included, those are for bbPress Group Forums)

    #149499

    In reply to: Database Error

    @mercime
    Participant

    Please change to BP Default theme and deactivate all plugins except BuddyPress and check if issues are corrected.

    #149497
    warmowski
    Participant

    Thanks very much, chouf! I missed the checkbox for some reason.

    I also found that the $bb->uri works the same, it seems with the double-slash and without it. I changed it and am on the lookout for weird things. I found no such URI variable wp-config.php.

    About the 403 for http://dev.cityblocchicago.com/wp-content/plugins/buddypress/bp-forums/bbpress/

    I went into .htaccess and stripped out all the 403 redirects, leaving only the php mod_rewrite statements and the URL still 403s…

    Is that URL supposed to answer?

    Thanks again,

    -r

    #149496
    @mercime
    Participant

    Haven’t seen this before. Is this single or multisite WP? Where are you hosted? Have you tried re-uploading BuddyPress via FTP/FileManager/etc?

    #149495
    @mercime
    Participant
    #149491
    Tony
    Participant

    It’s still not working… Could it be a conflict between the BP Columns theme and the BuddyPress Default theme?

    First, I tried the bp-custom.php method and that didn’t work. Then I deleted that bp-custom.php file and tried the following…

    Added this code (without the opening and closing ) in my BP Columns theme’s functions.php file right under the opening < ?php
    define( ‘BP_DTHEME_DISABLE_CUSTOM_HEADER’, true );

    That didn’t work so I also added that above code in my BuddyPress Default theme’s functions.php file right under the opening < ?php and that didn't work either.

    Any other ideas? Thanks to all for trying to help.

    #149489
    m@rk
    Participant

    @apeatling So, is an overview of BuddyPress’ current default database tables available somewhere? Can’t find it neither in the codex nor elsewhere?

    About to delete my old wp_user_*_activity tables now, finally. Have other tables become outdated/ obsolete relics since initial BP releases?

    Thx in advance!

    #149487
    intimez
    Participant
    #149485
    danbpfr
    Participant

    First, open bb-config file and retrieve the double slash in the uri path. You must have this
    `$bb->uri = ‘http://dev.cityblocchicago.com/wp-content/plugins/buddypress/bp-forums/bbpress/;`
    Control also your wp-config.php file and  htaccess and check for this double slash issue.
    As “dev” is a sub-domain of cityblocchicago.com, be carefull with the install path of WP.

    When on the group page, you have a menu called “admin” on the right
    Click on it and then on “settings”.

    Normally you see a checkbox “activate discussion forum” for this group. If you have allowed group creation for all your site members, the box is already checked by default. If not, check it  and save.

    Now the group menu has a forum tab. Click on it and you have access to a “new topic” button

     

    #149481
    ProgramerJutsu
    Participant

    Thanks also in word press/ buddy press, under the pages tab of editing you can click your page and hit text instead of view and enter your html there.
    Good tips, thanks

    #149479
    Ben Hansen
    Participant

    any other ideas @mercime ?

    @real123 , did you see my question? i’m curious to see another site with this same issue so i can try to find a common thread.

    #149477
    @mercime
    Participant

    You could do that for HTML and CSS but I would think you’d rather stage this in a separate development installation via XAMPP/MAMP/WAMP That way, you’d be able to test the theme first and also have a backup of your theme should anything go awry in your server online.

    I think you mean Javascript instead of Java, a different animal altogether. Again, I suggest you create/update theme in local server first. WordPress Codex for creating themes – https://codex.wordpress.org/Theme_Development

    #149476
    @mercime
    Participant

    @chouf1 thanks for heads up on the admin login. I’ve removed the info above.

    @bhupendra13 looks like the issue with permalinks/component pages have been fixed in your installation. You need to know that the BP Default child theme you’re using has not been updated for the last two years so there will be issues which would crop up later. I suggest updating the header.php file of the child theme.

    #149470
    black key
    Participant

    // the problem with your code:
    $bp->bp_like->slug = ‘bp_like’;
    ——————————————————
    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_permalink2( $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=” xxxxxxxxx “;//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.” xxxxxxxxxxxxxxxx “.$count.” xxxxxxxxx”.$also.” xxxxxxxxxxxxxxxx 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 .” xxxxxxxxxxxx on “.$text. ” post”;

    if($format==’string’)
    return apply_filters( ‘bp_activity_multiple_new_likes_notification’, ‘‘ . $text . ‘‘);
    else{
    return array(‘link’=>$link,
    ‘text’=>$text);
    }
    return false;
    }

    }

    #149464
    Roger Coathup
    Participant

    Hasn’t @ray already raised this on the trac?

    We’ve also been having issues with activation links not redirecting correctly in 1.7

    #149463

    In reply to: [Resolved] URL issues

    Zarmaka
    Participant

    Yes it does happen with buddypress default aswell.
    I dont have much detail, other than this problem only occurs on some accounts, and passes with time, but its very annoying for the users.

    And its ONLY the username link that seems affected.

    and sorry about the wrong link.
    http://www.skriveglede.net

    #149457
    danbpfr
    Participant

    Hi,

    you probably try to modify the buddypress.po file. It would be better you use the po file who comes with your genesis theme. Also don’t forget to save the modified po file with poEdit to generate the mandatory mo file
    The pot file contains the translatable strings and the file names/numbers who they are.
    The po file has exactly the same content + translated strings
    The mo file is the compiled po file

    The translation is executed by PHP’s gettext function who read the compiled mo file. Po and Pot files are human readable files and aren’t necessary to be on the server.

    #149451
    Hugo Ashmore
    Participant

    Well if mercime has said it’s likely only three files need modding then it’s perhaps Step 3 b.

     

    In other words header.php, sidebar.php, footer.php copied from the bp examples and renamed to header-buddypress.php etc then you can edit those files to match your themes html structure, i.e comparing the themes header.php file  to the bp version and ensuring the BP version matches the themes.

    #149450
    danbpfr
    Participant

    hi @m1000,

    you can’t call a same function twice on the same page. That’s probably what happens when the normal loop fires “music” content and your custom widget calls the same function for “all” content…

    Did you tried this plugin ? https://wordpress.org/support/plugin/bp-recent-groups-topics

    Don’t hesitate to open it and view how it works ! 😀

     

    #149449
    JimmyGibbs
    Participant

    Hey, yes I read it, it’s the same instructions that are on the BP Compatibility, what I don’t understand is: what new files should I create and where to put them, and, what to paste inside them, thanks for all your help!

Viewing 25 results - 24,576 through 24,600 (of 69,108 total)
Skip to toolbar