Advertisement:

Author Topic: 'Free'  (Read 1619 times)

Alexchees

  • Jr. Member
  • **
  • Posts: 77
'Free'
« on: November 15, 2012, 12:55:16 am »
Hi

Where can I rewrite the "Free" sign?

Thanx

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: 'Free'
« Reply #1 on: November 15, 2012, 11:53:55 am »
Hi Alexchees,

What do you mean with "Free" sign?
I think you should edit the language files in oc-content/languages/en_US or whatever language are you using.


Thanks

Alexchees

  • Jr. Member
  • **
  • Posts: 77
Re: 'Free'
« Reply #2 on: November 15, 2012, 12:45:45 pm »
Hi
The price of advertising in the 'Free' I transcribed, but the language there is no such file.
Therefore, I ask, which one. PHP file in the 'Free' word and rewrite it.

thank you

sharkey

  • Full Member
  • ***
  • Posts: 102
Re: 'Free'
« Reply #3 on: November 15, 2012, 02:02:47 pm »
The button?

Something like this in header.php of your theme.

Code: [Select]
<a href="<?php echo osc_item_post_url_in_category() ; ?>"><?php _e("Publish your ad for free"'modern');?></a>

Alexchees

  • Jr. Member
  • **
  • Posts: 77
Re: 'Free'
« Reply #4 on: November 15, 2012, 02:34:59 pm »
No, not the buttons. Last but the ads displayed on the price of 'free' and I want to translate it into another language.

sharkey

  • Full Member
  • ***
  • Posts: 102
hItems.php
« Reply #5 on: November 15, 2012, 03:43:12 pm »
Code: [Select]
if ($price == 0) return osc_apply_filter ('item_price_zero', __('Free') ) ;
oc-includes/osclass/helpers/hItems.php

 
« Last Edit: November 15, 2012, 03:45:45 pm by sharkey »

Alexchees

  • Jr. Member
  • **
  • Posts: 77
Re: 'Free'
« Reply #6 on: November 16, 2012, 12:27:56 am »
Hi

Ohh BIG Thanks !! :)