Contents |
Inspired by Info Box for RavenNuke by nukecoder and including several popular features from the RavenWebServices User Info Block, the User Info block featured in RavenNuke⢠2.5 offers a multitude of styling and functionality enhancements; including but not limited to:
Block options/settings can be found inside the block file block-User_Info.php. Refer to the block file for details, as most settings are self explanitory. Suffice it to say there are many options to configure to your desired function and appearance
Default styling is declared in ravennuke.css. It is highly recommended that you override the default CSS statements rather than edit ravennuke.css. CSS overrides should be placed in your style.css so that changes do not effect other themes or core functionality.
When used in the center position, jQuery Masonry is used to balance the layout dynamically; as no reliable CSS method could be established due to the myriad of block options. Edits to the center position layout are not recommended unless you have a familiarity with both JavaScript and CSS. See jquery.userinfo.js to adjust the jQuery Masonry configuration, which is bound to the window resize event to adjust the layout if the parent container changes size (demo).
The default set of CSS sprites feature icons adapted from the Crystal Project and the Tango Desktop Project. An alternate set of icons featuring BitIcons and IconSweets2 is available in this download, which also includes a PSD file to customize your own icons; and quick start instructions for modifying your theme(s).
The default third party service used for admin IP lookups has changed to a paid service. One recommended replacement might be: whois.domaintools.com
$whoisServerString = 'whois.domaintools.com/'; //admin ip lookup
This block was originally designed as an after-market addon. The theme detection contained in the block was used so that no edits were required to CSS files; even when running multiple themes. Since this block has been incorporated into the RavenNuke⢠distribution this functionality isn't needed as much, so look for it to be removed in a future release. Also look for an admin control panel in a future version, so that edits to the block file will no longer be necessary.