Question subject: Ad after first topic in a post in Skymiles_red
Posted: Wed Mar 26, 2008 5:15 pm
Joined: Tue Mar 25, 2008 11:19 am Posts: 8 Has thanked: 0 time Have thanks: 0 time
How do i do this.. it tried google and phpbb official website but they say it on prosilver.. but how do i do this in skymiles_red template.Please help.
msi_333
Question subject: Re: Ad after first topic in a post in Skymiles_red
Posted: Wed Mar 26, 2008 7:11 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2279 Location: Earth Has thanked: 39 time Have thanks: 61 time
Do you mean google ads ? i put the google scripts on over_all_header.html and on over_all_footer ? this is what i did here ?
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )
sharathu7
Question subject: Re: Ad after first topic in a post in Skymiles_red
Posted: Thu Mar 27, 2008 11:21 am
Joined: Tue Mar 25, 2008 11:19 am Posts: 8 Has thanked: 0 time Have thanks: 0 time
yeah for google ads.. i have done in footer and header and its working but what about ad after first topic in a post... thats what i need...
msi_333
Question subject: Re: Ad after first topic in a post in Skymiles_red
Posted: Thu Mar 27, 2008 5:05 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2279 Location: Earth Has thanked: 39 time Have thanks: 61 time
Hi, i didn't try this before , but what i know that you have to change in templates file that responsible for showing the topic s .When you made your change refresh the cash of the style from the administration control panel . you will know the file you want to change in from its name . there is an if conditions in these files like <!-- if something --> you have to follow it ,and put it there .
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )
sharathu7
Question subject: Re: Ad after first topic in a post in Skymiles_red
Posted: Fri Mar 28, 2008 5:16 pm
Joined: Tue Mar 25, 2008 11:19 am Posts: 8 Has thanked: 0 time Have thanks: 0 time
problem solved myself... if anyone want to how to do it... reply me or pm me....
msi_333
Question subject: Re: Ad after first topic in a post in Skymiles_red
Posted: Fri Mar 28, 2008 5:54 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2279 Location: Earth Has thanked: 39 time Have thanks: 61 time
Hi , Great.. Please; can you tell us how you did it ?
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )
sharathu7
Question subject: Re: Ad after first topic in a post in Skymiles_red
Posted: Sat Mar 29, 2008 4:34 am
Joined: Tue Mar 25, 2008 11:19 am Posts: 8 Has thanked: 0 time Have thanks: 0 time
Go to styles/skymiles_red/template/viewtopic_body.html/
Find this line:
Code:
<!-- END postrow -->
Add this code before that:
Code:
!-- IF postrow.S_FIRST_ROW --> <class="post bg2"> <class="inner"><class="corners-top">
<class="postbody"> <div class="content" style="text-align: center;"> Insert your Ad Code here