The user has wrote more than 100 posts and comments
Post lover
You have liked more than 50 posts!
Merry Christmas 2022
Thanks for having been with us during Christmas season!
Passioned user
You have participated in 50+ different topics, a true fan!
Forum Writer
You have opened more than 20 topics on the forum
Members Guru
You have received more than 50 likes on your posts. Our members really what you have to say!
Posts : 556 Points : 22220
Let's say all users have a field I made that contains URL for some image. How can I access the field from any part of the forum with jQuery? @Niko I believe you mentioned something to me but I didn't understand quite well. Is there any practical example on how to achieve that?
Last edited by System32 on Sat Jan 14, 2023 8:30 am; edited 2 times in total
You belong to this community since its ancient time
Active Contributor
The user has wrote more than 100 posts and comments
Passioned user
You have participated in 50+ different topics, a true fan!
Post lover
You have liked more than 50 posts!
Beta Tester
You have been part of the Beta-Testing team
Forumotion expert
This user is an expert with Forumotion free forum hosting
10th Anniversary (Grand Re-open)
Thanks for being part of our grand re-opening
Merry Christmas 2022
Thanks for having been with us during Christmas season!
Forum Writer
You have opened more than 20 topics on the forum
The Life of the Party
You have made more than 20 members in our community, wow!
Members Guru
You have received more than 50 likes on your posts. Our members really what you have to say!
Posts : 3614 Points : 129527
You may try with this:
Code:
$.ajax({ url: '/profile?mode=editprofile&page_profil=informations', datatype: 'html', success: function (data) { var result = $(data).find('#profile_field_13_2').attr('value');
The user has wrote more than 100 posts and comments
Post lover
You have liked more than 50 posts!
Merry Christmas 2022
Thanks for having been with us during Christmas season!
Passioned user
You have participated in 50+ different topics, a true fan!
Forum Writer
You have opened more than 20 topics on the forum
Members Guru
You have received more than 50 likes on your posts. Our members really what you have to say!
Posts : 556 Points : 22220
Nice. You are god. Thanks my man.
Topic closed with success
Dear member,
the current topics seems to have been solved, and for this reason it can be closed with success. I will now proceed to archive this topic and move it to the related Archives sub-section.