I am looking for some ideas for a new design for a new SMF theme to release to you and the SMF community.
Maybe a design more like your homepage, i think the clean look is more appealing.
Oh and great work on your 2 themes so far.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I am looking for some ideas for a new design for a new SMF theme to release to you and the SMF community.
To edit the menu just go into the index.template.php and find:Code: [Select]function vp_nav_bar()
In that function you will find an array called $vp_nav_bar_items. All of the nav bar items are in that array. If you need to edit the text you can just hardcode it in which just means write it out and remove the $txt variables or go into the index.english.php and find the text strings to edit.