-
gregfielding posted on the forum topic Is this a Buddypress Problem, bbPress Problem, or Caching Problem? in the group How-To and Troubleshooting: 13 years, 7 months ago
@r-a-y put together a solution that worked for caching and private messaging https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/persistent-caching-and-private-messaging
Maybe this is in a similar family…
Thanks for your input Paul.
-
skateage posted on the forum topic Forum Reply Button in the group How-To and Troubleshooting: 13 years, 7 months ago
That is not exactly what i was looking for… But it is awesome! this helps me in a big way. I had no idea anyone had messed with something like that. thanks @r-a-y
-
ultimateuser posted on the forum topic [RESOLVED] Member registrations not showing up in activity stream in the group How-To and Troubleshooting: 13 years, 7 months ago
Resolved: It was the BP Registration Plugin causing this. I deactivated the plugin and now new member registration show up again. Too bad, cos I really liked this plugin!
-
mercime posted on the forum topic Allowing Users to Customize Their Background Image in the group How-To and Troubleshooting: 13 years, 7 months ago
@r-a-y I second everything. Thanks 🙂
-
gregfielding posted on the forum topic Allowing Users to Customize Their Background Image in the group How-To and Troubleshooting: 13 years, 7 months ago
Gotcha. I was thinking of a color-picker ala twitter. Of course most would probably use images anyway. Sounds great @r-a-y
-
nahummadrid posted on the forum topic How to Remove and Add Items in "bp_get_displayed_user_nav" in the group How-To and Troubleshooting: 13 years, 7 months ago
@r-a-y thanks…I’ve been doing alot of display:none! Lately.
-
pcwriter posted on the forum topic Allowing Users to Customize Their Background Image in the group How-To and Troubleshooting: 13 years, 7 months ago
Ooh! Very cool… I was going to start playing around with the idea for my theme too. But I’ll wait for your plugin which will likely be infinitely more robust than my n00b brain could churn out 🙂
-
onyx808 posted on the forum topic facebook like video resizing? in the group oEmbed for BuddyPress: 13 years, 7 months ago
@r-a-y GREAT! any idea when the next release will be up?
Thank you thank you!!!
-
Pisanojm posted a new activity comment 13 years, 7 months ago
Genius @r-a-y ! This works great on the front end as well of BuddyPress… and with this people now have a way to get polls into the BP sites! Thanks!
-
onyx808 started the forum topic facebook like video resizing? in the group oEmbed for BuddyPress: 13 years, 7 months ago
Hi @r-a-y !
is it possible to make the videos display in a small thumbnail like and when they click play the video will resize itself to a bigger size? like facebook does…
Thank you!
Onyx
-
Marcos Nobre posted an update 13 years, 7 months ago
@r-a-y @r-a-y maybe you can give me a hand here???? pleaseeeeeee!
https://buddypress.org/community/groups/oembed-for-buddypress/forum/topic/filter-for-page/
-
Pisanojm posted an update 13 years, 7 months ago
@r-a-y Been looking through the forums here for a user-based poll system… It looks as though polldady has oembed support and may be the simplest way to get this (or any poll) to work with bp as there are no solutions at the moment…
How can I make this work with your plugin?
http://support.polldaddy.com/oembed/
TIA!
-
I’ve deleted your post in that other thread because it was an old thread. Feel free to create a new topic about it.
So I’ve just tested PollDaddy’s oEmbed and it appears to be a problem with PollDaddy.
PollDaddy’s oEmbed item links to this:
`http://polldaddy.com/oembed?url=http%3A//polldaddy.com/poll/4877339/&format=json`Which fails as it…[Read more]
-
Actually, that’s only for the autodiscovery. I’m looking into this, however can you try putting this in a WP blog post and see if it works? If it doesn’t, it’s a WordPress thing.
-
-
It’s a problem with WP.
See this ticket:
https://core.trac.wordpress.org/ticket/17106-
Thanks Ray, I’ve also forwarded this information to polldaddy, but they haven’t posted my comments yet:
http://blog.polldaddy.com/2009/11/06/polldaddy-now-supports-oembed/#comment-17233
-
Ray, I’m going to put this in the wp-oembed file, via your patch… should this then work with BP or is there still a problem with polldaddy as stated early and port 8080?
-
Genius @r-a-y ! This works great on the front end as well of BuddyPress… and with this people now have a way to get polls into the BP sites! Thanks!
-
Cool! Glad it worked for you. Spent too much time looking into this!
Just an FYI, I attempted to post the same poll multiple times. The poll will only display once on a page; the rest won’t be rendered. I’m guessing this is a feature! 😉
-
P.S. sent you a couple of dollars for you to buy a Starbucks or a Beer with! Thanks again.
-
Cheers!
-
-
-
-
-
-
GRAQ posted on the forum topic Update avatar automagically in the group How-To and Troubleshooting: 13 years, 7 months ago
@r-a-y I decided to munge in the external image file (continued in another topic)
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/load-external-file-as-avatar -
ministryofinfo posted an update 13 years, 7 months ago
@r-a-y Thank ray one more question is there a way to limit what users can post, so they can only post from say a database of phrase you have made?
-
ministryofinfo posted an update 13 years, 7 months ago
@r-a-y How could you make it so that a membership site user member from another membership site if you had access to their data base Like log in for facebook but with your own sites
-
The following plugin can help:
http://www.joseairosa.com/2010/06/29/wp-restful-wordpress-plugin/A lot of custom coding will need to be done though.
-
-
celsosoares posted on the forum topic Order/sort activity by "most favorites" in the group How-To and Troubleshooting: 13 years, 7 months ago
@r-a-y thanks for your reply! I don’t know a lot of php so please bear with me. This is what I did, based on what you suggested:
get_results("SELECT activity_id FROM $wpdb->wp_bp_activity_meta WHERE meta_value = 'favorite_count' ORDER BY meta_value"); foreach ($favorite_id as $favorite_id) { echo $favorite_id->activity_id; } ?>
etc.. Nothing gets…[Read more] -
beppe999 posted on the forum topic How to list user from a specific profile data ??? in the group How-To and Troubleshooting: 13 years, 7 months ago
@r-a-y
Hi,
this is the solution I found with your help, what you think?
bp_get_member_user_id(),'field'=>typology )); ?>
<!-- My ser list-->
-
beppe999 posted on the forum topic How to list user from a specific profile data ??? in the group How-To and Troubleshooting: 13 years, 7 months ago
@r-a-y
Many thanks. -
ekimov posted a new activity comment 13 years, 7 months ago
I know, just try to say that will be great if the plugin is more complex in future and is able to handle Post and pages as well. Thanks for great plugin @r-a-y
-
eniscelenk posted an update 13 years, 7 months ago
@r-a-y Hi r-a-y
i tried to change my buddypress to turkish but i cound’t
Can you help me about this subjectthanks
- Load More
@r-a-y
Active 4 months, 4 weeks ago
Cool! Glad it worked for you. Spent too much time looking into this!
Just an FYI, I attempted to post the same poll multiple times. The poll will only display once on a page; the rest won’t be rendered. I’m guessing this is a feature! 😉
P.S. sent you a couple of dollars for you to buy a Starbucks or a Beer with! Thanks again.
Cheers!