1

Topic: header.tpl

In my header.tpl code in vldpersonals I am not sure where to put

<a href="http://connectkiwis.110mb.com/punbb1216/">Forum</a>

for the punbb forum I have installed so the forum link shows on the home page.

Thanks

2

Re: header.tpl

your new link should look something like this

<li class="div"></li>
<li><a href="https://www.yourwebsite_name_here/forum">Forum</a><li>
<li class="div"></li>

the div statements are the dividers
with the above code will make a link that will look like this:--->   | Forum |

seeme101

Not only am I a Staff member,  I'm also a Client

3

Re: header.tpl

What line in header.tpl (the latest) in dark_yellowish template would the following go.

<li class="div"></li>
<li><a href="https://www.yourwebsite_name_here/forum">Forum</a><li>
<li class="div"></li>


You cannot show the whole code just a hint say line 40, or after <div id="headernav">  say.

I am thankful for any help

Thanks

4

Re: header.tpl

Just paste the code where you want the link to appear

<div>
home
<div>
events
<div>
your new link here
<div>
search
<div>

You need to know just a little about HTML  big_smile

</seeme101>

Last edited by seeme101 (2008-01-16 02:33:32)

Not only am I a Staff member,  I'm also a Client

5

Re: header.tpl

Hey guys, you can say thank you if someone helps you

Thanks seeme101