PDA

View Full Version : possable to hide navbar on index.php BUT show on all other pages?


ryancooper
05-19-2009, 01:02 PM
Is there a code that will hide the navbar on the index.php page BUT show it on all other pages?

Thanks!

Ryan

tipoboy
05-19-2009, 01:04 PM
go to admin cp --> styles and templates --> THE SKIN YOU WANT TO REMOVE THE NAVBAR IN --> --> forumhome --> find:

$navbar

and remove it :D

done

ryancooper
05-19-2009, 01:11 PM
DUH! That was easy. Thanks! :) I was thinking i had to remove it fro mthe header and it would disappear from all pages... ;)

tipoboy
05-19-2009, 01:11 PM
no probs glad to help :D

ryancooper
05-19-2009, 01:13 PM
Also found this would work

<if condition="THIS_SCRIPT != 'index'">
navbar stuff
</if>

tipoboy
05-19-2009, 01:17 PM
it would work too :D

you can also use the if conditional to remove it in other pages too