PDA

View Full Version : Discussion: Pinstriped Style v1.0 by Nightbreed



Steve Machol
Mon 28th Mar '05, 3:12pm
For discussion of this style:

http://www.vbulletin.com/forum/showthread.php?t=132176

Dean C
Mon 28th Mar '05, 3:25pm
Quite nice, it looks a little IPBish on first glance :)

munk
Tue 29th Mar '05, 11:38pm
very nice effort thanks a lot :)

dsmcd01
Wed 30th Mar '05, 12:03am
Noticed this released on vBulleting Templates (http://www.vbulletintemplates.com/mods/showthread.php?t=7800). Just waiting for me to get off my butt and make a logo for it and I'll make it live. Nice work.

forteanajones
Tue 19th Jul '05, 11:31pm
This is a great style!

I'm having difficulty adding navbar elements. I know just enough html & php to get myself into trouble, and adding <td> stuff to the "navbar" template isn't having any effect. I'm sure I'm missing something very basic.

Here's what I've got:



<!-- breadcrumb -->
<table class="alt1" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<if condition="is_array($navbits)">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td width="100%" class="smallfont"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1">$vboptions[bbtitle]</a> $navbits[breadcrumb] - $navbits[lastelement]</span></td>
</tr>
</table>
<else />
<span class="smallfont">$vboptions[bbtitle]</span>
</if>
</td>
</tr>
</table>

<!-- / breadcrumb -->

<!-- nav buttons bar -->

<div align="center">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">

<tr align="center">

<td class="vbmenu_control"><a href="chat/flashchat.php"
target="flashchat">FlashChat</a></td>

<td id="journalnavbar" class="vbmenu_control"><a href="#journalnavbar">Journal</a> <script type="text/javascript"> vbmenu_register("journalnavbar"); </script></td>

</tr>

</table>

</div>

<!-- / nav buttons bar -->

Remon Thijssen
Thu 21st Jul '05, 6:19pm
I think you should look in the header template.

The logo and navbar is there in this style