Forum Replies Created
-
Author
-
February 4, 2019 at 16:06 in reply to: which fields of facebook are transfered in Buddyapp register? #218026trashminParticipant
Thanks, the facebook-login.php looks pretty good to adapt to more fields.
small bug towards buddypress integrations is that buddypress also stores the display_name in the xfields and if you go to edit profile that field remains empty which is strange behaviour since the display_name is already saved in the user table.
Took me a while to figure out how to solve it but perhaps something to include into the facebook_plugin.php when buddypress installed.
add_action( ‘user_register’, ‘myplugin_registration_save’, 10, 1 );
function myplugin_registration_save( $user_id ) {
$udata = get_userdata( $user_id );
xprofile_set_field_data( ‘Display Name’, $user_id, $udata->display_name );}
trashminParticipantThanks, will check it out and see if I can get it to return. thought is was just an css error.
December 14, 2018 at 23:29 in reply to: rtmedia preview link not working after last update of buddyapp #215291trashminParticipantYes you are right but the video embed is not in the activity feed itself. it just shows the url where you can click on. the url should have been translated to what you see in the post.
December 14, 2018 at 13:21 in reply to: rtmedia preview link not working after last update of buddyapp #215268trashminParticipantThe link preview is still not working even after a few updates of the system. what needs to be done to have this plugin working for buddyapp plugin ?
I now make printscreens of the youtuve video to have the activity feed acceptable but when clicking on the post the plugin does work ?
https://www.trashless.earth/activity/
https://www.trashless.earth/tl_walk/interview-with-jon-from-green-team-el-valle/
kind regards
ArthurSeptember 3, 2018 at 16:50 in reply to: rtmedia preview link not working after last update of buddyapp #208330trashminParticipantThis reply has been set as private.August 31, 2018 at 17:06 in reply to: rtmedia preview link not working after last update of buddyapp #208088trashminParticipantDear support here the ftp access SFTP
http://ftp.trashless.earth
username: trashless
pw: geheim020#kind regards
arthurAugust 14, 2018 at 16:20 in reply to: rtmedia preview link not working after last update of buddyapp #206358trashminParticipanthere an example of the post on a standard theme in the attach
Attachments:
You must be logged in to view attached files.August 14, 2018 at 16:17 in reply to: rtmedia preview link not working after last update of buddyapp #206356trashminParticipantBut it should not behave like this vs buddyapp default. it should behave in a way that you see the thumbnail and description of the url in the post. Exactly as is shown in the preview modus below the post.
when you post it the preview is not submitted and when viewing the post you only see the url.see https://www.trashdating.org/members/rtmedia/activity/
how a post looks like after post update with a standar theme.With the previous version of buddyapp everything worked fine.
August 13, 2018 at 17:05 in reply to: rtmedia preview link not working after last update of buddyapp #206248trashminParticipantThe link http://www.thehospages.com is posted in the parent theme. on
https://www.trashless.earth/activity/And on https://www.trashdating.org/members/rtmedia/activity/
it posts the preview with image.August 13, 2018 at 16:19 in reply to: rtmedia preview link not working after last update of buddyapp #206234trashminParticipantThe bug also happens in parent theme. with the provided inlog you can put in an url in the activity
https://www.trashless.earth/activity/ and press on post updateThen you see it below in preview. but after posting only the url is visible.
-
AuthorPosts