MyBB.de Forum
Code Select All - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: Code Select All (/thread-25905.html)



Code Select All - MyBB.de Bot - 24.06.2012

Eine neue Erweiterung wurde veröffentlicht: Code Select All

Zitat:Code Select All modifies code and php blocks to add a "Select All" link in the codeblock title. This allows for easy copying of the contents by simply clicking the link. The link appearance can also be altered via the "select_all" class.

Example:
a:link.select_all {
color: rgb(221,138,62);
}

a:visited.select_all {
color: rgb(221,138,62);
}

a:hover.select_all, a:active.select_all {
text-decoration: none;
color: rgb(221,138,62);
}

.select_all {
font-family: Arial;
font-size: 0.875em;
}

To install, unpack the contents of the archive at the root of your forum, then Activate the plugin (no install needed).