I'm getting into Site Frame for the first time. I would like to use this for a couple of new sites and will need to include ads using Googe AdSense. Is this possible?
Never messed with Adsense but I am guessing it's just a bit of code you copy and paste into your site. All you should need to do in Siteframe is modify one of the templates to support your ads.
I used it with Adsense to a while before switching to Yahoo! seaerch marketing (pays better!). You basically need to customize your template and add a call to the Google javascript code. To customize a template, copy the existing template to a new name and then add an entry to a file called custom.ini in your template folder. For example, if you want to customize the home page, edit index.php.tpl and saved under a new name - for example, newindex.tpl.
Then add a line like this to custom.ini:
index.php = newindex.tpl
This tells Siteframe to use newindex.tpl instead of the default template.
(Note: these instructions are applicable to Siteframe v5; if you're using v3, you'll just need to edit the appropriate template from the Admin control panel.)
by drjennings
(David Jennings)
July 23, 2006 19:40
in Q&A
Never messed with Adsense but I am guessing it's just a bit of code you copy and paste into your site. All you should need to do in Siteframe is modify one of the templates to support your ads.
I used it with Adsense to a while before switching to Yahoo! seaerch marketing (pays better!). You basically need to customize your template and add a call to the Google javascript code. To customize a template, copy the existing template to a new name and then add an entry to a file called custom.ini in your template folder. For example, if you want to customize the home page, edit index.php.tpl and saved under a new name - for example, newindex.tpl.
Then add a line like this to custom.ini:
index.php = newindex.tplThis tells Siteframe to use newindex.tpl instead of the default template.
(Note: these instructions are applicable to Siteframe v5; if you're using v3, you'll just need to edit the appropriate template from the Admin control panel.)