MyBB Community Forums

Full Version: Tell a friend mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok, I uploaded and ran the script but where is the link to it??

a) If I have to mkae it myself then I know how, but you may want to put it in the install scriupt on how to make the link for others who dont know.

b) If it should be there, then what might have gone wrong??

k776
The install script cannot modify your existing templates.

To add a link, find this in your index template:

<a href="stats.php">Forum Statistics</a>

Then, add this after it:

<a href="tellfriend.php">Tell A Friend</a>
ok, thanks. You may want to include that in the install file then.

k776