Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 41,351 through 41,375 (of 68,949 total)
  • Author
    Search Results
  • #107669
    Virtuali
    Participant

    Sweet @r-a-y! Looking forward to the next release of oembed!

    #107667
    Virtuali
    Participant

    You will have to wait for a response from the plugin developer. Most likely if you are patient, he will add it to his list for a future release of the plugin.

    #107665
    Sharan
    Member

    i am using buddypress default theme

    @mercime
    Participant

    Ok, you made me double-check a database ;-) Only one row per user.

    @v_andreev
    – What versions of WP/BP are you using?
    – Do you have any kind of membership plugin activated?
    – You’re saying your found two rows per user in prefix_users table? In those two rows per user, do they both have same email address and username? Better yet, what is/are the only difference/s between the two rows?

    #107662
    @mercime
    Participant

    Thanks @r-a-y, I knew I read it somewhere :-)

    #107660
    r-a-y
    Keymaster
    r-a-y
    Keymaster

    These options are set as constants.

    Check out the following defines under “Avatar specific settings can be changed:
    https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/

    #107658
    r-a-y
    Keymaster

    You can also use a filtered activity loop for blog posts:
    https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/

    Check out the “action” parameter.

    #107657
    r-a-y
    Keymaster

    Yeah, I’m thinking about adding support for it.

    #107654
    @mercime
    Participant

    I read somewhere that @r-a-y might be adding support for other media to the oembed for BuddyPress plugin.

    There’s a premium plugin, BP Gallery which can post images, audio, video to activity stream in addition to the regular single user and group galleries.

    #107650
    @mercime
    Participant

    When you network activate BuddyPress, one of the widgets which comes up for use is the “Recent Sitewide Posts” widget which you can add to a dynamic sidbar of a BP-compatible theme. The list of recent sitewide posts rendered in sidebar has direct links to the subblogs where users have published their posts.

    #107649
    @mercime
    Participant

    Curious, did you get your username and login here at BuddyPress.org or at WordPress.org – don’t know if it makes a difference. I got mine at WordPress.org years ago and I can login to different WP/BP tracs.

    @mercime
    Participant

    === I have a theme I have chosen for my main landing site (product info, testimonials, etc.) and want to set up buddypress as a subdomain while using s2member to implement paid-access to the buddypress network. ===

    Sounds like a plan. Just “point” BuddyPress to the subdomain, secondary blog. https://codex.buddypress.org/getting-started/install-buddypress-on-a-secondary-blog/

    === My question is whether I have to create two WP sites within my domain (one standard WP for my landing and one BP for my paid network) ===

    Go mutlsite/create a network with a subdomain structure so you can create a virtual subdomain for your paid network.

    === whether I can implement a BP theme for part of my site (the network) while maintaining my non-BP theme for the rest of my WP site. ===

    Yes you can use regular WP theme in main site and should implement a BP or BP-compatible theme to subdomain.

    === what would then be the simplest way to bounce my clients who are already logged in straight onto the BP network upon landing without going through the usual sales page that is my landing. ===

    If I was your client, I wouldn’t want to be “bounced” to a site I didn’t expect to enter. Provide a link straight to the BP site instead with something like a big button “Start Networking” or something like that.

    #107645
    Virtuali
    Participant
    #107644

    In reply to: Need Plugins

    Virtuali
    Participant

    Are you not capable of looking for these plugins yourself?

    https://buddypress.org/extend/plugins/

    #107642
    Virtuali
    Participant

    Few things for posting on this forum.

    When you ask for support, it would be best for you to provide as *much* information as possible to help us out. Posting just one sentence does not give us any information on anything, and would most likely diminish your chances of getting support, and it will delay solving your issue.

    If you don’t say what theme your using, I am going to assume that it’s not a buddypress issue, and redirect you to the wordpress support forums: https://www.wordpress.org/support

    if you are using default theme, look at the header and specify your preferences there.

    `#header {
    width: 960px;`

    #107640

    In reply to: Login with Linkedin?

    Virtuali
    Participant

    Well what you would be looking and searching for is a “Linkedin and WordPress Connection” , because Buddypress Login is actually WordPress.

    It would require for you to do some searching around to see if a plugin exists. It does not look like it though at the moment.

    #107638
    Dr. Ron Suarez
    Participant

    I did research it in the WordPress Codex, Google and even the Wikipedia. I am not perfect, so maybe I missed something.

    The process of installing the BuddyPress plugin makes the role options for adding a new user change from
    “Subscriber, Administrator, Editor, Author, Contributor” to
    “Subscriber, Administrator, Editor, Author, Contributor, Key Master, Moderator, Member, Inactive, Blocked”

    I currently suspect that the roles are related to bbPress. However, Google says: “Your search – “key master” site:bbpress.org/documentation/ – did not match any documents.”
    All of the posts at the Google search for “key master” site:bbpress.org/ seem to be one to two years old, pre-date BuddyPress integration with the regular WordPress vs MU and while they discuss Key Master, nobody says what a “Key Master” does.

    The Wikiedia does not offer any help as to what a “Key Master” is. I am sorry that I missed the meeting to learn the secret BuddyPress handshake and learn these things. I am truly trying to be a part of this community Forum. And to the extent people can help me to learn stuff, I promise to give back to the community and help with writing to the codex.

    In addition to researching the Forum, Google and the Wikipedia, I also did some empirical testing. We created a new user and when adding a new user and choosing from the list of roles, “Subscriber, Administrator, Editor, Author, Contributor, Key Master, Moderator, Member, Inactive, Blocked” we chose Moderator. That new user now seems to have “Administrator” privileges. After demoting the new user from “Moderator” to “Member” that new user seems to have “Contributor” privileges.

    BuddyPress also uses the term “Moderator” inside what I believe is the scope of a single Group Forum. I am guessing that the same word is being used for two very different things, which is not good.

    A Usability Note:
    When the “add new user” event in the WordPress dashboard offers the person logged in the opportunity to pick only one choice from the list: “Subscriber, Administrator, Editor, Author, Contributor, Key Master, Moderator, Member, Inactive, Blocked” what is implied is that the roles are mutually exclusive, i.e. you are one or the other. The standard WordPress roles hierarchically added more privileges, which made sense. But the new list makes little sense and the interface needs to be changed or at least explained as a workaround, so people will know what to do.

    #107636

    In reply to: Block replies in forum

    ultimateuser
    Participant

    @gunju2221

    No – for Subscribers. Thats where the problem lies for me in the Buddypress Announce Group plugin. I need it to be for Subscribers (any member) too.

    #107635

    In reply to: Login with Linkedin?

    ultimateuser
    Participant

    @gunju2221

    Thanks I came across that as well. Ive tried RPXNOW but it doesnt work, so was hoping for another solution…

    #107632
    Virtuali
    Participant

    How about instead of just going to the forums to ask a simple question, you research it first? Always research before you ask on here, because 99% of the time, the question has already been answered in the past.

    Please just add comments if you’re actually adding information (signal vs. noise) to help this Forum be a better place for everyone

    Hnla was giving you a hint, and elbow nudge to search on google for your answer, not be “snarky”. Sorry you couldn’t comprehend was was being given to you :)

    From my knowledge, buddypress does not add ANY more roles to wordpress. SO, wordpress codex would be the place to go to learn about roles, and Paul Gibbs would give you the same exact answer.

    He seems to be someone who should know the answers.

    Boy, I could actually hear the slap in the face.

    #107630
    Dr. Ron Suarez
    Participant

    I just posted my actual “Roles” question to:
    https://buddypress.org/community/members/djpaul/
    He seems to be someone who should know the answers.

    @hnla I know how to use Google and it seems that someone did fix search in here, since my question was posted. Please just add comments if you’re actually adding information (signal vs. noise) to help this Forum be a better place for everyone. Here is what Google offers on the topic of my question: “Your search – “key master” site:codex.buddypress.org – did not match any documents. Maybe you weren’t trying to be snarky and if so I apologize for my tone.

    Virtuali
    Participant

    *Also, I am pretty sure it’s not compatible with current wp/bp versions.

    I tested the documents plugin in buddypress 1.2.5 and it was not compatible! :)

    #107628
    Virtuali
    Participant
    Virtuali
    Participant

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-put-avatar-upload-in-registration/#post-86699

    To change the size of header avatar, you will need to go and change it in your CSS.

    `div#item-header ul img.avatar, div#item-header ul.avatars img.avatar {
    width: 30px;
    height: 30px;`

    adjust to whatever.

Viewing 25 results - 41,351 through 41,375 (of 68,949 total)
Skip to toolbar