Posted
by daniel on Friday,
January 14,
2011
at 12:10 am.
$dojo_byline = ob_get_contents();
ob_end_clean();
// Show or hide the byline based on admin option.
if ( $dojo_byline_in_title == 'true' ) { echo $dojo_byline; }
?>
Over the past few weeks we’ve received a lot of feedback about how users wish to customise different devices within RackSmith.
In the existing system this has been quite difficult as devices have strict predefined attributes however this is about to change.
The idea is that devices will now be built by selecting a combination of traits, allowing you to more closely model any real world scenario. This is an extremely important step forward for us as it allows much more future expansion and standardises a lot of our code.
Below you can see some of the possible options available, each of these traits contains values within them allowing finer configuration (eg. rack mountable contains a RU height value).
Remember this form is only used once per model of device & simplifies all future work.

You can find this new feature on the development version on the SVN, it is almost completed and about to undergo testing before the next release.