Osclass forums
Support forums => Themes => Modern => Topic started by: tatedewey on March 31, 2014, 11:32:07 pm
-
Hey everyone, I modified the item-post.php file by removing the listing location info. It's working fine now except when i click on the publish button nothing happens at all. Why is this? I've attached a screenshot of the button I'm talking about and my code. Thanks
-
this is the only part that should be removed, make sire you did not delete the closing tag above.
also remember to change this also in item-edit.php
<div class="box location">
<h2><?php _e('Lokacija', 'modern'); ?></h2>
<div class="row">
<label for="countryId"><?php _e('Država', 'modern'); ?></label>
<?php ItemForm::country_select(osc_get_countries(), osc_user()); ?>
</div>
<div class="row">
<label for="regionId"><?php _e('Mjesto', 'modern'); ?></label>
<?php ItemForm::region_text(osc_user()); ?>
</div>
</div>
-
Thank you so much that worked perfectly
-
your welcome..can put solved in subject, please ;D