Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Yes, all right, but in this case, the user is uploading the banner for a given website (since he has more than one website in the same account), but the banner changes only the first website he created in that account, and not the site where he uploads.
<select name="site" class="form-control">
{$user_cp_upload_sites}
</select>
Very strange, can you test on aatoplist.com and see if the problem is reproducible?I have to start here ^^
Hello everybody.
The problem is, I tried it myself.
One account, two pages entered.
As soon as I upload the banner for the second page, the banner in the first post is overwritten and is no longer the right one.
And yes, I picked the right side.
This has already happened to some of my users.
I haven't changed the upload file.
What should be done?
greeting
Andreas
sources/user_cp/banner.php
We select data from main account in the beginning and use these values instead of the submitted ( possibled sub account ) for old banner/mp4 checks and unlinking old banner. This can result in unlinking of the main account banner/mp4 if you upload banner for a sub account.
Fixed that by introducing a new query in the submit handler to get the banners from the submitted site.