Search Results for 'buddypress'
-
Search Results
-
Hey guys, I’m working on a client’s site, just set up a fresh install of wordpress ( ) and buddypress ( 1.6.4 )
Everything went smoothly, integrated bbpress fairly well. But, I’ve got two test accounts going – a basic user, just registered him – he’s set as a “participant” for the forums and a “subscriber” for wordpress – I’ve tried making the account a contributor, and it still gave me no dice. Then I have the admin account that was created while installing wordpress.
The admin account can follow other users, post status updates, and send out private messages. But the test users that’s currently a subscriber, can reply to private messages, or send them out, nor can he post status updates, favorite status updates, or comment on status updates or public messages.
Is this an issue that’s well known, or am I the only one experiencing it?
Topic: Are you a human plugin
WordPress 3.5.1
BuddyPress 1.7 betaI have successfully installed a plugin to stop the bots from auto registering users but it is not working. http://areyouahuman.com/
I have read there support material related to BuddyPress but it is way too technical.
http://support.areyouahuman.com/customer/portal/articles/755585-using-playthru-with-a-buddypress-registration-form-I would appreciate anyone who can help me stop the bots from destroying my site:
http://homebusinessownersnetwork.com/Thanks,
David[ WP 3.5.1 | BP 1.6.2 ]
My buddypress plug in stopped displaying content. I’m not sure if it’s fetching the data from the database or if there is something else wrong with it.
http://www.coldface.com/groups
http://www.coldface.com/membersI tried disabling everything except for the BP plug in and it was still doing the same…
The group summary link in bp-activity-subscription-digest.php (line 136) is a dead link:
Does anyone know the proper link for this?
(BuddyPress Group Email Subscription v3.3.1)
Thanks
Hi there, Bit of an odd question, this…
We have a website being set up that uses BuddyPress, Buddypress Group Email Subscription & a customised plugin to allow users to create a post with some custom fields (courtesy of Gravity Forms) & for all subscribed users to receive an email in digest form or if they prefer, an email whenever someone posts to the group they are subscribed to.
The functionality is all good for the digests etc. However, the users want to be able to see all the fields in their post – custom fields, the lot.
I have created a function that builds the email content using SQL. I tested using a page & passing $post_id as an integer.
However, when trying to add the functionality to the email-side of things, the point at which the post is added to the activity stream didn’t pull the custom fields from wp_postmeta. the data from wp_posts is fine, just nothing where the data from wp_postmeta should be.
I identified that it would work flawlessly if I tried to get the PREVIOUS posts content+metadata (I just did $post_id– as a test: When I submitted a post I got the previous posts’ data, metadata & all as expected.)
I can only conclude that wp_postmeta does have the relevant data in it when the post is added to the activity stream.
The following sequence of events is occurring when someone hits the “Submit” button when posting:
1. wp_posts is updated
2. post added to activity stream
3. wp_postmeta is updatedIf I could change the sequence of this, I’d be very happy!
Right now I’m only really focusing on the “All Email” aspect.@becskr kindly suggested that I should look in bp-subscription-activity-digest.php line 444 & add a call to my functionality there using a plugin, but when I just change variable $message to “TEST” (just to see if I can affect the email content), the content of the email does not change.
I’m just wondering if ALL Email is handled by a different function, as it sends a different type of email out, compared to a digest.
Is there a point at which the email is generated that I may be able to intercept & add my own little function before the email is sent? Does anyone know where that function is located?
Any advice appreciated, as always!
Version Numbers:
WordPress 3.5, BuddyPress 1.6.4, Group Email Subscription 3.3.1Hello,
how are you everyone , hope that u gonna help me in this ,
i wanna custom field for user profile called user_country and make it required,
dropdown menu to choice country and city or country only ,
and when i click this user country gonna move me to to member page and sort people who’s form same countryI really Neeed that Badly
Is there a way to check which version of BuddyPress the user has installed. With v1.7 I need to be able to include my custom BuddyPress functions for only pre 1.7 users.