N2S

Re: HOW CAN I IMPLEMENT SPONSORED ADS

evsion wrote:

As far as I know, the sponsored section on Filip's site is coded in plain html. (He was almost embarass to admit this. :p) But if enough request are made to develop such module, the impression I got from him is, it may be implemented in the future. In the meantime, we all need to find alternate solution to have sponsored section on our site. Or follow Filip and code it in plain html smile

I would like to request this feature so that advertisers may advertise their products more directly to their audience.

EXAMPLE
Computer Store advertises on my site, in the section "Web & Computers".
His advertisment campaign will probably turn out to be successful because we directed his campaign towards the audience (customers) he needed.
We would not advertise the "Computer Store" campaign in the Manager section of the site. (it is a waste of time/space/bandwidth)

so, this is what I was thinking..
I saw this code, and thought that maybe someone can edit it to work for only a certain section on the site.

Code:

{if $CURRENT_PAGE == 'job-category'}

    {if $job.category == $smarty.const.COMPUTER_AND_WEB}
        Advertis Here for Computers!
    {/if}

    {if $job.category == $smarty.const.MANAGERS}
        Advertis Here for Managers!
    {/if}
{/if}

very simple coding.. is this possible in this version of jobber?

http://i34.tinypic.com/2affofk.png

N2S

Re: HOW CAN I IMPLEMENT SPONSORED ADS

i dont understand how ecomjobs coded this.
http://www.ecommjobs.co.uk/jobs/executive/

their "sponsored ad" ONLY shows up on the executive section. What is the code that they used?
it has to be an if statement...(like the one above this post)

http://i34.tinypic.com/2affofk.png

xciso

Re: HOW CAN I IMPLEMENT SPONSORED ADS

Iam using this code but when i click on "add new job" it dosnt start tha banner.
It is just a white space there it should be..

I have used the code in this topic above for header, footer.

N2S

Re: HOW CAN I IMPLEMENT SPONSORED ADS

xciso wrote:

Iam using this code but when i click on "add new job" it dosnt start tha banner.
It is just a white space there it should be..

I have used the code in this topic above for header, footer.

you used my code? lol
read the complete post. It says that Im looking for a code SIMILAR to the one I posted. The code I posted is a (non-working) template for the developers to follow.

http://i34.tinypic.com/2affofk.png

xciso

Re: HOW CAN I IMPLEMENT SPONSORED ADS

I dont use your whole code..
Just a bit of it and then recode it. It works great at home, but when I click on add new post the banner dissaperd..

N2S

Re: HOW CAN I IMPLEMENT SPONSORED ADS

if you share it, then maybe someone could help you out. right?

http://i34.tinypic.com/2affofk.png

atrades

Re: HOW CAN I IMPLEMENT SPONSORED ADS

hi  Ihave had a look at this and it is quite simple really:

in your _template folder create a file called

ads1.tpl and save this to your _template directory, copy your advert code into this file.

then in you footer.tpl file add the following information where you want the advert to appear:

{include file="ads1.tpl"}

This will then allow you to create the advert without directly damaging the original files.

zoomcreator

Re: HOW CAN I IMPLEMENT SPONSORED ADS

I'm using jobberbase 1.9.1 anyone with any suggestions how to run the ad code only on the category page sidebar ?

I know its just a little bit of code something along the lines of ;

{if $CURRENT_PAGE == $URL_JOB.CATEG}
{literal}
Adsense code
{/literal}
{/if}

The above code does not work but I know its close as;

{if $CURRENT_PAGE == $URL_JOB}
{literal}
Adsense code
{/literal}
{/if}

Will target and ad only for the side bar of the job when selected and no other page.

Any suggestions ?

Last edited by zoomcreator (2011-12-30 05:46:55)

hobo

Re: HOW CAN I IMPLEMENT SPONSORED ADS

http://www.jobberbase.com/forum/post14565.html#p14565