Suggestion Box
About admin mentions and support

Hallo @admin and @adesh

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 smile 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 smile


P.S.: That topic got overseen:


https://codologic.com/forum/index.php?u=/topic/13296/download-installation-files-link


Hallo @admin and @adesh I would like to make a **suggestion** here regarding the **support**, especially if someone **mentioned @admin** so the help of an admin. It&#039;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&#039;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&#039;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):** ```` &lt;!DOCTYPE html&gt; &lt;html lang=&quot;en&quot;&gt; &lt;head&gt; &lt;meta charset=&quot;utf-8&quot;&gt; &lt;/head&gt; &lt;body&gt; &lt;p id=&quot;myPara&quot;&gt;Change the Font Color of Paragraph in JavaScript&lt;/p&gt; &lt;button type=&quot;button&quot; onclick=&quot;changeStyle()&quot;&gt;Click Me&lt;/button&gt; &lt;script&gt; function changeStyle(){ var element = document.getElementById(&quot;myPara&quot;); element.style.color = &quot;red&quot;; //element.style.color = &quot;#FF0000&quot;; } &lt;/script&gt; &lt;/body&gt; &lt;/html&gt; ```` **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

edited Nov 6 '21 at 5:40 pm

That's a very good idea. We will see how we can add it as a feature though as we want to try to avoid any customized features at least in this forum.


That&#039;s a very good idea. We will see how we can add it as a feature though as we want to try to avoid any customized features at least in this forum.
Necessity is the mother of all inventions!

@admin I think that would be quite a usefull feature by default for whole Codoforum, not only for the CF support board here smile

Thanks for Your interest mate smile


Have a good day smile


@admin I think that would be quite a usefull feature by default for whole Codoforum, not only for the CF support board here :) Thanks for Your interest mate :) Have a good day ;)

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

83
2
2
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft