Bri Hendren-Santiago (2024)

Bri Hendren-Santiago (1)

Bri Hendren-Santiago (2)

Bri Hendren-Santiago (3)

Drag to reposition cover

Bri Hendren-Santiago has not posted anything yet

    Following

    (1)

  • Sportycus

    Followers

    (280)

  • Aja Sims-Fletcher

    Karson Kaiser

    Ashleigh Anderson

    Kennady Anderson

    Daniella Hubble

    Jaycee Williams

    Izzi Wirtz

    Chloe Diner

    Matthew Wright

Unfriend

Are you sure you want to unfriend?

Bri Hendren-Santiago (15)

Bri Hendren-Santiago (16)

Report this User

'); Wo_Delay(function(){ $("#open_add_to_family_modal").slideUp(function(){ $(this).remove(); $("#add_to_family").modal('hide'); }) location.reload() },1500); } else{ $('.add_to_family_alert').html('

' + data.message + '

'); } $('#add_to_family').find('.disable_btn').removeAttr("disabled"); }) .fail(function() { console.log("error"); }) }function Wo_ReportProfile(id = false,report = true){ var report_text = $("#report-user-text-125088").val(); if (!id) {return false;} else if(report == true){ if (!report_text) {return false;} } $('#report_profile').find('.disable_btn').attr('disabled','disabled'); $.ajax({ url: Wo_Ajax_Requests_File() + '?f=reports&s=report_user', type: 'POST', dataType: 'json', data: {text:report_text,user:id}, }) .done(function(data) { if(data.status == 200 && data.code == 0){ $('#report_status').replaceWith('\

  • \ \ Report this User\
  • '); } else if (data.status == 200 && data.code == 1) { $("#report-user-text-125088").val(''); $("#report_profile").modal('hide'); $('#report_status').replaceWith('\

  • \ \ Cancel Report\
  • '); } $('#report_profile').find('.disable_btn').removeAttr("disabled"); }) .fail(function() { console.log("error"); })}function loadposts(user_id) { $.get(Wo_Ajax_Requests_File() + '?f=load_profile_posts', {user_id:user_id}, function(data) { $('.posts_load').html(data); });}var user_id = $('.profile').attr('data-id');$(function () { user_id = $('.profile').attr('data-id'); $('form.profile-avatar-changer').ajaxForm({ url: Wo_Ajax_Requests_File() + '?f=update_user_avatar_picture', beforeSend: function () { $('.profile_avatar').fadeOut(100); $('.user-avatar-uploading-container').fadeIn(200); }, success: function (data) { $('.profile_avatar').fadeIn(100); if(data.status == 200) { Wo_GetNewPosts(); $('[id^=updateImage-125088]').attr('data-target', '#ProfileImageModal-Stopped'); $('[id^=updateImage-125088]').attr('onclick', 'Wo_OpenProfilePicture("' + data.img_or + '");'); $('[id^=updateImage-125088]').attr("src", data.img); $('#cropImage').modal('show'); socket.emit("on_avatar_changed", {from_id: _getCookie("user_id"), name: data.img}); $('#image-to-crop img').attr('src', data.avatar_full); $('#image-to-crop img').attr('data-image', data.avatar_full_or); $('#image-to-crop img').on("load", function() { setTimeout(function () { $('#image-to-crop img').rcrop({ minSize : [130,130], preserveAspectRatio : true, grid : true }); }, 1000);}).each(function() { if(this.complete) $(this).load();}); if($("ul[data-profile-completion]").length == 1) { if ($('#add-profile-avatar').length == 1) { // window.location.reload(); } } } else {if(data.invalid_file == 3){$("body").snackbar({message: "We have detected some adult content on the image you uploaded, therefore we have declined your upload process."});}} $('.user-avatar-uploading-container').fadeOut(200); } }); $('form.cover-position-form').ajaxForm({ url: Wo_Ajax_Requests_File() + '?f=re_cover', dataType: 'json', beforeSend: function() { $('.user-reposition-dragable-container').hide(); $('.user-repositioning-icons-container').html('

    ').fadeIn('fast'); }, success: function(data) { if (data.status == 200) { $('.user-cover-reposition-w img').attr('src', data.url + '?time=' + Math.random()).on("load", function () { $('.when-edit').hide(); $('.when-notedit').show(); $('.user-repositioning-icons-container').fadeOut('fast').html(''); $('.user-cover-reposition-w').show(); $('.user-reposition-container').hide().find('img').css('top', 0); $('.cover-resize-buttons').hide(); $('.default-buttons').show(); $('input.cover-position').val(0);$('.wo_user_profile .card.hovercard .pic-info-cont, .problackback').fadeIn(); }); } } }); $('.profile-cover-changer').ajaxForm({ url: Wo_Ajax_Requests_File() + '?f=update_user_cover_picture', beforeSend: function () { $('.profile_cover').fadeOut(100); $('.user-cover-uploading-container,.user-cover-uploading-progress').fadeIn(200); }, success: function (data) { $('.profile_cover').fadeIn(100); if(data.status == 200) { Wo_GetNewPosts(); $('[id^=cover-image]').attr('data-target', '#ProfileCoverImageModal-Stopped'); $('[id^=cover-image]').attr('onclick', 'Wo_OpenProfileCover("' + data.cover_or + '");'); $('[id^=cover-image]').attr("src", data.img); $('#full-image').attr("src", data.cover_full); $('#full-input-image').val(data.cover_full); $('#cover-input-image').val(data.cover_or); Wo_StartRepositioner(); } else {if(data.invalid_file == 3){$("body").snackbar({message: "We have detected some adult content on the image you uploaded, therefore we have declined your upload process."});}} $('.user-cover-uploading-container,.user-cover-uploading-progress').fadeOut(200); } });});function Wo_GetFollowing(user_id) { $.get(Wo_Ajax_Requests_File(), { f: 'get_following_users', user_id: user_id }, function (data) { if(data.status == 200) { $('.sidebar-following-users-container').html(data.html); } });}function Wo_GetFollowers(user_id) { $.get(Wo_Ajax_Requests_File(), { f: 'get_followers_users', user_id: user_id }, function (data) { if(data.status == 200) { $('.sidebar-followers-users-container').html(data.html); } });}function Wo_GetLikes(user_id) { $.get(Wo_Ajax_Requests_File(), { f: 'pages', s: 'get_likes', user_id: user_id }, function (data) { if(data.status == 200) { $('.sidebar-likes-container').html(data.html); } });}function Wo_GetMoreFollowing(user_id) { after_last_id = $('.user-data:last').attr('data-user-id'); $.get(Wo_Ajax_Requests_File(), { f: 'get_more_following', user_id: user_id, after_last_id: after_last_id }, function (data) { if(data.status == 200) { if(data.html.length == 0) { $('.load-more').find('button').text("No more users to show"); } else { $('#following-list').append(data.html); } } });}function Wo_GetMoreUserLikes(user_id) { after_last_id = $('.user-data:last').attr('data-page-id'); $.get(Wo_Ajax_Requests_File(), { f: 'pages', s: 'get_more_likes', user_id: user_id, after_last_id: after_last_id }, function (data) { if(data.status == 200) { if(data.html.length == 0) { $('.load-more').find('button').text("No more pages to show"); } else { $('#likes-list').append(data.html); } } });}function Wo_GetMoreVideos(user_id) { after_last_id = $('.video-data:last').attr('data-video-id'); $.get(Wo_Ajax_Requests_File(), { f: 'get_more_videos', user_id: user_id, after_last_id: after_last_id }, function (data) { if(data.status == 200) { if(data.html.length == 0) { $('.load-more').find('button').text("No more videos to show"); } else { $('#videos-list').append(data.html); } } });}function Wo_GetMorePhotos(user_id) { after_last_id = $('.usr_phts_sectn .photo-data:last').attr('data-photo-id'); $.get(Wo_Ajax_Requests_File(), { f: 'get_more_photos', user_id: user_id, after_last_id: after_last_id }, function (data) { if(data.status == 200) { if(data.html.length == 0) { $('.load-more').find('button').text("No more photos to show"); } else { $('#photos-list').append(data.html); } } });}function Wo_GetMoreFollowers(user_id) { after_last_id = $('.user-data:last').attr('data-user-id'); $.get(Wo_Ajax_Requests_File(), { f: 'get_more_followers', user_id: user_id, after_last_id: after_last_id }, function (data) { if(data.status == 200) { if(data.html.length == 0) { $('.load-more').find('button').text("No more users to show"); } else { $('#followers-list').append(data.html); } } });}function Wo_UpdateProfileAvatar() { $("form.profile-avatar-changer").submit();}function Wo_UpdateProfileCover() { $("form.profile-cover-changer").submit();}function Wo_SetCookieAlert() { $.get(Wo_Ajax_Requests_File(), { f: 'set_admin_alert_cookie' });}function Wo_OpenProfileCover(image) { $.post(Wo_Ajax_Requests_File() + '?f=get_user_profile_cover_image_post', { image:image }, function (data) { if (data.status == 200) { Wo_OpenLightBox(data.post_id); } else { $('[id^=cover-image]').attr('data-target', '#ProfileCoverImageModal'); $('[id^=cover-image]').attr('data-toggle', 'modal'); $('#ProfileCoverImageModal').modal('show'); } });}function Wo_OpenProfilePicture(image) { $.post(Wo_Ajax_Requests_File() + '?f=get_user_profile_image_post', { image:image }, function (data) { if (data.status == 200) { Wo_OpenLightBox(data.post_id); } else { $('[id^=updateImage-' + user_id + ']').attr('data-target', '#ProfileImageModal-' + user_id); $('[id^=updateImage-' + user_id + ']').attr('data-toggle', 'modal'); $('#ProfileImageModal-' + user_id).modal('show'); } });}function Wo_GetMutualFriends(user_id) { Wo_progressIconLoader($('#sidebar-mutual-list-container').find('span')); $.get(Wo_Ajax_Requests_File(), { f: 'get_mutual_users', user_id: user_id }, function (data) { if(data.status == 200) { $('.sidebar-mutual-users-container').html(data.html); } Wo_progressIconLoader($('#sidebar-mutual-list-container').find('span')); });}

    Bri Hendren-Santiago (2024)
    Top Articles
    B-53877 pe Compari.ro
    Makita SDS-Plus B-53877 17 ks od 1 290 Kč
    Garrison Blacksmith Bench
    Chambersburg star athlete JJ Kelly makes his college decision, and he’s going DI
    How Many Cc's Is A 96 Cubic Inch Engine
    Free Atm For Emerald Card Near Me
    OSRS Fishing Training Guide: Quick Methods To Reach Level 99 - Rune Fanatics
    1movierulzhd.fun Reviews | scam, legit or safe check | Scamadviser
    The Pope's Exorcist Showtimes Near Cinemark Hollywood Movies 20
    Moviesda Dubbed Tamil Movies
    Craigslist In Fredericksburg
    10000 Divided By 5
    Rochester Ny Missed Connections
    Urinevlekken verwijderen: De meest effectieve methoden - Puurlv
    Catsweb Tx State
    Otr Cross Reference
    R Tiktoksweets
    Capitulo 2B Answers Page 40
    Power Outage Map Albany Ny
    How Many Slices Are In A Large Pizza? | Number Of Pizzas To Order For Your Next Party
    Guidewheel lands $9M Series A-1 for SaaS that boosts manufacturing and trims carbon emissions | TechCrunch
    2021 Lexus IS for sale - Richardson, TX - craigslist
    Diesel Mechanic Jobs Near Me Hiring
    National Weather Service Denver Co Forecast
    Jenn Pellegrino Photos
    Boston Gang Map
    Halo Worth Animal Jam
    Greenville Sc Greyhound
    Munis Self Service Brockton
    Construction Management Jumpstart 3Rd Edition Pdf Free Download
    Valic Eremit
    Barista Breast Expansion
    Garden Grove Classlink
    Craigslist Scottsdale Arizona Cars
    47 Orchid Varieties: Different Types of Orchids (With Pictures)
    Culver's Hartland Flavor Of The Day
    Why The Boogeyman Is Rated PG-13
    Reborn Rich Ep 12 Eng Sub
    Pitchfork's Top 200 of the 2010s: 50-1 (clips)
    Sunrise Garden Beach Resort - Select Hurghada günstig buchen | billareisen.at
    Jason Brewer Leaving Fox 25
    Express Employment Sign In
    Complete List of Orange County Cities + Map (2024) — Orange County Insiders | Tips for locals & visitors
    Doublelist Paducah Ky
    DL381 Delta Air Lines Estado de vuelo Hoy y Historial 2024 | Trip.com
    Advance Auto.parts Near Me
    Mit diesen geheimen Codes verständigen sich Crew-Mitglieder
    Understanding & Applying Carroll's Pyramid of Corporate Social Responsibility
    Craigslist Monterrey Ca
    Arre St Wv Srj
    Att Corporate Store Location
    Texas 4A Baseball
    Latest Posts
    Article information

    Author: Pres. Lawanda Wiegand

    Last Updated:

    Views: 6204

    Rating: 4 / 5 (71 voted)

    Reviews: 94% of readers found this page helpful

    Author information

    Name: Pres. Lawanda Wiegand

    Birthday: 1993-01-10

    Address: Suite 391 6963 Ullrich Shore, Bellefort, WI 01350-7893

    Phone: +6806610432415

    Job: Dynamic Manufacturing Assistant

    Hobby: amateur radio, Taekwondo, Wood carving, Parkour, Skateboarding, Running, Rafting

    Introduction: My name is Pres. Lawanda Wiegand, I am a inquisitive, helpful, glamorous, cheerful, open, clever, innocent person who loves writing and wants to share my knowledge and understanding with you.