Search Results for 'buddypress'
-
AuthorSearch Results
-
November 30, 2016 at 2:19 am #261524
In reply to: Profile header image size
modemlooper
Moderatorno setting in BuddyPress you have to add custom code https://codex.buddypress.org/themes/buddypress-cover-images/
November 29, 2016 at 9:58 pm #261519In reply to: Filter gifts by user
danbp
ParticipantYou’re wrong and it is not a BP question.
If you’re not comfortable with coding, i would at your place use a working plugin instead of trying to customize something i don’t completely understand.There is a similar one called Compliments (and up to date). Will be easier (perhaps) to adapt or even use as is for your needs ? 😉
November 29, 2016 at 9:51 pm #261518In reply to: Buddy Press Changes Theme
danbp
ParticipantIf I can go BuddyPress pages, I can make those changes.
No, not exactly ! BP pages are not ordinary wp pages.
Do you use a child theme ? If so, read Salutation doc first, then check the child theme and sse if it is updated for BP 2.7 new template
As Salutation is a premium theme, we can’t help you much more with this (small) issue. Afaik you have to ask on the theme support.
November 29, 2016 at 9:39 pm #261517In reply to: Buddy Press Changes Theme
mthant
ParticipantI don’t have any problems with other pages though. If I can go BuddyPress pages, I can make those changes.
November 29, 2016 at 9:05 pm #261515In reply to: Buddy Press Changes Theme
Venutius
ModeratorSounds like a theme thing, I’m not an expert in theme things yet but my first port of call would be my theme developer to see if there were settings you could change to change that page. There’s probably at worst case a bit of custom CSS that you can add to your theme. Whilst BuddyPress may be calling that content it’s the theme that is delivering it and obviously a page still configured with the old settings.
November 29, 2016 at 8:58 pm #261513In reply to: Viewing Extended Profile Data for Pending Users
shanebp
ModeratorDid you see this?
https://buddypress.org/support/topic/how-to-view-pending-signup-profile-fields/For a single field, follow the directions in the code.
November 29, 2016 at 8:38 pm #261508In reply to: how to change @ mention name
Venutius
ModeratorBuddyDev have a plugin that allows you to change the username – http://buddyuser.com/plugin-review-buddypress-username-changer
November 29, 2016 at 7:05 pm #261503In reply to: Next Page is Showing
Venutius
ModeratorYou might want to take a look at my website. It’s for people just starting out with BuddyPress, it might give you some ideas.
There’s a plugin to force the user to select an Avatar before they user your site – http://buddyuser.com/plugin-review-buddypress-force-profile-photo
Some of your questions you need to ask your theme creator, though if it’s not a BuddyPress theme they may not be much help.
November 29, 2016 at 6:46 pm #261500In reply to: Next Page is Showing
joydipkar73
ParticipantI pressed publish button and it showed ‘unknown destination 404’ … sort of
so I pressed the button again.
And there are two posts.
Is the same going to happen in buddypress plugin also?
I am worried.November 29, 2016 at 4:58 pm #261495danbp
ParticipantHi @sixthgalaxy,
you can use bp_get_template_part function.
Depending what you’re building, consider also this function.
November 29, 2016 at 4:49 pm #261494In reply to: Wrapper function if BP is activated?
danbp
Participantthere is a little link on your example to another codex page who give’s you the main reason for using a wrapper.
It is not required, but strongly recommended. Depending what, where and how your code should run, they are diffrent other ways to ensure that BP is active.
the classic phpif_class_exist()
or more a la BP specificif ( function_exists('bp_is_active') ) { // do something here... }November 29, 2016 at 4:31 pm #261493In reply to: BP Perma Link structe went wrong
danbp
ParticipantHi @excel1,
such URL is odd and shouldn’t appear on a correctly install setup:
example.com/index.php/beispielbeitrag/In brief, your install WP at the site root which is: exemple.com
BP is a wp plugin and by the way, will also be at the root.And as wp is also a blog, that blog is also at
example.com(on a page defined in wp’s Read settings).This means that you can create a page for the blog and name it “besipielbeitrag” and asign this page to posts in WP settings. And make it private or whatever.
BP members or groups will be at
exemple.com/members/orexample.com/groups/and the users atexample.com/members/USERNAME/index.php is one of the files in a theme, but has nothing to do with BP pages or a dedicated blog page.
Also, if
emxampel.comandexample.comare 2 URL for the same site, or if you installed wp in emxampel.com and BP in example.com, BP won’t work.I would recomend you to read attentively the install guide from the begin.
November 29, 2016 at 8:17 am #261479In reply to: bbp-register layout
Venutius
ModeratorThe basic layout of the items on the right side of the registration screen can be affected by moving the fields around in Dashboard>>User>>Profile Fields.
You can drag and drop them and that will affect the order that they are displayed.
An alternative might be to install BP Better Registration, which creates a different type of registration process.
You might benefit from visiting my website http://buddyuser.com It’s aimed at newbies looking to get the most out of BuddyPress.
November 28, 2016 at 11:57 pm #261460Henry Wright
Moderator@venutius is right; a .mo file is the way to go. Check out this article which should help get you started:
November 28, 2016 at 11:53 pm #261459dev grl
ParticipantIsn’t there a file or js script that calls for changing the activate page title? I just need to be able to drag that into my child theme buddypress folder and edit it or at least use css to hide that title from appearing once a user submits the form, you know?
November 28, 2016 at 10:23 pm #261453In reply to: How to view pending signup profile fields
Slava Abakumov
ModeratorPlease take a minute to read this post: https://codex.buddypress.org/themes/bp-custom-php/
Short answer:/wp-content/plugins/bp-custom.phpNovember 28, 2016 at 10:11 pm #261451In reply to: How to view pending signup profile fields
dev grl
ParticipantOk so it goes in the plugins folder alone? Not in the buddypress folder?
November 28, 2016 at 9:54 pm #261450In reply to: How to view pending signup profile fields
shanebp
ModeratorPlace it in bp-custom.php
Then it won’t matter which theme you use.November 28, 2016 at 9:47 pm #261447In reply to: how to review user fields pending approval
shanebp
ModeratorNovember 28, 2016 at 9:44 pm #261446In reply to: How to view pending signup profile fields
shanebp
ModeratorUse this filter hook:
apply_filters( 'bp_members_signup_custom_column', '', $column_name, $signup_object );
Found at the bottom of:buddypress\bp-members\classes\class-bp-members-list-table.phpNovember 28, 2016 at 9:33 pm #261444Venutius
ModeratorNovember 28, 2016 at 9:19 pm #261442In reply to: How to view pending signup profile fields
Slava Abakumov
ModeratorRelated ticket: https://buddypress.trac.wordpress.org/ticket/7261
November 28, 2016 at 7:57 pm #261433In reply to: members not showing
Venutius
ModeratorYou need to look into setting up a template overload of the files that create those pages:
I’ve not used visual composer, only siteorigin so far, with site origin you create a grid of columns and rows and you can insert any widget into any Page Builder block
November 28, 2016 at 6:57 pm #261420In reply to: bp_ajax_querystring filter not runing
shanebp
ModeratorJust guessing…
Instead of a filter, try using the action hook:add_action( 'bp_legacy_theme_ajax_querystring', 'sbpp04_hide_from_ajax_search', 50, 2 );https://codex.buddypress.org/developer/function-examples/bp_ajax_querystring/
November 28, 2016 at 6:24 pm #261414In reply to: Remove Member Directory Without Profile Error
shanebp
ModeratorThis function will redirect everyone, other than site administrators, to the home page when they try and access the members directory.
Put it in bp-custom.php.function grim_members_directory() { if ( bp_is_members_directory() && ! is_super_admin() ) bp_core_redirect( site_url() ); } add_action( 'bp_ready', 'grim_members_directory' ); -
AuthorSearch Results