24.06.2012, 12:20
(Dieser Beitrag wurde zuletzt bearbeitet: 26.08.2014, 09:54 von MyBB.de Bot.)
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).