Quote:
Originally Posted by Halfhidden
Hi Chris thanks for the classified.php
I uploaded it to the forum root and replaced the existing file yet the problem with the empty drop downs still exists.
I know you are busy so I will wait 
|
....lol... Then you need to wait a life as I'm always busy
If its empty them the phrases must be missing. Don't know what to say. Nobody else reported it after the fix. Do you want to fix it manually? Open classifieds.php and search for:
Code:
$objGrid-> FormatColumn("newused","".$vbphrase["microclassifieds_grid_condition"]."", "5", "30", 1, "30", "left", "select:1_".$vbphrase["microclassifieds_new_item"].":2_".$vbphrase["microclassifieds_used_item"]."");
It's on line 2376. Replace it with:
Code:
$objGrid-> FormatColumn("newused","".$vbphrase["microclassifieds_grid_condition"]."", "5", "30", 1, "30", "left", "select:1_New:2_Used");
If you're using a non English language change 1_New and 2_Used with your own words.
Comparing with the empty droplists, my solution is better
Chris