Main Board Page - Footer

Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
JGarth
Registered User
Posts: 24
Joined: Tue Aug 29, 2017 5:43 pm

Main Board Page - Footer

Post by JGarth »

Is there a way to put something that is only on the footer of the Main Board Page? And not on the other pages?
Jim_Di
Registered User
Posts: 5
Joined: Tue Jun 13, 2017 11:29 am

Re: Main Board Page - Footer

Post by Jim_Di »

you can try use template variable S_INDEX, it's for phpbb 3.2.x, for others version i find S_IN_INDEX variable.
you can check at the end of your index.php in
// Assign index specific vars
section

Code: Select all

<!-- IF S_INDEX -->
your text here
<!-- ENDIF -->
JGarth
Registered User
Posts: 24
Joined: Tue Aug 29, 2017 5:43 pm

Re: Main Board Page - Footer

Post by JGarth »

Thank you SOOOOOOOO much. That worked perfectly!!!! :D

Return to “phpBB Custom Coding”