-
defunctlife replied to the forum topic Disable Activation Email Breaks Invite Anyone in the group Invite Anyone 13 years, 1 month ago
Boone helped me get this figured out. So, cheers to him!
Essentially this uses another hook to call the bp_core_activated_user hook so that plugins that use it will now run when the user is auto […]
-
defunctlife started the forum topic BUG: Page not found when user tries to upload a .bmp in the group BuddyPress Media: 13 years, 6 months ago
I had some complaints, and of course users are going to try to upload bmp files but when you try you just get a page not found.
-
defunctlife joined the group BuddyPress Media 13 years, 6 months ago
-
Justin Frydman posted an update 13 years, 7 months ago
@r-a-y Ray, how would I update your regular expression in the oembed plugin to avoid urls already in a hyperlink?
eg:
<a href="http://www.youtube.com/watch?v=5sQhTVz5IjQ">http://www.youtube.com/watch?v=5sQhTVz5IjQ</a>
-
defunctlife posted on the forum topic Changing Group tab display defaults in the group How-To and Troubleshooting: 13 years, 7 months ago
This function creates an infinite loop if the MOD didn’t enable discussion forums for their group. Updated code to check for that: `function redirect_to_forum() { global $bp; $path = clean_url( $_SERVER ); $path = apply_filters( ‘bp_uri’, $path ); if ( bp_is_group_home() && strpos( $path, $bp->bp_options_nav ) === false ) { if( $bp->bp_options_nav…[Read more]
-
defunctlife posted on the forum topic Getting oembed to work with TINYMCE in the group oEmbed for BuddyPress: 13 years, 9 months ago
Maybe I should add an @r-a-y tag 🙂
-
defunctlife started the forum topic Getting oembed to work with TINYMCE in the group oEmbed for BuddyPress: 13 years, 9 months ago
Hi Ray, Can you suggest anything to get this plugin to work with TINYMCE? We are using it on our frontend in certain spots, where users can create posts etc… The problem is, is that the url never ends up on a line by itself (it’s normally inputted into the database with extra HTML code) […]
-
defunctlife posted on the forum topic Updated JS: Here is a proper fix for hovering over multiple avatars and having the bubble pop up on in the group CD BuddyPress Avatar Bubble: 13 years, 11 months ago
@gerbilo seems fine to me…did you clear your browser cache?
-
defunctlife started the forum topic Updated JS: Here is a proper fix for hovering over multiple avatars and having the bubble pop up on in the group CD BuddyPress Avatar Bubble: 13 years, 11 months ago
Updated version here: https://buddypress.org/community/groups/cd-bp-avatar-bubble/forum/topic/here-is-a-proper-fix-for-hovering-over-multiple-avatars-and-having-the-bubble-pop-up-on-all-of-them-in-the-order-you-hovered/#post-80468 * Use at your own risk, no warranty or support provided * The problems: 1. The ajax requests aren’t aborted when…[Read more]
-
defunctlife posted on the forum topic Updated JS: Here is a proper fix for hovering over multiple avatars and having the bubble pop up on in the group CD BuddyPress Avatar Bubble: 13 years, 11 months ago
@pisanojm probably a browser cache issue. Clear your cache/cookies and restart your browser.
-
defunctlife posted on the forum topic Updated JS: Here is a proper fix for hovering over multiple avatars and having the bubble pop up on in the group CD BuddyPress Avatar Bubble: 13 years, 11 months ago
@Pisanojm, @slaffik man this was a nightmare and took much longer than expected. HoverIntent doesn’t work with jquery.live() so I had to find another way. The code is a bit nasty and could use cleaning up, but it seems to work very well now. *This only works with 1.1.1* Same deal with installation above, set your delay […]
-
defunctlife posted on the forum topic Updated JS: Here is a proper fix for hovering over multiple avatars and having the bubble pop up on in the group CD BuddyPress Avatar Bubble: 13 years, 11 months ago
I am going to add hoverintent in tonight myself and rewrite the js. The new stuff is quite buggy (going back and forth over avatars it just stops working). I will just hardcode the 2 second pause, the author can adapt it later if he wants 🙂
I’ll post it here when I’m done.
-
defunctlife posted on the forum topic Updated JS: Here is a proper fix for hovering over multiple avatars and having the bubble pop up on in the group CD BuddyPress Avatar Bubble: 13 years, 11 months ago
@slaffik no worries man 🙂 hope it helps. I would still say to use the hoverintent plugin, so that you actually have delay before making any kind of requests to the server. People don’t want it simply lag with a delay before executing, they want it to not make a request for a certain amount of […]
-
defunctlife posted on the forum topic Updated JS: Here is a proper fix for hovering over multiple avatars and having the bubble pop up on in the group CD BuddyPress Avatar Bubble: 13 years, 12 months ago
Thank you, A donation would be nice but not necessary, but here it is anyway: http://tinyurl.com/383jwbh As for a pre-set delay you would need to use a jquery plugin called jquery hoverIntent and integrate it with jquery.live. http://cherne.net/brian/resources/jquery.hoverIntent.html There is some info on this here if you want to give it a go:…[Read more]
-
defunctlife posted on the forum topic Suggestion: Click option should have instant "loading" image in the group CD BuddyPress Avatar Bubble: 13 years, 12 months ago
I implemented this in bubble-hover.js. You could adapt my code for bubble-click.js https://buddypress.org/community/groups/cd-bp-avatar-bubble/forum/topic/here-is-a-proper-fix-for-hovering-over-multiple-avatars-and-having-the-bubble-pop-up-on-all-of-them-in-the-order-you-hovered/
-
defunctlife posted on the forum topic How do I code a 1 second delay into your plugin? in the group CD BuddyPress Avatar Bubble: 13 years, 12 months ago
-
defunctlife joined the group CD BuddyPress Avatar Bubble 13 years, 12 months ago
-
defunctlife posted on the forum topic Can someone explain how to add tabs to the profile page? in the group Creating & Extending: 13 years, 12 months ago
Never mind, it’s something I changed as it works in the default template.
-
defunctlife posted on the forum topic Can someone explain how to add tabs to the profile page? in the group Creating & Extending: 13 years, 12 months ago
Hey guys,
Regarding @nuprn1 post, bp_get_displayed_user_nav() is not displaying any tabs on this custom page.
Any ideas?
-
Justin Frydman posted an update 13 years, 12 months ago
Hi
- Load More
@defunctlife
Active 2 months, 1 week ago