Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 16,201 through 16,225 (of 69,016 total)
  • Author
    Search Results
  • danbp
    Participant

    If you’re talking about the extended xprofile datebox field, the builder class BP_XProfile_Field_Type_Datebox of the xprofile datebox field is in bp-xprofiles-class.php:1459(bp 2.0.1)

    You can overwite this class with your own for reflecting your needs. The technique (add your own class to…) to use is explained on the Codex

    If you’re meaning another date, you have to be more precise !

    You’ll find also a global date setting in your wordpress admin.

    danbp
    Participant

    Load more use the Heartbeat API who refresh the activities each 5 minutes.
    In BP 2.0.1, if you search for heartbeat, the result is:

    Search “heartbeat” (57 hits in 6 files)
    bp-activity/bp-activity-filters.php (25 hits)
    bp-activity/bp-activity-functions.php (5 hits)
    bp-core/admin/bp-core-settings.php (6 hits)
    bp-core/bp-core-admin.php (4 hits)
    bp-core/bp-core-options.php (9 hits)
    bp-templates/bp-legacy/js/buddypress.js (8 hits)

    Read the code if you understand it and see what you can do.
    If not or if you estimate that it is a bug or needs an enhancement, open a ticket.

    bp-help
    Participant
    rocke
    Participant

    SOLVED : solved my self :

    its was because of BuddyPress Friends Only Activity Stream : Version 1.0 PLUGIN

    rocke
    Participant

    any admin ,,,pls help me … as ADMIN of website can see all and add to … But new user who getting register cant do any thing ..getting warning message

    warning: Division by zero in /wp-content/plugins/buddypress/bp-activity/bp-activity-template.php on line 783

    #185654
    shibbymintay
    Participant

    I did step through the javascript execution and it seems like the nav bar is hidden once line 1504 in buddypress.js in /wordpress/blog/wp-content/plugins/buddypress/bp-templates/bp-legacy/js executes. It looks like this:

    jq(‘body’).attr(‘class’, jq(‘body’).attr(‘class’).replace( /no-js/,’js’ ) );

    I’m honestly not sure what this line of code is doing and I cannot edit this file as I get a ‘permission denied’ otherwise I would just try commenting it out.

    #185625
    Gunu
    Participant

    @henrywright

    I found this:

    in – plugins/buddypress/bp-themes/bp-templates/bp-legacy/css there is a file named buddypress.css

    In that file I found the following three references:

    	#buddypress a.activity-time-since {
    	color: #aaa;
    	text-decoration: none;
    	
    }
    	#buddypress table.forum td.td-freshness span.time-since {
    	font-size: 80%;
    	color: #888;
    	
    }
    	#buddypress a.activity-time-since:hover {
    	color: #888;
    	text-decoration: underline;
    	
    }

    I’ve copied this to the style sheet of my theme and in all three I tried the value display: none;
    No effect.

    BUT with some experimentation I put this in the css of my theme:

    	#buddypress a.activity-time-since {
    	color: #aaa;
    	text-decoration: none;
    	
    }
        span.time-since {
            display: none;
        }
    
    }

    OOPS, now it works!

    It only works if it is in that order in the style sheet.

    #185620
    Henry Wright
    Moderator

    Regarding point 2, take a look at this answer on Stack Overflow: http://stackoverflow.com/a/24763715/1709033

    It tries to explain how the BuddyPress template hierarchy works… 🙂

    #185612

    In reply to: BuddyPress not working

    @mercime
    Participant

    @webt89 Unfortunately, there are themes with proprietary templating systems that hijacks the loop which allows BP to be compatible with WP themes. There could still be a way around it.

    1. https://codex.buddypress.org/themes/theme-compatibility-1-7/

    2. Examples of creating a buddypress.php file to customize BP pages -> https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/

    In your case though, you cannot copy over the page.php source code to your buddypress.php. What you would need to do is get the plain HTML structure of that section and replace some code with the WordPress Loop which includes the_title and the_content.

    You could try asking the premium theme author for that simple buddypress.php file which you need to upload to your theme folder in server or hire a developer to do so.

    #185609
    GhostPool
    Participant

    Nothing as far as I know, the installations are identical.

    There’s nothing in mu-plugins that relates to BuddyPress and bp-custom.php is not present.

    This is a new install on a live server with a standard version of WordPress (3.9.1), not WordPress multisite.

    #185606
    Pietro
    Participant

    Yes. Hi once again! ^_^
    … Ok … Thank You …

    About point 1, I am trying UserPro …
    I will see how it works, then I will decide …

    About point 2 …
    Ohhh … well … yes … it seems to be a serious deal … … …

    I HAVE TO STUDY THAT …

    I just had a first look … and I have to understand that …

    If I need to make available PER EACH member, some PRIVATE CONTENT … What should I edit then ??? Not the page.php, because it would change all pages, right … If I need to customize JUST the “Single Member Pages”, then I could edit:
    /buddypress/members/single/index.php – If this template file is used in your theme, all member pages will use this template. BP will look to use this if the other four templates mentioned above are not found

    Mmm …
    I am not really sure I understood …
    If I add there [my shortcode], it will be seen only in the member page, correct … ???

    Would it be something like a PRIVATE PORTAL ???

    Sorry for giving so many questions!
    Pietro

    #185600
    Henry Wright
    Moderator

    Hi again @pietro_sferrino,

    1 – HOW TO ADD A FRONT-END LOGIN FORM. I do NOT want people see the wp-default form for login. I want to show it in a front-end page. Actually, is not a matter of what I want … that is ho it HAS to work

    Theme My Login is the plugin to handle that for you. Give it a try here: https://wordpress.org/plugins/theme-my-login/

    Point 2 is a little more complicated, yes it can certainly be done but it will require you to create a template. For information on the BuddyPress template hierarchy, see here: https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/

    #185595
    victord34
    Participant

    ha.. okey thanks @mercime 🙁

    can you help me for another question very important for me ?

    https://buddypress.org/support/topic/bphelpcode-field-member-page-display/

    #185591
    Pietro
    Participant

    Ohhh …
    I found that !!!

    SORRY …
    I was looking in the PAGE LIST! Stupid Me! Now I found the BuddyPressPANEL to add menu !!!

    THANK YOU @mercime
    Just 2 more things, please …

    1 – HOW TO ADD A FRONT-END LOGIN FORM. I do NOT want people see the wp-default form for login. I want to show it in a front-end page. Actually, is not a matter of what I want … that is ho it HAS to work … 🙁

    2 – Would it be possible to build an own Profile Page, where I can add MY particular short codes ??? I would like to show in every profile page (so it would be password-protected) something like [gravityform…] or [appointments] or [select-teacher], etc …

    Thank You one more time !!!
    PIETRO ^_^

    #185590
    @mercime
    Participant

    @pietro_sferrino Go to Appearance > Menus and click on the “Screen Options” tab near the upper right hand corner of your screen. Then check BuddyPress to show on screen. You’ll find the new BP metabox with all BP links including the Register page which you can add directly to your main/secondary navigation menu/s. Only the Activate page is not included there.

    #185579
    Henry Wright
    Moderator

    BuddyPress should automatically create registration and activation pages for you. You can check by going to your website. For example example.com/registration or example.com/activate.

    To create a WordPress navigation menu and add the activation and registration pages to it, see the WordPress Menu User Guide.

    @mercime
    Participant

    You can either copy over https://buddypress.trac.wordpress.org/browser/tags/2.0.1/bp-templates/bp-legacy/buddypress/groups/create.php by adding buddypress/groups/ folders and add changes yo want to make after line #185 OR add info by hooking into do_action( 'bp_before_group_invites_creation_step' ); for the Group Invite section in your theme’s functions.php file

    #185574
    @mercime
    Participant

    change the edit the boxed included by default


    @osamanuman
    just copy over https://buddypress.trac.wordpress.org/browser/tags/2.0.1/bp-templates/bp-legacy/buddypress/members/register.php into wp-content/themes/your-theme-name/buddypress/members/ folder (create folders if you don’t have them yet) then edit that register.php and save.

    if I want to add mission and about us in the same registration page, how can it be done

    Any field you create in the “Base” profile field group will show up in registration form. https://codex.buddypress.org/buddypress-components-and-features/extended-profiles/

    #185572
    shanebp
    Moderator

    The bbpress example is a good one.

    But just fyi – the BuddyPress codex page is here: bp_notifications_add_notification page.

    #185570
    @mercime
    Participant

    when admin create a users he is forced to enter a pseudonym


    @victord34
    you mean a “username”. That is a WordPress requirement for registration, not BuddyPress. But since BP is a plugin for WP, we use those usernames in different instances.

    #185569
    nicmare
    Participant

    did you read this example in the documentation? https://bbpress.trac.wordpress.org/browser/tags/2.5.3/includes/extend/buddypress/notifications.php

    there is a function for that: bp_notifications_add_notification( $args )

    peter-hamilton
    Participant

    Hi

    the buttons can be changed with some css, on line 717 of your buddypress.css you can change this, or add the following to your style.css file to change the buttons.

    #buddypress button, #buddypress a.button, #buddypress input[type=submit], #buddypress input[type=button], #buddypress input[type=reset], #buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link, a.bp-title-button {
    background: #7088E9;
    border: 1px solid #6D6D6D;
    color: #FFF;
    font-size: 12px;
    cursor: pointer;
    outline: none;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    }

    I also had the issue with padding of the activity textbox, this can be changed by adding this to style.css as far as I remember it right.

    #buddypress #whats-new-options {
    height: 45px !important;
    }

    good luck
    Peter hamilton

    #185554

    In reply to: strong passwords

    Fabius219
    Participant

    Hi,
    I’m quite new in Buddypress and I’m not an expert developer.
    Can you tell me, please, how can I call a Policy MAnager Plugin to enforce users to have strong password?
    In addition, can you tell, please, me where can i found this function ‘bp_core_general_settings_before_submit’?
    Thanks very much

    #185549
    peter-hamilton
    Participant

    If you can not link to this site you should install the theme on another test site that we can access.

    It is difficult to help you when we are having to guess.

    I personally have no clue where the buddypres bar is loaded, but a simple google search showed a link to the buddypress codex.

    Buddypress Bar

    #185548
    shibbymintay
    Participant

    @mercime I took a look through my functions and plugins but didn’t find anything working on the admin bar, in fact my site doesn’t even display the admin bar.

    where in the buddypress plugin code is the buddypress bar loaded? Maybe I could hack it to keep it from loading and see if that makes a difference.

Viewing 25 results - 16,201 through 16,225 (of 69,016 total)
Skip to toolbar