Osclass forums

Support forums => Themes => Bender => Topic started by: adminrahul on April 23, 2014, 01:34:42 pm

Title: Need to change label "Select a country"
Post by: adminrahul on April 23, 2014, 01:34:42 pm
Hello All,

I want to change "Select a country" drop down label to "Select a Place"  in item_post (publish your ad) page.
Please help me.

Thanks in anticipation

I am using Osclass 3.3.2 with bender theme
Title: Re: Need to change label "Select a country"
Post by: mahesh on April 23, 2014, 01:53:02 pm
Hi adminrahul,

Open  oc-includes/osclass/frm/Item.frm.class.php  and find the function country_select($countries = null, $item = null)

in that function you can  change  'Select a country' to 'Select a Place'
Title: Re: Need to change label "Select a country"
Post by: adminrahul on April 23, 2014, 04:50:55 pm
Thanks Mahesh
Title: Re: Need to change label "Select a country"
Post by: mahesh on April 24, 2014, 08:45:34 am
@adminrahul

you are welcome