Wordpress Theme - Debt Consolidation - Military Loan - Bad Credit Loans - Submit articles

PDA

View Full Version : Site wide links code on PhpBB


adamjthompson
Oct 31st 2005, 8:06 pm
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

just-4-teens
Nov 1st 2005, 3:25 am
I think it needs to be added to includes/pagetail.php

index.php would make them only show on frontpage.

yfs1
Nov 1st 2005, 3:29 am
The overallfooter file will also work (In the skin folder)

just-4-teens
Nov 1st 2005, 3:36 am
The overallfooter file will also work (In the skin folder)

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?

Janissary
Nov 1st 2005, 4:46 am
http://phpbbstyles.com/viewtopic.php?t=356
If you install this hack, you can use php codes in tpl files ;)

wrmineo
Nov 1st 2005, 4:59 am
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

Peter_Rosado
Nov 3rd 2005, 7:12 pm
If you install this hack, you can use php codes in tpl files ;)
hmmm...interesting, I'm always calling out javascript instead of php in .tpl files. Thanks for that.