Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Code Select All

Adds SELECT ALL link to code and php blocks to allow for easy copying.

Version: 1.0.0
Author: krewe
Submitted: 18th June 2012
Last Updated: 19th June 2012
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).