
Originally Posted by
aladdin1 Thank you for confirming my diagnostic. How do I keep Indexu from building dropdown list. I did remove it from the template but it did not do the trick. I will forgo the ability to input the same link in several categories.
remove or comment out the following lines in add.php
Code:
$add_cat1 = str_replace("<select name=cat>","<select name=add_cat1>",$category_obj->DisplayCategoryListBox(-1));
$add_cat1 = str_replace("<OPTION VALUE=''>","<OPTION VALUE='0'>",$add_cat1);
$add_cat2 = str_replace("<select name=cat>","<select name=add_cat2>",$category_obj->DisplayCategoryListBox(-1));
$add_cat2 = str_replace("<OPTION VALUE=''>","<OPTION VALUE='0'>",$add_cat2);