Search Results for 'buddypress'
-
AuthorSearch Results
-
August 12, 2014 at 11:50 am #186468
In reply to: How can I disable @mentions written by non-friends?
ayushpratap
ParticipantIs there a way for a user to “unmention” themselves from an update/post or to delete any post in its entirety which exclusively mentions them, something like untag/remove tag facility in facebook ? I am talking about more control for a user to manage their mentions so far in the community. I think it would be very useful to have such an option as a community user.
Case example: A buddypress community with Friend connections disabled. Any user could mention another out of the blue. A user “foo” mentioned user “bar” in a post, now “bar” wants out of that post so “bar” could either delete that post or could unmention (@ link turns into plain text or disappears.)himself/herself out of this post from his/her Mentions tab or using an unmention button which he/she could see beneath every activity entry he/she is mentioned in.
August 12, 2014 at 2:37 am #186458In reply to: Pagination on buddypress.org broken?
bp-help
Participant@mrjarbenne
Done and thanks!
https://buddypress.trac.wordpress.org/ticket/5808#ticketAugust 12, 2014 at 2:26 am #186457In reply to: Pagination on buddypress.org broken?
mrjarbenne
ParticipantYou might want to post a trac ticket here:
https://buddypress.trac.wordpress.org/milestone/BuddyPress.org
August 12, 2014 at 2:10 am #186455In reply to: Buddypress.org – used Extensions/Theme ??
mrjarbenne
ParticipantThis is a complete custom job; but you can find out how it was made by looking through this trac Milestone that compiles all the details of the fixes and enhancements made to the site. Sadly it isn’t just a theme and a couple plugins you could easily activate on your own site.
https://buddypress.trac.wordpress.org/milestone/BuddyPress.org
August 11, 2014 at 7:26 pm #186445In reply to: Problems with "loggedin_user_id()" in code
shanebp
Moderator>my php-file doesn’t accept any WP ore bp functions
Why are you trying to load it outside WP?
Write your code as a BP plugin.
August 11, 2014 at 6:07 pm #186438Joe
ParticipantI would be adding the code directly into the member header file for now. I’ll switch things over once I get the code snippets plugin that you recommended, but for now I’ll just add it directly into the buddypress file where the article tells me to.
August 11, 2014 at 6:05 pm #186437Joe
Participant@butlerweb that’s a good call on the plugin Code Snippets — sounds like a really useful plugin.
Okay, so using the code from the link you gave me (which should be added to the buddypress member header file):
<div id=”member_profile”>
<div class=”profile_fields”>Category: <span><?php bp_profile_field_data( ‘field=Category’ );?></span></div>If the Category Field was an array (a multicheck boxes), would this code be different, do you know? Maybe this is the issue I’m running into to.
Thanks. –Joe
August 11, 2014 at 5:29 pm #186434ButlerWeb
ParticipantHaha I have about 47 different plugins installed into my site and it runs fairly smoothly. The only thing is my geolocation plugin causes my page to refresh the first time you view it.
Aside from that, I found this article: http://bp-tricks.com/snippets/displaying-certain-profile-fields-on-your-members-profile-page/
In step 2 it shows PHP code to grab profile field data. You’ll have to either edit the template you want or create your own tab if you want it on a new page besides one of the pages you already have up on your site.
As far as adding social icons, I used this tutorial: https://buddypress.org/support/topic/display-users-social-follow-buttons-in-profile/
But that one requires xprofile fields.Hope that helps some! 🙂
August 11, 2014 at 5:16 pm #186432Joe
Participant@butlerweb Nice, thanks! I’m using whatever came with wordpress and buddypress, no extra plugin. I’m always afraid of slowing down the site speed when installing and activating plugins to be honest.
August 11, 2014 at 5:05 pm #186429In reply to: Create a special profile section?
ButlerWeb
ParticipantDoes the area you want your users to write need to be like many different blog posts? Or just like a single biography section?
I can help you with code for a biography section. For that you need Xprofile Fields installed.For blog posts, the answer I’ve gotten for that is to activate a Multisite network and then get the plugin for front-end blog posting (look for one that is compatible with BuddyPress).
August 11, 2014 at 4:42 pm #186424In reply to: Current way to Edit Profile Page Template
bluemuse
ParticipantI think this is what i’m looking for:
August 10, 2014 at 8:30 pm #186398In reply to: Showing Extended / Custom profile fields?
Hudson Atwell
ParticipantHopefully an answer can come here (for documentation sake):
https://buddypress.org/support/topic/how-to-get-all-extended-fields-values-given-user-id/August 10, 2014 at 2:45 pm #186391In reply to: Clarity on display in Dynamix theme
wp_maybe
ParticipantHmmm.
Would it make you happier if either of the following were true?
1. Buddypress did not have a “sidebar” at all, or
2. Buddypress’ sidebar merged with one of your sidebars, i.e. your stuff [specialized information and menus, etc.] and Buddypress’ stuff [Members, Groups etc] showed in the same sidebarIf yes, then take heart because this is easily achievable. If not, then you are talking
about finding a theme that uses three sidebars (whoa!).August 10, 2014 at 12:16 pm #186386In reply to: Pagination on buddypress.org broken?
aces
ParticipantYes, I’ve just tried to go back through my forum replies and the second page always goes back to this site’s home page.
Hovering over the link for page two of my forum replies shows the address it points to is https://buddypress.org/page/2/ – when clicking on it one is shown the home page with that in the address bar.
If I change the address to https://buddypress.org/members/aces/forums/replies/page/2/ I can see the page 2…
August 10, 2014 at 7:47 am #186383In reply to: Clarity on display in Dynamix theme
wp_maybe
ParticipantBuddypress does not “create” its own sidebars. It uses the theme’s.
Maybe it will be a good idea for you to try it out with a couple of free themes. The default wordpress theme (twenty fourteen) comes with two sidebars, you can probably play around with that a bit.
It should work the same way with a paid theme as far as Buddypress goes.
August 10, 2014 at 7:21 am #186381In reply to: No Idea how Buddy Press works
wp_maybe
ParticipantYes, adding stuff to the activity stream is easy with plugins like Activity Plus, Buddypress docs.
Also, Buddypress allows for automatic embeds in the activity stream from a lot of sites, including youtube. You just have to drop in the URL in the “Whats new” box. You can refer to the link here for more information: https://codex.buddypress.org/getting-started/embeds/
Embedding media to other pages would require custom coding, as @shanebp has pointed out. Where exactly do you intend to show your embeds?
August 9, 2014 at 8:53 pm #186374In reply to: No option to Select who sees Name in Profile Field
August 9, 2014 at 8:40 pm #186372In reply to: No option to Select who sees Name in Profile Field
semperfideles
ParticipantSorry if I was not clearer. If I am logged out of the Buddypress site I see an option to click on “Members”. It then allows me to see all Members of the Buddypress community by Name. I can see no other details about them except their name but I can still see their Name. Is there an option so that I have to be logged into the Site in order to views Names of people who are members of the site?
August 9, 2014 at 8:33 pm #186371In reply to: No Idea how Buddy Press works
shanebp
ModeratorThere are plugins like Activity Plus that allow embedding things like a uTube link in the activity page on a member’s profile.
There are several pages in a member’s profile, including a profile page that has data describing that member. There ways to allow for what you want, but it would require some custom coding, iow. not an option out of the box, afaik.
August 9, 2014 at 8:26 pm #186370In reply to: No option to Select who sees Name in Profile Field
shanebp
ModeratorWhen you say ‘Name appears in the Buddypress list’, by ‘list’ you mean the yoursite.com/members page?
The name field is how a member is identified, so it’s used in many places on many pages in BP.
Do you mean that you don’t want certain members to appear anywhere on the site ?
There are ways to make certain members only visible to site administrators, but it requires custom code.August 9, 2014 at 2:33 pm #186365In reply to: Hide the MEMBERS, GROUPS, ACTIVITY pages
Hugo Ashmore
Participantbehind the membership options?
Every one of these pages have the REQUIRE MEMBERSHIP enabled to view (and all my membership levels are checked)
You seem to be talking about some third party approach to membership here, if that’s the case you really do need to acknowledge that in the opening question so we know how to respond best, bear in mind that buddypress doesn’t have any default membership options as you describe them.
August 9, 2014 at 2:01 pm #186361In reply to: "push" function
wp_maybe
ParticipantIf you are talking about the activity page, then this feature is already present in Buddypress. Please check if you have “Activity auto-refresh” turned on.
Dashbaord>Settings>Buddypress>Settings>Activity auto-refresh
August 9, 2014 at 1:43 pm #186357In reply to: How to change buddypress profile fields text color
Hugo Ashmore
ParticipantOnce you have your files copied to your child theme as explained in the guides so that you may safely edit files such as buddypress.css you will need to use a browser dev tool such as Firebug for firefox to inspect elements on the screen which will then show you what rulesets govern the visual styles and where in the file they live i.e line number.
August 9, 2014 at 11:02 am #186354In reply to: How to change buddypress profile fields text color
GKK
Participanti am using “fine pro” theme, the child theme was created as dafault, can i use this child theme for buddypress customization? , if yes, where can i find that text CSS CODES for changing style in table profile fields? I have searched for table profile fields CSS code in buddypress default.css, but i don’t know which code is related to profile field text.
August 9, 2014 at 10:15 am #186352In reply to: add friend button
Henry Wright
ModeratorHi @beda69
You should be able to add
<?php bp_add_friend_button(); ?>to your member template. If you don’t have a member template set-up, check out the Template Hierarchy article which will show you how to create one. -
AuthorSearch Results