Site wide links code on PhpBB

Discussion in 'phpBB' started by adamjthompson, Oct 31, 2005.

  1. #1
    Hey,

    I want to add my Link Vault code to my PHPBB forum so that the links will show on every page of my forum.

    Which files do I need to add the code to? Just index.php? common.php? All of them?

    Thanks,

    Adam
     
    adamjthompson, Oct 31, 2005 IP
  2. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think it needs to be added to includes/pagetail.php

    index.php would make them only show on frontpage.
     
    just-4-teens, Nov 1, 2005 IP
  3. yfs1

    yfs1 User Title Not Found

    Messages:
    13,798
    Likes Received:
    922
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The overallfooter file will also work (In the skin folder)
     
    yfs1, Nov 1, 2005 IP
  4. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #4
    not if its php code it wont go into footer template (at least not when i tried :))
    anyways im not even sure if LV is php based or not?
     
    just-4-teens, Nov 1, 2005 IP
  5. Janissary

    Janissary Well-Known Member

    Messages:
    375
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    140
    #5
    Janissary, Nov 1, 2005 IP
  6. wrmineo

    wrmineo Peon

    Messages:
    3,087
    Likes Received:
    379
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yes, I think it needs to go in the overallfooter.tpl file

    Example (may differ for you)

    public html » BB » templates » subSilver » overall_footer.tpl
     
    wrmineo, Nov 1, 2005 IP
  7. Peter_Rosado

    Peter_Rosado Active Member

    Messages:
    544
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    58
    #7
    hmmm...interesting, I'm always calling out javascript instead of php in .tpl files. Thanks for that.
     
    Peter_Rosado, Nov 3, 2005 IP