Page 1 of 2

Add Profile pictures & banners

Posted: Fri Jun 15, 2018 3:31 pm
by kolyamber
Hello Martin! Is this possible to add feature to add Profile Banner aswell as profile avatar?
How i see this: I will choose folder which contains Profile avatars (400x400) & I will choose folder which contains Profile banners (2480x520) , then I will click "use similar items" (or smth like this) button & SCM will take Profile Avatar which will be named 2.jpg from 1st folder , then SCM will find 2.jpg in 2nd folder & will add them both to the account (Names of items must be similar).

I'm working with large amount of accounts , so this will REALLY save tons of my time & nerves :) I understand that much people don't need this function as they are working with few accounts & this feature isn't in priority , but if sometime you will find time for that it will be great.

Thanks)

Re: Add Profile pictures & banners

Posted: Sat Jun 16, 2018 1:08 pm
by martin@rootjazz
I will need to check - I did previously but there was an ID I couldn't extract so was not possible

Re: Add Profile pictures & banners

Posted: Mon Jul 16, 2018 2:55 pm
by kolyamber
Hey Martin. Did you check this?

Re: Add Profile pictures & banners

Posted: Mon Jul 16, 2018 4:03 pm
by martin@rootjazz
Not yet. I will see to it this week

Re: Add Profile pictures & banners

Posted: Wed Sep 05, 2018 11:00 am
by kolyamber
Maybe it's possible to open sc profile page , then make next:

ctrl+shift+k

Push Update image button:
document.getElementsByClassName("headerImageEditButton sc-button-camera sc-button-translucent profileHeader__headerImageEditChooser right sc-button sc-button-medium sc-button-responsive").item(0).click()

Then push replace button:
document.getElementsByClassName("headerImageEditChooser__chooseButton sc-button headerImageEditDropdown__button sc-button sc-button-nostyle").item(0).click()

Then choose a banner picture.

It's work for me manually , i believe you can add this in SCM. :D

Re: Add Profile pictures & banners

Posted: Wed Sep 05, 2018 11:29 pm
by martin@rootjazz
kolyamber wrote: Wed Sep 05, 2018 11:00 am Maybe it's possible to open sc profile page , then make next:

ctrl+shift+k

Push Update image button:
document.getElementsByClassName("headerImageEditButton sc-button-camera sc-button-translucent profileHeader__headerImageEditChooser right sc-button sc-button-medium sc-button-responsive").item(0).click()

Then push replace button:
document.getElementsByClassName("headerImageEditChooser__chooseButton sc-button headerImageEditDropdown__button sc-button sc-button-nostyle").item(0).click()

Then choose a banner picture.

It's work for me manually , i believe you can add this in SCM. :D
That is for the browser, the program doesn't use the browser directly so it won't work.

But I will put this back on the todo list (sorry I completely forgot about it)

Re: Add Profile pictures & banners

Posted: Thu Sep 06, 2018 9:06 am
by kolyamber
Okay , thanks)

Re: Add Profile pictures & banners

Posted: Wed Sep 19, 2018 8:19 pm
by martin@rootjazz
The next update will fix this. I shall 'let you know when it is ready.



Regards,
Martin

Re: Add Profile pictures & banners

Posted: Wed Sep 19, 2018 10:41 pm
by martin@rootjazz

Re: Add Profile pictures & banners

Posted: Fri Sep 21, 2018 8:52 pm
by kolyamber
Woah sounds great!

Gonna test this today :)