PDA

View Full Version : a little information plz


xtremeathlonxp
04-19-2003, 03:54 PM
I am looking at putting a button in the header E-mail to friend where it e-mails the page to any friend is this possible

Gary King
04-20-2003, 12:25 AM
Could you please be explain this a little better? I don't quite understand what you're looking for.

Do you just want to add a new button to go to the Email this page page?

xtremeathlonxp
04-20-2003, 01:16 AM
yes on every page so it would have to be in the header

Gary King
04-20-2003, 01:33 AM
The feature is only available for threads, so I'll show you how to add it to the top of every thread.

[list=1]
Open up the showthread template.
Find the first one of the following piece of code (there are 2 in the template).
<img src="https://vborg.vbsupport.ru/images/prev.gif" alt="" border="0">
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>

Before that, add the following:
<a href="sendtofriend.php?s=$session[sessionhash]&threadid=$threadid"><img src="https://vborg.vbsupport.ru/images/sendtofriend.gif" alt="" border="0" align="absmiddle">
Email this Page</a> -

[/list=1]

It will then show up to the left of Last Thread Next Thread at the top-right corner of the first post.

Hope that helps!