Search Results for 'buddypress'
-
AuthorSearch Results
-
February 28, 2014 at 6:27 pm #179070
In reply to: Contributor cannot upload photos in their post?
Renato Alves
Moderator1st – This is not a BuddyPress related question, so in the future, I’d be mindful of what you post here.
2nd – The pic link is not working, how can you expect us to help you without understanding your problem?
3rd – You can solve this problem with this plugin, https://wordpress.org/plugins/user-role-editor/, you will need to give “contributors the needed capability to upload images, something that as far as I’m concerned they don’t have by default.
Good luck! =)
February 28, 2014 at 6:23 pm #179069In reply to: [Resolved] Buddypress Profile Linking to Author
Renato Alves
ModeratorA look at the Codex don’t hurt. Check out this article, https://codex.buddypress.org/developer/function-examples/bp_core_get_userlink/, I’v used it recently to accomplish whay you’re trying to do.
Hope it helps! =)
February 28, 2014 at 1:52 pm #179050In reply to: Delete Selected not working
Nishant Kumar
ParticipantDon’t know why my link was not posted. Here it is if it can.
February 28, 2014 at 1:52 pm #179049In reply to: Delete Selected not working
Nishant Kumar
ParticipantFebruary 28, 2014 at 10:29 am #179041In reply to: Undefined Function Error
Henry Wright
ModeratorHi @cnaughton
The function should be defined? See here:
https://github.com/buddypress/BuddyPress/blob/master/bp-groups/bp-groups-template.php#L2660
Do you have the groups component activated?
February 28, 2014 at 8:43 am #179039In reply to: More fields and tick off boxes on profile ?
boblebad
ParticipantHi @ubernaut
You’re not listening to me, i said why should i pay someone to do something for me, if there’s a plugin that can do it out of the box ?
And i actually are capable of tweeking some my self, but i’m new to BuddyPress and i don’t know what plugins there is, and that’s what i’m trying to find out – so when that’s in place, then we can go back to talking about maybe hiring someone if it is something that i can’t tweek my self, is that okay with you ?
All the best
CarstenFebruary 28, 2014 at 6:06 am #179035In reply to: [Resolved] BuddyPress Toolbar everywhere?
BBIndikator
ParticipantHey Hugo and BuddyBoos..
Thanks a lot for your replies ! Sorry, it was my own mistake, but you helped me to find it, because I collect more information to give you a better description what happens.
We´re set a few weeks ago a filter with plugin optimizer and on some pages BuddyPress was just deactivated.. That´s the only reason.. Now it works !
Thanks for your help !
February 27, 2014 at 11:38 pm #179022In reply to: Only show one type of member on members page
BuddyBoss
Participant@ginnybee This plugin should do the trick: https://wordpress.org/plugins/buddypress-user-account-type-lite/
February 27, 2014 at 11:32 pm #179019In reply to: Disable the BP registration
BuddyBoss
ParticipantThis resource might help: http://premium.wpmudev.org/blog/force-user-registrations-to-your-own-buddypress-registration-page/
February 27, 2014 at 10:16 pm #179016In reply to: [Resolved] How to Display Group Creation Date?
shanebp
ModeratorIf you’re on a group page use:
bp_group_date_created()See buddypress\bp-groups\bp-groups-template.php for the particulars re that function.
February 27, 2014 at 10:08 pm #179015shanebp
ModeratorIn your theme, create an over-ride this file:
buddypress\bp-templates\bp-legacy\buddypress\members\single\member-header.phpRead this re over-riding files:
Add your shortcodes by using:
https://codex.wordpress.org/Function_Reference/do_shortcodeFebruary 27, 2014 at 5:02 pm #178992In reply to: Disable the BP registration
aces
ParticipantHave you tried wrapping it in a function and and using an action as suggested in
https://gist.github.com/r-a-y/5578432 ?Did you find this discussion about the issue:
February 27, 2014 at 4:54 pm #178989In reply to: [Resolved] Disabling BP Registration
aces
Participantsee other topic: https://buddypress.org/support/topic/disable-the-bp-registration/
February 27, 2014 at 12:07 pm #178976In reply to: [Resolved] BuddyPress Toolbar everywhere?
BBIndikator
ParticipantIt´s really this complicated ?
I mean the BuddyPress-Menu in the admin bar below the Avatar. It´s possible to show it everywhere ?
February 26, 2014 at 10:50 pm #178955In reply to: Message to all users
Rabatman
ParticipantIt doesn’t work with the newest version of buddypress and wordpress
February 26, 2014 at 6:40 pm #178945In reply to: No need for Members, Register, or Activate?
Henry Wright
Moderator…can I just create those pages to satisfy BuddyPress and then just make them private?
You can. In fact, if you’re sure you’ll never need them you can perform a 301 permanent redirect to ensure they never show. For example:
function redirect_pages() { if ( bp_is_register_page() || bp_is_activation_page() || bp_is_members_component() ) { wp_redirect( home_url(), 301 ); exit(); } } add_action( 'template_redirect', 'redirect_pages' );If for some reason you find you do in fact need the activation page, then remove
|| bp_is_activation_page()from the above code.February 26, 2014 at 5:36 pm #178941bermudacloud
Participant1 Year 5 Months later I see that this isn’t automatic with the BP default theme-
I don’t believe that I’m missing something.
Please can you guys at buddypress.org make this happen?
Thank you
Mark M.
February 26, 2014 at 2:45 pm #178926In reply to: Including avatar url into Postgres sql query
shanebp
Moderatorbp_loggedin_user_avatar will echo the url
bp_get_loggedin_user_avatar will return the url
See buddypress\bp-members\bp-members-template.php
February 26, 2014 at 3:16 am #178917Zane
ParticipantThere is a plugin for this but you have to download it directly from the site (it is not in the wordpress plugin directory. At least it wasn’t via my searches).
I can’t believe that activity notifications on comments is not a core functionality. I have submitted a feature request for this.
February 25, 2014 at 10:54 pm #178907In reply to: Add activity form and loop on my home page
CBWill
ParticipantAny luck with adding the buddypress-activity-plus icons with the buddypress activity shortcode plugin?
Thanks!
February 25, 2014 at 10:16 pm #178905In reply to: Buddypress Like Back End Errors
BuddyBoss
ParticipantSounds like javascript is not loading properly in your admin.
BuddyPress is pretty thoroughly tested and doesn’t normally cause that kind of error. So I would have to assume BuddyPress Like is the cause. Especially if you only get the error with that plugin activated. I would ask the developer of BuddyPress Like directly.
February 25, 2014 at 10:02 pm #178900In reply to: Stop BuddyPress SPAM
BuddyBoss
ParticipantI have used Bad Behavior. It’s ok.
I found the best solution so far has been BuddyPress Security Check.
https://wordpress.org/plugins/bp-security-check/It knocked out the majority of spam for me, and I’ve tested many spam plugins. You’ll still get some spammers, but hopefully less.
Most spammers leave links in forums. BuddyPress could really use a method to block new users who post links pending approval.
This plugin puts users in moderation on signup:
https://wordpress.org/plugins/bp-registration-options/But that still requires you to manually activate everyone…
February 25, 2014 at 9:58 pm #178898In reply to: Embedding in buddypress
BuddyBoss
ParticipantNot sure why that doesn’t work. You might want to download this plugin (which supposedly works with BuddyPress) and investigate their code to see how they’re doing it.
February 25, 2014 at 9:55 pm #178897In reply to: Conditional profile fields?
BuddyBoss
ParticipantThere actually is a plugin that accomplishes this (the initial request) to some extent. See:
https://wordpress.org/plugins/buddypress-user-account-type-lite/This would be a really great core feature. It would allow you to have member types with different profile data collected based on the first condition.
Some examples:
- teacher/student
- employer/applicant
- man/woman
- manager/employee
- etc.
February 25, 2014 at 9:50 pm #178896In reply to: Where is the group's directory page?
BuddyBoss
ParticipantRight, and to anyone else reading this, you also have to install bbPress first and make sure to adjust your forum settings to allow BuddyPress groups to have forums.
-
AuthorSearch Results