Search Results for 'buddypress'
-
AuthorSearch Results
-
July 2, 2015 at 7:51 am #241380
In reply to: Profile fields open URL in new tab (_blank)
danbp
ParticipantHi @swissprice,
the field type of “Website” should be URL.
The class who build this is defined here:
buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-url.php
Function name isdisplay_filter()
The line to change is the…latest (161).Now be warned.
This function is not filterable ( but i may be wrong)
Modifying core files is not best practice as you will loose your change at next update.
Target _blank is kind of deprecated since many years now in favor of user decision. This one just in case you absolutely want to use target argument.July 2, 2015 at 7:00 am #241379In reply to: Activity tab switch compulsory
danbp
ParticipantSeems to be an Ajax conflict. Could come from the theme or a plugin.
First thing to do is to activate Twenty Fifteen or Thirteen and to activate debug mode in wp-config.
Then you deactivate all plugins but BuddyPress.If it is OK, you reactivate them one by one untill you find a culprit or get some warnings or php notice.
July 1, 2015 at 10:01 pm #241364In reply to: Adding Sidebar To All Dynamic Member Pages
danbp
ParticipantGuess you have to read Avada’s help support.
By default, BuddyPress use theme’s page.php
Try to assign a sidebar to page.php via Avada customizer.Or if you prefer to code your own template, WP function is
get_sidebar();See how to use it in page.php in Twenty ThirteenJuly 1, 2015 at 10:00 pm #241363In reply to: Stopping forum spam?
Robkk
ParticipantAkismet should help get most blog comment spam , and it also has integration with both BuddyPress and bbPress.
July 1, 2015 at 8:04 pm #241356In reply to: [Resolved] Redirect if user is already logged in
TrevorN
ParticipantNow
bp_core_redirect( get_option(βhomeβ) . β/members/β )
works and sends it to the overall members page.
My question is, since those two pages (members and members profile) are BuddyPress pages, is that why it works on those two pages, but since /new/ is not a buddypress page, it redirect to that?
July 1, 2015 at 5:14 pm #241342danbp
ParticipantHow to create MT is explained above, and you’re lucky, as a brand new plugin was published a few days back by @offereins: BP XProfile Field For Member Types
Proof of concept for the implementation of member-type specific profile fields in BuddyPress.
https://github.com/lmoffereins/bp-xprofile-field-for-member-types
Successfully tested with my custom code(in bp-custom.php), BP 2.3.2.1 and WP 4.2.2
July 1, 2015 at 4:25 pm #241341In reply to: Stopping forum spam?
shanebp
ModeratorDid you enable anonymous posting?
Look at: …/wp-admin/options-general.php?page=bbpress > Anonymous postingbtw – this is the BuddyPress support site.
The bbPress support site is here.danbp
ParticipantHi,
did you allowed user registration in WordPress settings ?
http://www.wpbeginner.com/beginners-guide/how-to-allow-user-registration-on-your-wordpress-site/Are Register and Activation page created ?
July 1, 2015 at 8:52 am #241328In reply to: BP crashes Forumsearch
danbp
Participantbbpress is the plugin, by type was meant site wide forum or group forum.
can I provide you a link via pm or mail?
No ! You’re on a free help support, maintained by volonteers.
If you want private assistance, use the job board forum where you can hire a freelancer or a dev, but probably not for free.
July 1, 2015 at 7:42 am #241321In reply to: How can I change the Cropping size in profile page?
Alexlim91
ParticipantHi,
For your information, I no a professional web developer or web design, I still fresh and still learning. Because this buddypress is quite new for me. So, I need someone can teach me step by step. For the bp-custom.php, i need to create for it? because i would no found it
Thank You
July 1, 2015 at 7:38 am #241320In reply to: How can I change the Cropping size in profile page?
danbp
ParticipantWhy can’t you do that ?
Copy/paste this to bp-custom.php and adjust the size to your need (250 to whatever)
define( 'BP_AVATAR_FULL_WIDTH', 250 ); define( 'BP_AVATAR_FULL_HEIGHT', 250 );And use FTP to upload bp-custom
July 1, 2015 at 7:34 am #241319In reply to: Radio field with multi selection for search
danbp
ParticipantSee if this can help you:
https://buddypress.org/support/topic/men-woman-couple/Also some topics about multi search criteria, like this one
https://buddypress.org/support/topic/multiple-search_terms-displays-nothing/Note also that xprofile fields values are clickable by default. This let users get a list of members who entered same value.
Field name > Gender, when male is clicked you get all males list.
For more detailed result, you have to buid your own solution or to use a dedicated plugin. See
https://wordpress.org/plugins/buddypress-global-search/July 1, 2015 at 7:30 am #241318In reply to: How can I change the Cropping size in profile page?
Alexlim91
ParticipantHi,
For the cropping i still cannot do it, even i follow the buddypress codex. I still would no found the way to increase the cropping size.Thank You
July 1, 2015 at 7:19 am #241317In reply to: Profile Avatar picture Crop size
danbp
ParticipantPlease don’t double post the same question.
This was answered here:
https://buddypress.org/support/topic/how-can-i-change-the-cropping-size-in-profile-page/Topic closed as duplicate.
June 30, 2015 at 10:19 pm #241310In reply to: [Resolved] Site Privacy
Paul Bursnall
Participant* single plugin compatible with Buddypress
June 30, 2015 at 10:18 pm #241309In reply to: [Resolved] Site Privacy
Paul Bursnall
ParticipantHi Henry, thanks for the prompt reply. I understand what you’re saying and why that approach is always followed. It leaves me in a tricky spot though. I can’t use Ultimate Member and meet my deadline as their activity stream extension isn’t ready yet, and I can’t use Buddypress because the members functionality I need doesn’t exist in a single plugin (or if it does, I can’t find it). I’d like the solution to be in a single Buddypress plugin as opposed to relying on multiple plugins which may or may not be updated, or chunks of code taken from different sources that aren’t guaranteed to work further down the line.
June 30, 2015 at 9:43 pm #241307danbp
ParticipantWhich result when you use Twenty Fifteen theme ?
Do you use some custom functions on group page ?Also, as of Codex https://codex.buddypress.org/administrator-guide/groups/
This is a private groupOptions
Group content and activity will only be visible to members of the group.
June 30, 2015 at 4:36 pm #241304Henry Wright
ModeratorRegarding 1, have a read of the Template Hierarchy article. This will give you an overview of how templates work.
You’ll need to know PHP in order to do point 2.
June 30, 2015 at 2:22 pm #241299In reply to: Displaying a custom string only changeable by admins
kjgbriggs
ParticipantI am unsure of how to use the data I now have for the profile field.
I am sure it is not hard to display somewhere but I am having trouble working out how to do this without editing the core BuddyPress or BBPress files, otherwise when I update I will lose all of this.
June 30, 2015 at 1:31 pm #241298In reply to: Displaying a custom string only changeable by admins
danbp
ParticipantRead here:
…and many other topics about xprofile data on forum.
June 30, 2015 at 1:08 pm #241296In reply to: Problem with gravatar
shanebp
ModeratorRead this thread:
https://buddypress.org/support/topic/remove-gravatar-completely/June 30, 2015 at 9:48 am #241290Henry Wright
ModeratorMedia commenting isn’t available in core so you will need to find a plugin. Two popular media plugins I know of are rtMedia and MediaPress. Alternatively, you could build something yourself using the new BP Attachment API
June 29, 2015 at 11:26 pm #241281In reply to: How to Center Avatar and Tabs on Profile Page
sharongraylac
ParticipantSorry to take so long- this last post slipped by me!
Yes, I did test with 2015 and still do not see it…
The odd thing is I swore I saw this at one point, but I have no idea what happened to it. I even deleted ALL of the custom CSS I created for Buddypress, and still no “@username”.
I’m also still having trouble centering the navigation/sub-nav on the profile page as well. At least the avatar is fixed! π
Thanks for your help!
June 29, 2015 at 6:31 pm #241264In reply to: Registration Page not working
danbp
Participanthi @whiskyharry,
it’s not a issue, it’s intended so.See here:
WordPress registration is explained here.
June 29, 2015 at 5:41 pm #241261In reply to: Substantial changes to layout of buddypress profile
Henry Wright
ModeratorCSS and HTML are the things you’ll need to use in order modify the page. The BuddyPress Template Hierarchy article will show you which files you’ll need to modify. Note, you may have to create the templates if your theme doesn’t already have them.
-
AuthorSearch Results