Change Contact Field
3 posters
Page 1 of 1
Change Contact Field
Hi All
How do I get and change "contact field" in profile section

e.g : I would to change Pinterest field from 12345 to 12345-67890
I saw the code to change "Always allow HTML" some where before
How do I get and change "contact field" in profile section

e.g : I would to change Pinterest field from 12345 to 12345-67890
I saw the code to change "Always allow HTML" some where before
Last edited by TamDonCo on September 13th 2016, 10:39 pm; edited 1 time in total
Re: Change Contact Field
I do not understand what you want? All you have to do is enter the link, exactly just the last part of the link, to your Pinterest profile in the field.


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Change Contact Field
SLGray wrote:I do not understand what you want? All you have to do is enter the link, exactly just the last part of the link, to your Pinterest profile in the field.
I want to change the value of that field from current value to a new value
Re: Change Contact Field
This is the code from Ange Tuteur to enable HTML for users and it works
and this is my test but it does not work
where profile_field_3_-23 is field ID of Pinterest
- Code:
// auto enable HTML in the preferences
(function($) {
if (my_getcookie('faAutoHTML') != 'checked') {
$.get('/profile?mode=editprofile&page_profil=preferences', function(d) {
d = $('#ucp', d).serialize(); // serialize form data for submission
/allowhtml=0/.test(d) && $.post('/profile', d.replace(/allowhtml=0/, 'allowhtml=1') + '&submit=1'); // if HTML is disabled we'll submit the modified form data
my_setcookie('faAutoHTML', 'checked'); // set a cookie to prevent constant checks
});
}
})(jQuery);
// par ange tuteur
and this is my test but it does not work
- Code:
$(document).ready(function($){
var id = _userdata.user_id ;
$.get('/u' + id + '/profile?mode=editprofile&page_profil=informations', function (e) {
e = $('#ucp', e).serialize(); // serialize form data for submission
$.post('/profile', e.replace(/profile_field_3_-23=12345/, 'profile_field_3_-23=12345:67890') + '&submit=1');
});
});
where profile_field_3_-23 is field ID of Pinterest

» Contact Field change?
» PS3 & X-Box I.D./USername Contact Field
» Contact YIM and AIM Buttons Not Appearing + Contact Field Issues
» Contact field
» Do you want to still have the MSN contact field in your profile?
» PS3 & X-Box I.D./USername Contact Field
» Contact YIM and AIM Buttons Not Appearing + Contact Field Issues
» Contact field
» Do you want to still have the MSN contact field in your profile?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum