Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 226 through 250 (of 2,990 total)
  • Author
    Search Results
  • #278358
    israel4lincelot
    Participant

    Hi Prashant, I should have maybe started with listing following information:

    1. Which version of WordPress are you running?
    WordPress 4.9.8

    2. Did you install WordPress as a directory or subdomain install?
    Subdomain

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    I installed the latest.

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    Yes

    6. Which version of BP are you running?
    Latest Version 3.2.0

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

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    BuddyDrive, Custom Profile Filters for BuddyPress, Gravity Forms, K Elements, Really Simple SSL, rtMedia for WordPress, BuddyPress and bbPress, Slider Revolution, What The File,
    WPBakery Page Builder

    9. Are you using the standard WordPress theme or customized theme?
    Customized.

    10. Which theme do you use ?
    Kleo Theme from seventhqueen

    11. Have you modified the core files in any way?
    Yes I have, but always in the child-theme.

    12. Do you have any custom functions in bp-custom.php?
    Yes
    <?php
    // hacks and mods will go here
    define( 'BP_DEFAULT_COMPONENT', 'profile' );

    ?>

    15. Which company provides your hosting?
    Compbell

    So to answer your other questions, I added a new Profile Field with checkboxes. Indeed you have to select it and that’s why I can’t just wrap it in an anchor tag because I need the fields to be clickable separately.

    In Profile fields the Expertises are individually links. In my Members page all the Expertises ar put in a Paragraph. But I’d like them to be individual links such as in Profile page.

    See Screencast here: https://screencast-o-matic.com/watch/cF6QiCYqw6

    Thx!

    Anonymous User 16484011
    Inactive

    Sorry Prashant for silly questions !

    But where can I past this code ? Which file and before or after which line.

    I am new bee for buddy press !

    Regards

    #277647
    Prashant Singh
    Participant
    #277644
    Prashant Singh
    Participant
    #276899
    Scott Thomason
    Participant

    Hi. I’m writing a webhook that’s intended to create a user and register them in BP. After examining function bp_core_screen_signup() in buddypress/bp-members/screens/register.php, I thought I could just stuff values I receive into the correct $_POST variables and call the function, but it immediately returns after this statement near the top:

    if ( ! bp_is_current_component( 'register' ) || bp_current_action() ) {

    So I have two questions:

    1. Am I going in the right direction by emulating a post and calling bp_core_screen_signup() directly? And if so…
    2. What is the correct/proper/best way to set the current component and action?

    Thank you.

    #276693
    heikesworld
    Participant

    Hello Prashant Singh,
    Thank you for answering again one of my questions!
    The plugin is not what I am looking for. I seem to not have explained myself well.
    So I try again:
    My site is already restricted to only be visible to members. However I want these sub tabs which are located on each members profile to be visible ONLY to the respective member:
    Tab “Activity” – Sub tabs: “Favorites, Friends and Groups”
    Tab “Forums” – Sub tab: “Favorites”
    So when I go to another members profile I don’t see these sub tabs only on my own profile.
    Thank you.

    #276543
    halloy
    Participant

    Hello ! I’m discovrying BuddyPress. I installed it on a website wich used Woocommerce for memberships (as products).
    So I installed the plugin to link thes products with groups created with BP. But I any questions :
    1) I wish to add a default avatar by membership type (user could modify it after). So, I have 4 adhesion type, with 4 groups. Is it possible ? I looked for it into the WP plugins directory but didn’t find what I search.

    2)The list of users is correct with each role and membership. But groups are empty. How can I associate members with the group for each membership ??

    Thanks a lot fory uour help !

    #276537

    In reply to: Auto post from reddit

    Prashant Singh
    Participant

    I already have an idea there like you can see this https://stackoverflow.com/questions/6183318/getting-new-posts-from-a-subreddit-in-json

    So you can check all these things and can ask someone to do it for you as well as can submit a request in BuddyPress also.

    Thanks

    #276500
    Prashant Singh
    Participant

    Why you didn’t tried it with jquery ? In this way you will not need to edit any plugin also.

    You can try something like this : https://stackoverflow.com/questions/25306815/jquery-add-attribute-to-anchor-tag-in-specific-div-tag-with-id-pattern-content-c

    Just have to use your classes of login and register links.

    Thanks

    #276479
    Prashant Singh
    Participant
    #276291
    helgipetersen
    Participant

    Im building a Apartment rental site.
    And on the single apartment page I have a “Send a private message” button where people can send a private message to the person who owns the apartment and ask a questions.

    So therefor I need to automaticly add the Apartment name in the Subject of the message.

    Is it possible to make the subject within the URL something link “https://domain.com/members/user1/messages/compose/?r=user2?subject=xxxxxxxx&#8221; So the Subject is automaticly filled when people clicks the “Send a private message”

    #276211
    shanebp
    Moderator

    The Media tab is always visible if you are logged out.
    The change needs to be made in your theme.
    You should ask the theme authors how to make that change for logged in users – especially since it is a premium theme.
    Questions about premium theme are outside the scope of these forums.

    #276156
    startuprichmond
    Participant

    Hello,

    I have an active site using ultimate membership pro. Its good however does not have any social tools built in. I want to allow users to add their own content to go on their profile and I guess on an general activity feed.
    I have a few questions as I am considering how to set it up.
    My questions are:
    Firstly, is Buddypress compatible with Ultimate Membership pro?
    Can I use the user pages of Ultimate membership pro and add in the short code to thee user page to show the activity or will I have to swap over to the Buddypress profiles?
    Can I still get people to register/login through Ultimate membership pro but use the profile pages from Buddy press?

    Many thanks,

    Soraya

    #276140
    Prashant Singh
    Participant

    Hi,

    Please check this link https://stackoverflow.com/questions/6141502/wordpress-create-a-new-usermeta-field-for-users to know how to create user meta fields.

    Thanks

    #275946
    Prashant Singh
    Participant
    #275926
    Prashant Singh
    Participant

    I am not sure if you are creating blog posts or activity. BuddyPress sends notification for these updates https://codex.buddypress.org/administrator-guide/notifications/

    If it is a blog post then you have to go with this code to get notification https://wordpress.stackexchange.com/questions/263950/new-post-notifications-for-users-buddypress

    #275916
    Prashant Singh
    Participant

    It’s because the js code is written to work with buddypress pages. Still you can take references from here https://stackoverflow.com/questions/14491524/adding-add-friend-button-anywhere-in-the-buddypress-site
    And see if this of any help or not.

    Thanks

    #275697
    Prashant Singh
    Participant

    Hi @tr3ntbuck,

    According to my experience demos are always prepared using settings and if you have any queries regarding that then I guess you can ask pre-sale questions there as well. You can compare your idea/thought with BuddyPress functionality and then can see if it is going to fulfill your need or not.

    Thanks

    #275663
    marilynutz
    Participant

    Hi,
    I have a client who has a yearly get together. They want exisiting users (about 750) to be able to talk with one another about sharing a hotel room or arranging rides to and from the airport. It seems like BuddyPress would allow them to do this. Is that correct?

    In online research it looks like the existing 750 would not automatically be given a BuddyPress account? How can I give them automatic BuddyPress accounts and access based on their existing user accounts?

    I already have a “Members” page so I think there will be a conflict with a BuddyPress install since it creates a Members page. Can I have BuddyPress create a different Members page (like BPMembers or something)? How would I do this?

    Thank you,
    Marilyn

    #275626
    archaicguru
    Participant

    Thanks for posting, somehow I missed @frangdelsolar response so this reply is for both of your questions:

    Short & Simple.. ok yea – it worked, but was very limited and buggy

    We then hired 5 different programmers off upwork that swore they could make a custom calendar plugin better

    Then we looked into custom buddypress development costs. Wow – you could have built anything from scratch for those prices.

    The particular project I was the project manager but the funding ran out, but I sank a year of my life into it so I do still remember parts of that dilemma and the solutions that were in the works – if you wish to more – send me a msg

    I do have 20 years experience in the business and have a good idea of which plugins work well together and which ones waste your time. If you let me know what your site is about and how you need a calendar to be integrated, I’ll see if I can point you in the right direction

    #275614
    seppolaatle112
    Participant

    I’m trying to find out how to get in contact with a moderator in the forums, as there is part of an old thread I really need edited here. I was the author of the post, but since the post is many years old there’s really not an option for that.

    The thread in q: https://buddypress.org/support/topic/2-questions-about-the-recent-blog-posts-widget/.

    The final part in the first post contains my full name, and I would really appreciate it if a modertor could remove the regards and my name part of that post.

    #275536
    Sean Nicholson
    Participant

    Here is a video that shows what the issue is. Apologies for the third-grade video editing:

    As shown in this video, the steps to recreate the issue are to:
    1) Click on any community member
    2) Click the “Public Message” button on their profile
    3) On the activity feed page, place your cursor in the message box and type “Here I am typing”
    4) Hover your mouse cursor over the “Post Update” button. Notice that it is still an arrow icon because you cannot click it.
    5) Click the button. IT WILL NOT POST.
    6) Click anywhere outside of the message box (e.g. white space off to the right).
    7) Hover back over the “Post Update” button. Notice that it is STILL an arrow icon because you cannot click it.
    8) Click the button. IT WILL NOT POST.
    9) Click back in the message field.
    10) Hover back over the “Post Update” button. The cursor changes to a hand icon because the button has now been activated.
    11) Click the button. IT FINALLY POSTS.

    So, the user experience is that they type their message and then have to click somewhere outside of the message box, then click back inside the message box before they can send their message. Not a good user experience. It did this both on the Klein theme that I am using and the standard WordPress 2016 theme. Exact same experience.

    Let me know if there are additional questions that I can clarify.

    Thanks for any help demystifying why this is happening.

    –Sean

    #275318
    Jing
    Participant

    Hi,

    We are working with some large national nonprofit organization to put their groups on our site.

    Each organization has a number of groups under them. These organizations would like to upload the groups affiliated with them onto our site, so our site becomes a very useful online directory to show all their groups.

    Then they expect these groups to join our site and claim their respective group listing.

    Does Buddypress support this type of function? We thought about using Directory plugins like WP GeoDirectory for this function. Here is our dilema:
    1) create a list and expect future members to claim it is a readily available out of box function. However, directories offer very limited group functions. Buddypress is perfect for our long term group function needs.

    2) However, if a group can only be created by a member who has already joined the site, then we might not be able to start with a very short list of groups, which makes our site much less useful initially. For example, if BuddyPress only allows local groups who have joined our site to create groups, then when we launch, our list of groups might be so short that visitors might think our site is not that useful because 95% of the groups who have not yet sign up as a member are not listed.

    Any suggestions how we could balance our two needs?

    Thanks a lot.

    Jing

    Rev.
    Participant

    And finally, I just noticed that this forum is correctly showing my Username as “@pastordatm” which it should be on my site, https://datm.org/ under the Member profiles for BuddyPress.

    QUESTIONS: Is this the correct sub-forum for the BuddyPress developers to see this bug report? Is there a Bugzilla bug tracking log (or similar) that has WordPress User access to see if this bug has been reported before? It may need updating for BuddyPress Version 3.1.0 now.

    As always, thanks in advance for any assistance that can be provided towards this issue.

    Pastor Dave

    #275281
    septimo
    Participant

    Hi, I’m new to the Buddypress community. I want to install this tool on my website to have a forum, but I have my doubts since I have used many, please answer the following questions;

    1) Can I customize Buddypress? that is, do resources exist in the community to be able to personalize or have a theme or different themes? Where is that?

    2) Anonymous users can post?

    3) When someone makes an apublication, can you add it in the categories of my web page?

    4) Can members upload files or images?

    beforehand thank you all for your response.

Viewing 25 results - 226 through 250 (of 2,990 total)
Skip to toolbar