Find the following:
Admin CP > Unreal Mods > Add Custom Block
Then Enter the following:
Block Name:navigation
The name has to be lowercase and only one word for it to work
Block Title: Navigation
This is the title of the block that's shown on the site
Block PHP/HTML:
<?php
echo <<<EOF
<a href='{$this->ipsclass->base_url}act=idx'>Forum</a><br/>
<a href='{$this->ipsclass->base_url}act=search'>Search</a><br/>
<a href='{$this->ipsclass->base_url}act=members'>Member List</a><br/>
<a href='{$this->ipsclass->base_url}act=help'>Help</a><br/>
<a href="http://www.yourlink.com">Your links names</a><br/>
EOF;
?>Be sure to put the php code in between the <?php and ?> tags















