Search Results for 'wordpress'
-
AuthorSearch Results
-
April 15, 2014 at 9:09 am #181278
In reply to: Users are able to change name to Admin
sharmavishal
ParticipantThis might help
April 14, 2014 at 5:45 pm #181247In reply to: BuddyPress 2.0 RC1 Feedback
r-a-y
KeymasterThanks for testing, sharmavishal.
I’ve created a ticket here with a potential fix for the first two things:
https://buddypress.trac.wordpress.org/ticket/5537I can’t duplicate the third issue.
April 14, 2014 at 2:40 pm #181243In reply to: Delete Selected not working
godavid33
ParticipantThis is claimed as fixed, though I am using the most updated version of buddypress and still having the same problem. Do I have to pull from the trunk to get the truly most updated version or do y’all push it to the wordpress plugin repo?
April 14, 2014 at 2:15 pm #181242In reply to: add new members to group
elaborate
ParticipantThanks for the tip, tajenli.
Anyone reading this might also be interested in the following ticket on trac: #2062
April 14, 2014 at 11:48 am #181236In reply to: Two networks, separate but connected?
sharmavishal
ParticipantThis might also help
https://wordpress.org/plugins/buddypress-xprofiles-acl/screenshots/
April 14, 2014 at 11:18 am #181231sharmavishal
ParticipantDid you install any social plugin? I guess not..else you would have known that the login with buttons are created automatically by the plugin…try the following social login plugin
https://wordpress.org/plugins/wordpress-social-login/
Regarding your main idea..you would need to do some custom stuff for that…as far as approval of users go use the following plugin…
https://wordpress.org/plugins/bp-registration-options/screenshots/
googling really helps though
April 13, 2014 at 7:13 pm #181199Boone Gorges
KeymasterIt looks like the
$group_idis not passed along to thedisplay()method in the same way as it is to the other display methods. That means you’ll need to implement your own technique to get that value. Try this:function display() { $group_id = bp_get_current_group_id(); $setting = groups_get_groupmeta( $group_id, 'whatever' ); var_dump( $setting ); }I do think that you *ought* to be able to get the
$group_idinside ofdisplay()like you can insettings_screen()etc. I’ve opened a ticket for that, which we’ll fix for 2.1. https://buddypress.trac.wordpress.org/ticket/5533#ticketApril 13, 2014 at 6:52 pm #181197In reply to: How do action and hooks work in buddypress ?
Henry Wright
ModeratorI just want to know that where is the actual add_action(…) and the function for this action is written, i have searched lot of files in buddypress but could not get it? can any one help ?
Which
tagare you referring to? You mentiondo_action(“…”)in your question but this doesn’t tell us the tag. Perhaps see here for info on thedo_actionhook: https://codex.wordpress.org/Function_Reference/do_actionApril 13, 2014 at 2:33 am #181183In reply to: Why don't group comments show to non-users?
DJsix
ParticipantStill doesn’t work.
I have searched through at least 100 themes, and I’ve found two that show comments to people who aren’t logged in: x2 and Custom Community. Both of these themes appear to be made by the same person, and I really don’t care for either of these themes.
I would like to use Twenty Fourteen, and I have not been able to find anyone using this theme, who is also having this problem.
Also, the plugin BuddyPress Sitewide Activity shows all comments to people who are not logged in, but I don’t want that in my sidebar, and it doesn’t solve the groups problem.
If it is a problem with WordPress being in a subfolder, what would allow these two themes and the plugin to still work?
April 12, 2014 at 9:09 am #181164Henry Wright
ModeratorThere are lots of social login and registration plugins in the WP plugin repo:
April 12, 2014 at 3:09 am #181153In reply to: Turn off 'name ' pop-up?
@mercime
Participant@metalmick Do also post at https://wordpress.org/support/plugin/cd-bp-avatar-bubble for plugin support
April 11, 2014 at 3:49 pm #181133In reply to: Two networks, separate but connected?
John James Jacoby
KeymasterQuestions and installations like this are becoming more common, and we have a loose plan on how to include provisions for this into BuddyPress core. Right now, you’ll end up needing a few extra plugins (and a little bit of on the job education) to make both WordPress and BuddyPress play exactly the way you need them to, but rest assured that both WP and BP do have the ability baked in to manipulate where things live and how they work together.
A few plugins to investigate:
- WP Multi Network
- BP Multi Network
They’ll let you have disparate BuddyPress networks rotating around one central user-base and logins. From there, you can see how these plugins work, and tweak your integration to suit your needs.
Also happy to try and guide you further as you need more specific code snippets to solve specific problems.
April 11, 2014 at 11:33 am #181125In reply to: [Resolved] WordPress Login and Registration Page
laura.lee
ParticipantTrust me… btw… if I can find a different program than BuddyPress… I will use a different program than BuddyPress with my WordPress site… because of this.
I hope there is a different program that will work well with WordPress… cuz I don’t want to use this program now.
April 11, 2014 at 2:02 am #181115In reply to: Allowing users to Favorite blog posts
Henry Wright
ModeratorThe BuddyPress Like plugin does that:
April 10, 2014 at 8:57 pm #181106In reply to: Any BP user-profile rating plugin
Satwinder Rathore
ParticipantI got it.
Thanks to https://wordpress.org/plugins/bp-group-reviews/ and http://buddydev.com/buddypress/buddypress-activity-as-wire-updated-for-buddypress-1-6-buddypress-1-7/ for amazing plugins
April 10, 2014 at 6:02 pm #181096In reply to: Why don't group comments show to non-users?
DJsix
ParticipantSo, I started going through different themes hoping one would work, and I came across one called X2 that actually showed comments, but I don’t care for the look of the theme. But, I figured if I came across one, then there has to be more, right?
I have gone through about twenty themes with no luck (except for x2).
Do any WordPress themes actually work with BuddyPress?
April 10, 2014 at 2:43 pm #181079In reply to: Display Name, User name and "tagging"
gingerling
ParticipantHi, I used this : https://wordpress.org/plugins/buddypress-usernames-only/ to remove the problem with the displaynames/usernames
SO, just that @mentions don’t auto-suggest. Should they do this?
April 9, 2014 at 11:57 pm #181049In reply to: Custom avatar choices upon sign up?
metalmick
ParticipantFantastic plugin…. works superbly!
April 9, 2014 at 11:56 pm #181048In reply to: custom set of avatar pics
metalmick
ParticipantFantastic plugin to sort this problem!
April 9, 2014 at 8:46 am #181013In reply to: User can't edit profile page
jslom
ParticipantNo problem. Unfortunately the last 2 updates have not fixed the issue yet. Hopefully soon, but I am looking at other alternatives also.
I would encourage you and anyone else having problems to make a reply here. Maybe they do not understand how many sites it is really causing problems with.
https://wordpress.org/support/topic/redirect-not-working-after-upgrade-1
April 9, 2014 at 3:44 am #181008In reply to: Activity comments are not working
j0schi
Participanthey ray
no, i have the latest stable release from the wordpress.org plugins repository.
also i dont mean the comments from blogpost. i mean when a user comments on a activity stream item for example i post “i am feeling dood today” on the stream and someone comments it the comment is not showing up. if you need i can make you some screenshots to make it a little clearer 🙂thanks!
joschiApril 8, 2014 at 6:48 pm #180984In reply to: add new members to group
tajenli
ParticipantI just found one plugin “Invite Anyone” that allows group admin\moderator to invite any site users to the group. This plugin also allows you to invite people to join the site & group(s) through email.
This is what I was looking for!
April 8, 2014 at 5:50 pm #180975In reply to: Activity comments are not working
ronia
ParticipantI am not sure if this will work but you can visit yoursite/wordpress/wp-admin/network/admin.php?page=bp-tools and try “Repair user “last activity” data”
April 8, 2014 at 3:54 pm #180967In reply to: Spam Overload
Squirrel
ParticipantHave you tried the WangGuard plugin? It’s supposed to be good stopping spam registrations.
April 8, 2014 at 12:52 pm #180963In reply to: Json api and buddypress
Sabbo
ParticipantI’m using json api plugin from wordpress
-
AuthorSearch Results