I have a couple of websites (the ones in my signature) that use php forums. I would like to add a link on the forums back to the website but know nothing about php. From looking at the code it appears that it would just be a straight forward HTML link but I do have a few questions. For instances. I want title text at the top to be the link but no idea which page to change. I assume that I can change one page and it will add the link on all. Help!!!!!
You are correct that changing the link on one page will change them on all. In your ACP (Admin Panel), you're going to go to 'Styles' then 'Templates' and select the template you're using for your site. The file that controls that area is normally overall_header.html. If you browse through that file, you'll find the title text, and after that, it is as simple as adding a straight-forward HTML link. If you need any help, let me know.