Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 426 through 450 (of 2,990 total)
  • Author
    Search Results
  • mingjie0409
    Participant

    NO matter what page I click …. such as Activity,
    Profile
    Questions
    Notifications 0
    Messages 0
    Friends 0
    Following 0
    Followers 1
    Groups 3
    Forums
    Settings all these page I clicked ,,, The title always show the latest blog name + site title ..

    Why ?? what’s wrong with it please ?

    Thanks a lot

    JK

    #253740
    danbp
    Participant

    You should never hack core files, as you already said ,you will have to redo your customization after each update !

    1) https://codex.buddypress.org/themes/

    2) BP will be updated, and your custom work will remain intact, as long as you use a child-theme and bp-custom.php Child theme and bp-custom have priority when BP is loaded. Anything which is not in them will then be taken directly from BP or theme. Read about template hierarchy on codex.

    All this is detailled on codex. If questions, seacch the forum, they’re many topics around this.

    #253524
    danbp
    Participant

    Hi @subairtc,

    see bp_activity_get_where_conditions filter in bp-activity-classes.php ~L. 418

    Here a similar question with more details.

    Also, maybe you can do something based on this snippet, with a different approach.

    /**
     * Change order of activities query string.
     * @param string $query Query string.
     * @return string $query Modified query string.
     */
    function bpfr_filter_activity_default( $query ) {
    	if ( empty( $query ) && !empty( $_POST ) ) {
    		$query = 'order=ASC';
    	}
    	return $query;
    }
    add_filter( 'bp_ajax_querystring', 'bpfr_filter_activity_default', 999 );

    Apologize if i’m wrong. 😉

    #253496
    markyeoj
    Participant

    Hello,

    I’m working on the visibility of my profile fields but I am not sure how it really works so I have some questions.

    1. I want some profile fields to be visible to some specific user role. But allow the users of that role to set the visibility of the value of the field.

    For example, a long text field visible only for editors and admins. But allow them to set the value’s visibility if they want to share it to their friends or public or private. Is this possible?

    2. I have a profile field only visible for admin meaning only admin can see that profile field, but I want the value of that field visible to all. Is this possible?

    Thanks.

    #253489
    risbrix
    Participant

    Hi!

    I almost satisfied with my website, however not completely.

    I have the plugin BuddyBlog and many other. But buddyblog there allows users to blog on their profile. Like make blog posts.
    That’s just great, however when making a post it won’t show on the activity stream. It doesn’t even mention that I’ve created a blog post.
    It does on my user profile, but it just mentions it. Doesn’t show the full post or anything.
    Just says, “-user name- created post – post name -”

    Here is my questions:

    Is it possible to make the blog posts show on the activity stream?

    And is it possible to make the whole post shown?

    Think like tumblr. Posts are shown on there, that’s how I want it.

    Now, I’m not good with codes etc. so it would be so fantastic if I could avoid using it. Since I’m afraid that I will mess everything up.
    But if I really need to use codes, then I must try.

    Thanks!

    Wordpress: 4.5.2

    Buddypress: 2.5.2

    #253158

    In reply to: BP project info

    Henry Wright
    Moderator

    I doubt there’s a tutorial on this particular setup, but any specific questions you have feel free to post here and we’ll do our best to help you out 🙂

    Glenn
    Participant

    it’s not entitlement, it’s just (clearly unjustified) expectation. my questions were very simple questions for BuddyPress aficionados. and i’m not the only one who gets ignored in here, it’s apparent.

    please excuse me for asking for help. i’ll know better next time.

    and at least i wasn’t rude.

    shanebp
    Moderator

    requests for help in these forums don’t seem to get much attention to me

    Everyone here is a volunteer. Nobody is obligated to answer your questions – especially ones steeped in entitlement.

    If you want more attention and faster attention – hire a developer.

    Or at least use gist to share the code you’ve written in attempting to find a solution.

    For your task, I would use the Group Extension API.

    Sofia Woods
    Participant

    Hi there – we’re using BuddyPress to display a list of our members (using WP Members). I have 2 questions

    1. To change the default view of members:

    The page here http://criticalphysio.net/for-members/find-a-network-member/members/ (it’s private so you wont see it) displays our members by default by last active.

    – is there a way to change this to alphabetical by last name?

    perhaps this is by changing the default search filter that displays?

    Currently it displays in this order
    – last active
    – newest registered
    – alphabetical

    see screenshot here

    http://www.awesomescreenshot.com/image/1213436/090403f0cffa15368948681d9db0f375

    2. To display members by first name, last name and country

    Currently the default view for displaying members in the list is by just their username.
    Is there a way to display the following fields instead?
    First Name/Last Name
    Country

    See screenshot here

    http://www.awesomescreenshot.com/image/1213439/9305ae37f2e5943e9de49001537a25ff

    we’re running a child theme of Genesis called Utility Pro – so can edit theme or plugin files and add them to the directory.

    Cheers

    #253042
    Henry Wright
    Moderator

    @lekins101 great stuff 🙂

    Hi @pattiearnold

    If you need help with translations, please feel free to open a new topic with any questions you have.

    Zox Zin Min
    Participant

    Last two years ago, one of buddypress user MLDIA asked this question. I am also want to know and would like to make features that ..

    1- Users can upload their resume.
    2- Users can find jobs, people and business opportunities recommended by other users.
    3- Employers can list jobs and search for potential candidates.
    4- Job seekers can review the profile of hiring managers and discover which of their existing contacts can introduce them.
    5- Users can post their own photos and view photos of others to aid in identification.
    6- Users can follow different companies and can receive notifications about the new joining and offers available.
    7- Users can save (bookmark) jobs that they would like to apply for.
    8- Users can “like” and “congratulate” each other’s updates and new employments.
    9- Users can see who has visited their profile page.
    10- Questions & Answers
    11- Advertisments (for admin a.k.a me)
    12- Job listings
    13- “Apply with” button
    14- “Saved Jobs” button
    15- Users can endorse each other’s skills.
    16- Influencers (like the one in the linkedIn)

    Please help me. Thanks all.

    #252749
    Henry Wright
    Moderator

    Hi @janeakshar

    Try asking over at bbPress. They should be able to help with bbPress-related questions like this.

    Ref: https://bbpress.org/forums/

    #252654

    In reply to: Blog commenting system

    MLHS
    Participant

    I’ve installed on a staging server and have started to play around with it. I do see that the activity feed does indeed have ajax for new comments and activity. What I’m seeing is that if I comment on an article, the article is not ajaxified. Is that something that is easy to code into my theme?

    Thanks for answering my dumb questions. I spent a long time searching and I can’t seem to find anything else discussing this.

    Thanks, Henry.

    #252579
    Henky
    Participant

    Hello FORUM,

    Had there 2 questions.
    1.
    if I * activity * removed then the page can not be accessed.
    Is also understandable since the visit of the Members * activity * the first thing appears.

    Is it possible * activity * hide and then a message appears * for text Only for friends *?

    . 2
    can I change the sequence of the menus?
    the agency first * profile * appear and not * activity *

    thanks for your help and for my bad english,)

    #252520
    Jens
    Participant

    Okay, seems like I really have to learn more about PHP. Via google I found https://wordpress.stackexchange.com/questions/60272/find-out-if-logged-in-user-is-not-subscriber. That gave me a rough idea, but I did not manage to change the code for a redirect.

    However, I found a workaround. I placed the following code…

    <?php if ( current_user_can('member') ) : ?>

    and

    <?php endif; ?>

    in these files:

    /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/index.php (lines 27 and 144)
    /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/home.php (13 and 122)

    There´s no redirection now, but the content is not visible anymore for the role “subscriber”, but visible for “member”.

    #252439
    vinzen
    Participant

    Would disabling the BuddyPress registration process and falling back on WordPress one’s by creating a custom registration form help avoid the need to sync BuddyPress to WordPress profile? – as I interpreted from here – http://stackoverflow.com/questions/15379839/registration-form-in-buddypress. Thanks.

    #252311
    Paul Wong-Gibbs
    Keymaster

    > – Official inclusion to Buddypress?
    Assuming you mean the plugins discussed here a year ago, no plans.

    Beyond that, your questions are best addressed to the plugin author via their website.

    #252163
    terravictoria
    Participant

    Hello,

    Here, I have several questions:

    – On the main wall, I’d like to see the publications of my friends and posts they make on the groups which they adhered.
    – The profile wall, do see publications only if we are friends.
    – The groups see all publications.

    Someone would have functions that allow me to do that?

    I use the Kleo theme and child theme.

    Thanks !

    #252054
    saurabh2000
    Participant

    Hello everyone.

    I have created a BuddyPress site in a Godaddy shared hosting, it has 512 MB of RAM. I expect that there will be almost 2000 registered users and 200-400 active users at a time on site.

    I assume it may not be enough, I have the following questions:

    1. Is that hosting enough.If not, how much do you think this hosting can handle.
    2. To run properly, what hosting do you recommend.
    The URL is : http://mitsconnect.in
    Thank you in advance.

    davidryal
    Participant

    update2: found shane’s answer here:
    http://wordpress.stackexchange.com/questions/196929/how-to-get-member-list-based-on-role-by-using-buddypress

    …and got it to work to only show a single role, which covers about half the users I want to show. I don’t really understand array syntax, but am now neck-deep in the new “role__in” thing in 4.4

    …and finally got it to work, after finding https://gist.github.com/sbrajesh/2142009 (the most recent comment is key, bringing in “role__in”

    #252012
    danbp
    Participant

    Hi,

    i tested and cannot confirm the described issue. The link of a name suggestion is normally
    http://site-name/members/USERNAME/messages/compose/# and AJAX provide autocomplete CSS and username. Your slug contains the word ‘undefined’. No idea where it cames from… perhaps a js conflict somewhere.

    Have you checked with different browsers ?

    That said, i have some questions:
    why do you say (only friends connected) ? By default, you can send a message to any of your friends – they don’t need to be connected. Did you enabled a special setting so you can only communicate with connected members ?

    The other question is the strange output of Testleher example. The name comes up with additionnal (demo) and (lehrer). Are both member types or similar you added, manually or with a third party plugin ?

    If you have a local test install, i would recommand you to install bp-default-data plugin and heavily test the message component, without any other plugins at first, and to activate the other plugins one by one.

    #251945

    In reply to: Insert Notification

    shanebp
    Moderator

    bbPress questions are better asked on bbPress support forums.

    Info re BuddyPress notifications:
    https://codex.buddypress.org/developer/function-examples/bp_notifications_add_notification/

    #251944

    In reply to: Search Members

    shanebp
    Moderator

    bbPress questions are better asked on bbPress support forums.

    #251837
    kory27
    Participant

    Hi,

    It was actually my permalinks settings.

    I changed that and it works, kind of. I’m quickly learning that nothing with Buddypress is as it seems and the support forum you need to budget days to get an answer to things that seem like obvious functionality. i.e. how to limit roles displayed on Member Directory pages and how to set the default role upon setup.

    If anyone has the same issue or wants to help, you can find related posts here:

    How to change role displayed on Member page Buddypress 2.5

    How to change default member role in Buddypress 2.5

    I’m quickly losing faith in the Buddypress community. It completely seems overwhelmed and not interested in what users want, but moreover, what they want to do. I’ve seen this sentiment echoed by others as well. Don’t get me wrong, I appreciate the project, but at the point I’ve never gotten a reply to an issue in less than 3 days. Just seems the opposite of community when no one gets back to you on direct questions with specific functionality.

    I will post in the other areas when I get solutions.

    Thanks.

Viewing 25 results - 426 through 450 (of 2,990 total)
Skip to toolbar