colabsadmin
Forum Replies Created
-
@acrobal – Can you share your final solution? I’m able to filter the message using bprwg_new_member_request_admin_email_message, but I cant get the xprofile field to show up. I know I’m using the correct code to retrieve the field since I’m using the same code to inject that information into the Additional Data field in the Member Request table.
Forum: Plugins
In reply to: [Invite Anyone] Show invited by in user adminHaving the author (inviter) is helpful. The issue now is when the invitee changes their email address after they register. The invited list obviously shows the original email address so there’s no way to figure out who invited them. Again, it would be awesome to have the inviter attached to the invitee account somehow OR at the very least, add a column in the ‘manage invites’ list that shows the username they created when they accepted the invitation and registered.
Forum: Plugins
In reply to: [Invite Anyone] Show invited by in user adminThat’s great. Thank you!
Forum: Hacks
In reply to: Filtering wp_get_attachment_image_srcI was soooo close. Thank you ??
Forum: Plugins
In reply to: [Registration Options for BuddyPress] Enhancements for non logged in usersExcellent. Thank you.
Forum: Plugins
In reply to: [BuddyPress Like] Update to 0.1.9 – something not working!I found another issue. The plugin breaks the Kleo sticky main menu. Moving bp_like_insert_head to the footer fixed it.
Forum: Plugins
In reply to: [BuddyPress Like] Update to 0.1.9 – something not working!But I should mention, I haven’t talk to them about it yet.
Forum: Plugins
In reply to: [BuddyPress Like] Update to 0.1.9 – something not working!No problem. I dont work for seventh queen (the developers of Kleo) but I contribute code to them. Anyhow if you have anything you want me to test or help out with, let me know. Currently kleo has a likes for posts. I’m thinking of combining this plugin with the current kleo code.
Forum: Plugins
In reply to: [BuddyPress Like] Update to 0.1.9 – something not working!@valuser – Same person.
Forum: Plugins
In reply to: [BuddyPress Like] Update to 0.1.9 – something not working!I looked into this and we needed to add back the line that enqueues the jquery ui dialog script.
Forum: Plugins
In reply to: [WP Fanfiction and Writing Archive Basic] 500 Server ErrorI turned it on in my php.ini file instead.
Forum: Plugins
In reply to: [BuddyPress Like] Multiple instances of ajax call triggeredOkay. I removed the jQuery(document).ajaxComplete(bp_like); line of code in bp-like-min.js and it has resolved the issue. But I’m not sure if it breaks anything else. Here are before and after screen shots of firebug. Note that I click 3 different like/unlike buttons. You can see all the requests is spawned (i was also printing out the button class and id to the console so I could see what was going on.)
before change
https://24.media.tumblr.com/058423aaaf0131e0408c1bb148ec1bc4/tumblr_n29zi8DRvb1squolvo1_1280.jpgafter change (i actually clicked 5 buttons on this one)
https://31.media.tumblr.com/275032f3934524a2ab53cf6fc90f44ba/tumblr_n29zi8DRvb1squolvo2_1280.jpgForum: Plugins
In reply to: [BuddyPress Like] Multiple instances of ajax call triggeredThe new code is spawning a bunch of ajax calls again. It doubles the call with every click. First click makes two calls. The second click makes 4 calls. The third click makes 8 calls.
Forum: Plugins
In reply to: [BuddyPress Like] Dev Stopped Again?? OK! Thx
Forum: Plugins
In reply to: [BuddyPress Like] Format margin for displayed users who liked itI dont think you need to add it. I was just posting for others.