Topic: Sidebar Advertisment Space (Except on Homepage)
I am going to help out with this project a little and post some small modifications here and there.
so here is my first "mod/hack".
I am going to try and make every tutorial as simple as possible.
USES: Advertisement space on Category / Pages (I think everything EXCEPT home page)
JOBBER VERSION: 1.5 beta 1 (20/08/2008)
FILE: _templates/sidebar.tpl
FILES USED: http://i33.tinypic.com/2cxdpfm.jpg (168x253px)
FIND:
{if $smarty.session.last_viewed_jobs}
<h4>{$translations.header.seen_recently}</h4>
<ul>
{section name=last loop=$smarty.session.last_viewed_jobs}
<li><a href="{$smarty.session.last_viewed_jobs[last].url}">» {$smarty.session.last_viewed_jobs[last].title}</a></li>
{/section}
</ul>
AFTER ADD:
<br><a href="#"><img src="http://i33.tinypic.com/2cxdpfm.jpg" border="0"></a> <!--Advertisment Space-->
DEMO:
This will only allow you (as a webmaster) to show only one advertisment throughout the whole website.Obviously you want to maximize revenue so I would suggest finding a simple free ad rotating management script online. Instead of inserting images, you may also insert tables, iframes, dividers, text... The possibilities are endless. Have fun!
A very simple modification, hopefully some of you benefit from this.
Please post and share with the community. Please include jobber version, screenshots, and code that you used!
how do you find the jobber version? (First line in the "changelog.txt" file that was included in your jobber download. It should be the first one you see.)
