-
Henry Wright replied to the topic Allow any users to message each other? in the forum How-to & Troubleshooting 10 years, 2 months ago
Hi @godavid33,
Unless things have changed, users should be able to message anybody. Are you sure you’re not using a plugin such as BuddyPress Private Messages for Friends Only?
-
Henry Wright replied to the topic [Resolved] Weird (non) error message after sending message? in the forum How-to & Troubleshooting 10 years, 2 months ago
Hi @godavid33
It’s likely the WP nonce is invalid. Usually you get a message such as “Are you really sure you want to do this?” so I can understand why the blank page looks weird.
Have you modified the form at all? Perhaps you could paste the form’s markup into pastebin? I’ll take a look to see if I can see anything wrong
-
@mercime replied to the topic [Resolved] Treating groups like users? in the forum How-to & Troubleshooting 10 years, 4 months ago
@godavid33 some links which could help you
– https://wordpress.org/plugins/buddypress-groups-extras/
– https://buddypress.org/support/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read/page/3/
– http://buddydev.com/buddypress/blog-categories-for-groups-plugin/
– https://wordpress.org/plugins/bp-groupblog/
-…[Read more] -
@mercime replied to the topic [Resolved] Odd Buddypress Problem with new signups? in the forum How-to & Troubleshooting 10 years, 5 months ago
@godavid33 glad you resolved this on your own and thanks for posting how you resolved the issue. Cheers 🙂
-
@mercime replied to the topic [Resolved] /settings/profile is empty? in the forum How-to & Troubleshooting 10 years, 5 months ago
@godavid33 looks the same as the xprofile field visibility settings at your Settings > Profile page here at BPorg
-
Henry Wright replied to the topic [Resolved] /settings/profile is empty? in the forum How-to & Troubleshooting 10 years, 5 months ago
@godavid33 I remember when this was being worked on (JJJ’s project – see the GitHub repo for it here) – It wasn’t in core the last I checked but am somewhat out-of-touch so it may well have made it in.
Hopefully this helps.
-
Henry Wright replied to the topic Feature Request: Ajax loading spinner in the forum Requests & Feedback 10 years, 6 months ago
@godavid33 and @naijaping – whilst on the subject of preloaders – check out this resource http://ilovepreloaders.tumblr.com/ – I’ve found it V useful in the past
-
Prince Abiola Ogundipe replied to the topic Feature Request: Ajax loading spinner in the forum Requests & Feedback 10 years, 6 months ago
I brought the loading function back in one of the theme am building by using just css.
1, I added ajax spinner
2, I changed the button background while loading to make it look disabled.
below is an example for the post button:
#buddypress #whats-new-form a.loading,
#buddypress #whats-new-form input.loading…[Read more] -
Henry Wright replied to the topic Feature Request: Ajax loading spinner in the forum Requests & Feedback 10 years, 6 months ago
Hi @godavid33 I think users will always appreciate some sign of ‘we are working behind the scenes whilst you’re waiting’ especially when the wait happens to be for a few seconds. Perhaps you could share your code in a jsfiddle so we can see a demo?
-
Henry Wright replied to the topic Getting the notification link for Activities? in the forum How-to & Troubleshooting 10 years, 6 months ago
@godavid33 that plugin is actually free. Maybe tear open the code to see if a solution jumps out at you? Just an idea.
Regarding your problem, I came across the issue a few months back when 1.9 was rolled out. You need to capture the item’s ID when adding a notification. See here for some related…[Read more]
-
Henry Wright replied to the topic How would I filter the text from the favorite button? in the forum How-to & Troubleshooting 10 years, 6 months ago
@godavid33 sounds like a good idea. Better to be safe than sorry!
-
Henry Wright replied to the topic How would I filter the text from the favorite button? in the forum How-to & Troubleshooting 10 years, 6 months ago
@godavid33 good to see you figured it out. Just a question: Why do you need to use
wp_ajax_nopriv_
when members must be logged in to favorite an item? -
shanebp replied to the topic Is it possible to get the item ID from notification objects? in the forum How-to & Troubleshooting 10 years, 7 months ago
Did you try:
bp_get_the_notification_item_id()
from
buddypressbp-notificationsbp-notifications-template.php -
Henry Wright replied to the topic Is it possible to get the item ID from notification objects? in the forum How-to & Troubleshooting 10 years, 7 months ago
Hi @godavid33
I’m 99% sure you can. I do believe it’s store in
secondary_item_id
.I think you can access it by doing something like this:
$notifications = BP_Notifications_Notification::get( array(
'id' => $notification_id,
'user_id' => $user_id
) );// I assume there will only be one result but i'll do a loop anyway
if (…[Read more] -
@mercime replied to the topic Why do members loops include the current user? in the forum How-to & Troubleshooting 10 years, 7 months ago
@godavid33 If you’re on BP 2.0 version, go to Dashboard > Tools > BuddyPress and run repair tools one by one. https://codex.buddypress.org/buddypress-components-and-features/buddypress-repair-tools-admin-screen/
-
@mercime replied to the topic How can I edit the html of navigation tabs? in the forum How-to & Troubleshooting 10 years, 8 months ago
I shall take it upon myself to revitalize posting actually useful things.
@godavid33 great! 🙂
@godavid33
Active 8 years, 6 months ago