Osclass forums

Support forums => General help => Topic started by: ashishbafna619 on January 06, 2014, 04:25:21 pm

Title: add "Post Your Ads" Button in NewCorp Theme of Osclass.
Post by: ashishbafna619 on January 06, 2014, 04:25:21 pm
Hello Friends,

I am using OsClass 3.2.2,

I installed new theme NewCorp for my Job Agency. But the button  "Post Your Ads" disappeared. Friends please guide me to add "Post Your Ads" Button in NewCorp Theme of Osclass.

Any help will be appreciated.
Title: Re: add "Post Your Ads" Button in NewCorp Theme of Osclass.
Post by: sheyad on November 11, 2014, 10:19:43 am
Edit
oc-content>>>themes>>>newcorp>>>header.php

add line : <li class="publish"><a href="<?php echo osc_item_post_url_in_category() ; ?>"><?php _e("Post Job (free)", 'bender');?></a></li>

Save it. Done!!!
Title: Re: add "Post Your Ads" Button in NewCorp Theme of Osclass.
Post by: tomshaft on November 11, 2014, 02:00:51 pm
I could be wrong but there would have to be more files added to the newcoirp theme to be able to post ads. Newcorp theme does not include item-post.php, item-edit.php, etc. so adding a line to the head.php would point to non-existing files. also the added line should be changed from "bender" to 'newcorp'.

Above could be accomplished with file additions and editing.

Tom