Want to add links and know nothing about php

Discussion in 'PHP' started by coldnorth, Nov 21, 2010.

  1. #1
    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!!!!!
     
    coldnorth, Nov 21, 2010 IP
  2. WSWD

    WSWD Well-Known Member

    Messages:
    1,420
    Likes Received:
    65
    Best Answers:
    1
    Trophy Points:
    175
    #2
    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.
     
    WSWD, Nov 22, 2010 IP
  3. coldnorth

    coldnorth Peon

    Messages:
    347
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks WSWD
     
    coldnorth, Nov 24, 2010 IP