Page 1 of 1

inserting a link

Posted: Sat Sep 24, 2005 4:11 am
by Jay
Script URL:
Version of script:
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:

Write your message below:

I want to insert a link back to my home page, how? and where does it go?Thanks this script is great! :?:

Got it..

Posted: Sat Sep 24, 2005 2:37 pm
by Jay
I figured it out :D Had to just keep playing around, and put exactly what I needed into the page :!: Your scripts are awesome.. Jay :!:

'Return to Home' message

Posted: Mon Oct 31, 2005 5:32 pm
by Stuart Cato
I posted a similar query on Friday after seeing that in guestbook there is such a function but not in mboard. But somehow it doesn't seem to have come up. Essentially I would like to be able to have a return to my home page function in mboard. Jay seems to have cracked it, but I don't know where to start. Or can I copy something from the gbook script into mboard ?

Value help

stuart.cato@onetel.net

Posted: Tue Nov 01, 2005 4:03 pm
by Guest
Like the link at the bottom of my forum?
http://www.tappout.co.uk/acton/forum/

Just put <a href="htp://www.yourwebsite.com">Website name</A> in your footer.txt file. :)

Return to Home

Posted: Tue Nov 01, 2005 5:44 pm
by Stuart Cato
Thank you "guest" - yes of course I can do that and will. I was thinking of a link in the top menu like in guestbook, but I guess it's not necessary

Stuart C

adding link

Posted: Fri Nov 18, 2005 8:54 pm
by Guest 2
Edit the PHP script to add the URL. I placed mine right above the New Topic Link:

<p><a href="http://mysite.com/home.htm"><b>mysite home</b></a></p>
<hr>
<p><a href="#new"><b>New topic</b></a></p>

Return to Home

Posted: Fri Nov 18, 2005 10:55 pm
by Stuart Cato
Thanks Guest 2 - it works a treat - just what I needed

Stuart