Tyler
Posts: 23
Joined: 05 September 2007
|
Saturday, Sep 08, 2007 01:36
What is the best way to put ads on a Babble Board forum?
|
|
|
Caleyjag

Posts: 868
Joined: 22 June 2007
Location: Inverness, Scotland
|
Saturday, Sep 08, 2007 10:04
Wrong forum for a start mate.
Depends where you want them.
You could widen the forum and put them in the header, you could put them just under the nav bar or perhaps before the footer.
|
|
|
Tyler
Posts: 23
Joined: 05 September 2007
|
Saturday, Sep 08, 2007 16:07
Sorry, I didn't see a support forum.
What is the easiest way to edit the template to do that?
|
|
|
PutzMan123

Posts: 396
Joined: 22 June 2007
Location: London, England
BabbleBoard Version: v1.1.5
|
Saturday, Sep 08, 2007 17:01
Open templates/footer.template.php
At the top - add your ad code.
or
Open templates/header.template.php
At the bottom - add your ad code.
|
|
|
tscrosh

Posts: 67
Joined: 12 October 2007
|
Tuesday, Oct 23, 2007 09:22
Putzy 
Open templates/footer.template.php
At the top - add your ad code.
or
Open templates/header.template.php
At the bottom - add your ad code.
Hello Putzy
I tried to understand the header.template & nav ... .template But I can't see where to put it in.
I want a second nav bar under the nav bar (with a line break) can I simple add a div on bottom of nav ... template.php or can I make a copy of nav...template.php call it ad_bar.template.php and call it in a other page ?
Other thing is I have tried to put file header.template.php in themes ... same folders but he will not use this files he still use files in template/include ... what i'm doing wrong ? thx Robert
|
|
|
Caleyjag

Posts: 868
Joined: 22 June 2007
Location: Inverness, Scotland
|
Tuesday, Oct 23, 2007 09:36
Your theme folder structure should be {THEME_NAME}/templates/includes/header.template.php.
If you open up header.template.php, search for nav_bar.template.php. It should be very close to the bottom. Place your ad code under that in a div.
|
|
|
tscrosh

Posts: 67
Joined: 12 October 2007
|
Tuesday, Oct 23, 2007 10:43
sorry i can't find the call of nav_bar.template.php in header.template.php
ok found in header.php
Last edited by: tscrosh
- Tuesday, Oct 23, 2007 10:50.
|
|
|
Caleyjag

Posts: 868
Joined: 22 June 2007
Location: Inverness, Scotland
|
Tuesday, Oct 23, 2007 10:59
Sorry, yeah, that's where it is
|
|
|