I follow the tutorial step by step but is not working. Some code lines doesn't even exist.... e.g
-Tutorial says that we must change those lines from frm.php [/li]
<?php ItemForm::country_text($item) ; ?>
<?php ItemForm::region_text($item) ; ?>
<?php ItemForm::city_text($item) ; ?>
But those lines on frm.php doesn't exist to change them.
-On item-edit.php tutorial says that we must change those lines:
<?php ItemForm::region_text(osc_user()) ; ?>
<?php ItemForm::city_text(osc_user()) ; ?>
But item-edit.php has only those 2 line of code!!
osc_add_hook('header','bender_nofollow_construct');
osc_current_web_theme_path('item-post.php');
-Tutorial says that we must change also those lines from item-post.php:
<?php ItemForm::location_javascript_new(); ?>
and
<?php ItemForm::region_text(osc_user()) ; ?>
<?php ItemForm::city_text(osc_user()) ; ?>
But when i change them with those you give on the tutorial i get error on the "post ad" page. Drop down fields doesn't work at all.
I sent you also one image attachment. And also the original files (without the changes) to see for your self. If there is still something that i didn't make perhaps you can change those files and share them to be able to download them all those have this problem, and believe me there are a lot out there that can't find working solution.
I thing that the tutorial is for older versions of Osclass. Some files changed and now you must update this tutorial. I have the latest Osclass version 3.5.3.
Please if it easy for someone who know the problem and also the solution to make the changes to the files and share them to the public. Thanks.