News:

Join the Facebook Fan Page.

Main Menu

Theme help...

Started by godboko, December 02, 2004, 09:39:36 PM

Previous topic - Next topic

godboko

I need to add some ad code to my forums, the network I belong to makes me have it.

Anyway no matter how I try to do it I get errors.

I cant do includes like I could on themes like this for like PHPNuke, and I could not even clean it up some by going in and out of PHP. Vary dirty themes, anyway any help would be nice.
Thank you,
Robert aka godboko

Jerry

What type of cade are you trying to insert into your theme?


- Jerry
Find me on:
Facebook
Twitter
PlanetSMF

"If all you look for is the negative in things, you will never see the positive."

[Unknown]

Easiest way is to put it in a separate file, and then include it, like so:

';

include('/full/path/including/home/to/the/file.html');

echo '


Where you want it.

-[Unknown]

godboko

Quote from: Jerry on December 02, 2004, 10:18:38 PM
What type of cade are you trying to insert into your theme?


An Iframe or Java

Quote from: [Unknown] on December 03, 2004, 12:33:46 AM
Easiest way is to put it in a separate file, and then include it, like so:

';

include('/full/path/including/home/to/the/file.html');

echo '


Where you want it.

-[Unknown]

Thanks that worked, I didnt do the full path thats why it did not work for me.
Thank you,
Robert aka godboko

Advertisement: