Im in the process of making it atm, its just taking me a while because i want to make it with hardly any queries... Plus im doing it in my spare time at work(which is not much)..
Ill show you the code when im done, its based on Welcome Panel 1.2 Hack by Hwulex (Credit to him)
Altho ive changed just about everything he done, got the idea from him.
Mostly you add this to index.php
PHP Code:
$indexpage = true;
Then edit navbar with
HTML Code:
<if condition="$indexpage">
Welcome Panel here
</if>
<if condition="!$indexpage">
Normal Navbar stuff here
</if>
When its a bit more finished and ive understand more of vb3's code u can have a look