Advertisement:

Author Topic: Premium Ad Tag/Sticker  (Read 1114 times)

joe316

  • Newbie
  • *
  • Posts: 7
Premium Ad Tag/Sticker
« on: May 13, 2014, 01:02:18 pm »
Is there any way of making a premium ad stand out?

Either by a sticker or tag or a shade of colour around the ad?

I am nearly there with my site however there a number of features that I would really like to implement.

- Highlight of premium ad
- Order of premium ads on homepage (understand that this is a known issue and there is another thread on it)
- Possibly option for user to make premium when posting

Are these all possible with realestate?

Really appreciate any help!

thanks

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: Premium Ad Tag/Sticker
« Reply #1 on: May 13, 2014, 06:17:53 pm »
sometimes it's just easier to just create a border or a box background color. if you are good with css you can overlap a background image on to your ad image.
so if you pick out a corner banner and give it an absolute position inside the div that holds the premium ad. there are a ton of ways to do this, so it certainly can be done....

do you have a sticker or a banner created?

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Premium Ad Tag/Sticker
« Reply #2 on: May 15, 2014, 02:45:23 pm »
@joe316
You can use php code:
Code: [Select]
<?php if(osc_item_is_premium()) { ?> ...some html here, i.e. style="border:1px solid red;"<?php ?>