Today I installed the new version of the pwsdashboard, which actually went very quickly and well
Also the automatic update procedure (PWS_updates.php) worked for me.
But how can I add the webcam link below to the webcam block?
See screenshot.
In the previous version this worked with some adjustments in the two webcamâŚphp files.
But in this latest version of the pwsdashboard this is changed, so I donât know exactly what to do.
I tried a lot of things, but nothing worked, so now Iâm out of options.
I have now put everything back to the original version, so that I can start with a clean state.
If possible please provide a step-by-step explanation of how to solve this?
That customized one uses an iFrame to display the movie, and that is allowed.
Make a backup/copy of your current pwsWD/webcam_c_block.php
Copy the old webcam_c_block.php to pwsWD/ and test it.
Then we know if some general setting prohibits functioning.
Important change the first line to
<?php $scrpt_vrsn_dt = 'webcam_c_block.php|09|2029-12-31|'; # customized version
Just to get a warning when the update script want to replace it.
I did some testing this afternoon and found a solution, but there are probably other ways too.
Displaying the webcam image in the dashboard was already fixed by using the old version of the âwebcam_c_block.phpâ.
The only thing that remained was enlarging.
The last sentence is then with the change to the new url âYouTubeâ.
This works for me, changed also the first sentence in all these files to 09, so that they can be specially checked within the automatic updates.
If there is of course another way in which these files can also go with the automatic updates, then I would like to see that, but if not then itâs also okay, then I have to look for the changes in these eventually new files.
I have already documented for myself the changes, so thatâs not the problem.
Thanks a lot for all your work, it looks great again!