PDA

View Full Version : Move Mod To Footer


ramchip
07-29-2007, 05:34 AM
I'm using the CP_Affiliates mod and I have changed the code so it appears in the footer as below.

Find:
$Position = '$navbar';

Replace With:
$Position = '<!-- end what\'s going on box -->';

The problem is I want this mod to be shown at the bottom of every page and not just forum home so is this possible? If so how?

Thanks.

da420
07-29-2007, 11:51 PM
Is there a bit of code in the mod that looks like this? Or something similiar?

if (THIS_SCRIPT == 'index')

If so, remove it.