Topic: The "Go back to PunBB.org" link on this forum!

Well I noticed that link in the top right hand corner of this forum (the one that says "Go back to PunBB.org") and, i know it's pretty simple, but could someone tell me what I should do to get a similar link on my forum that says "return to homepage" or something similar?

I know it's probabbly a simple line added to a template file but I'm.... well.... stupid so if you could just tell me what file and what line I would be very grateful!

Thanks alot
P.S. - My forum is here: http://www.teenevents.co.uk/forums/index.php

Re: The "Go back to PunBB.org" link on this forum!

humm.. i think its an easy thing to add

in your include/main.tpl file, try chaing the
<pun_navlinks><br><br>
to
<pun_navlinks><td class="puntopright"><a href="http://punbb.org/">Go back to PunBB.org</a></td><br><br>

this should work. tell me if it doesnt. i dont really use or mod 1.1.5 anymore, so i cant test it out

Indocron
$theQuestion = (2*b) || !(2*b);

Re: The "Go back to PunBB.org" link on this forum!

Well that almost worked but it was a bit messy:

http://www.teenevents.co.uk/ebay/error.bmp

Re: The "Go back to PunBB.org" link on this forum!

woah, so slow....

...

wow, still loading..


finnally, done.


alright, try  <div align="right"><a href="http://punbb.org/">Go back to PunBB.org</a></div><br><br>

Indocron
$theQuestion = (2*b) || !(2*b);

5 (edited by Gizzmo 2004-11-08 23:37)

Re: The "Go back to PunBB.org" link on this forum!

the easy way is to just look in the output code for anypage with the link and see how its done...no ofence



<table class="punmain" cellspacing="1" cellpadding="4">
    <tr class="punhead">
        <td class="punhead">
            <span class="puntitle">PunBB.org Forums</span><br>
            Unfortunately no one can be told what PunBB is - you have to see it for yourself.
        </td>
    </tr>
    <tr>
        <td class="puncon1">
            <table class="punplain" cellspacing="0" cellpadding="0">
                <tr>
                    <td>
                        <a href="index.php">Home</a> | <a href="userlist.php">User list</a> | <a href="misc.php?action=rules">Rules</a> | <a href="search.php">Search</a> | <a href="profile.php?id=842">Profile</a> | <a href="login.php?action=out">Logout</a><br><br>
                        Logged in as <b>Gizzmo</b>.<br>Last visit: Today 06:17:26
                    </td>
                    <td class="puntopright">
                        <a href="http://punbb.org/">Go back to PunBB.org</a>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>

Re: The "Go back to PunBB.org" link on this forum!

yes, i tried that too, but still. it came up with that. i guess you need to know where to add that line of code

Indocron
$theQuestion = (2*b) || !(2*b);

7 (edited by Connorhd 2004-11-09 13:23)

Re: The "Go back to PunBB.org" link on this forum!

<table class="punmain" cellspacing="1" cellpadding="4">
    <tr class="punhead">
        <td class="punhead">
            <span class="puntitle"><pun_title></span><br>
            <pun_desc>
        </td>
    </tr>
    <tr>
        <td class="puncon1">
            <table class="punplain" cellspacing="0" cellpadding="0">
                <tr>
                    <td>
                        <pun_navlinks><br><br>
                        <pun_status>
                    </td>
                    <td class="puntopright">
                        <a href="http://punbb.org/">Go back to PunBB.org</a>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>