Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Save Button handler for Edit My Thumbnail

how to find where it is?

the found url redirects in files

forum\js\library\jquery.popup.js and forum\applications\dashboard\controllers\class.profilecontroller.php

seems not connected to this dialog.

Best Answers

  • peregrineperegrine MVP
    Answer ✓

    it is probably take care of in profile.js around line 55

    $('.Popup :submit').click(function() {
    $('.Popup .Body').children().hide().end().append('<div class="Loading">&nbsp;</div>');
    }); 
    

    and then reverts back to the file that made the call to it - profile/index.php or profile/thumbnailphp. maybe? you might have look digging around in those three files.


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

    johansonlocker
  • 422422 Developer MVP
    Answer ✓

    is removepicturelink defined ?

    422 Real Estate Australia , now open Check it out

    johansonlocker

Answers

Sign In or Register to comment.