I would like to make a suggestion here regarding the support, especially if someone
mentioned @admin so the help of an admin.
It's very rare, but sometimes it happens that such admin mentions are overlooked.
How about writing a little script that colors the background of the topic's heading red when someone writes @admin, then you would immediately see where help is needed and nothing can be overlooked.
This is just a suggestion, I don't want to annoy you ok I think your support is still very good - but you know how people are, they get frustrated and then quickly infect others with bad opinions.
Example in JS (something like this but also with reaction to mention @admin):
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<p id="myPara">Change the Font Color of Paragraph in JavaScript</p>
<button type="button" onclick="changeStyle()">Click Me</button>
<script>
function changeStyle(){
var element = document.getElementById("myPara");
element.style.color = "red";
//element.style.color = "#FF0000";
}
</script>
</body>
</html>
Kind regards and thx for your work,
Andy
P.S.: That topic got overseen:
https://codologic.com/forum/index.php?u=/topic/13296/download-installation-files-link
https://net-twin.de/ Community for creative people - JOIN it Now please
https://github.com/WebCrew My GitHub account
https://sell-co.de/ Lots of Web-Tools and Utilities for free