Dr.CustUmz
04-27-2016, 04:41 PM
im looking for the product import input field in the admincp.
https://vborg.vbsupport.ru/external/2016/04/6.png
I have located
print_upload_row($vbphrase['upload_xml_file'], 'productfile', 999999999);
in plugin.php but i cant find the actual <input
Anyone know where this is?
--------------- Added 1461783002 at 1461783002 ---------------
found it hanging out in the adminfunctions.php
<div id=\"ctrl_$name\"><input type=\"file\"" . ($use_bginput ? ' class="bginput"' : '') . " name=\"$name\" size=\"$size\" tabindex=\"1\"" . iif($vbulletin->debug, " title=\"name="$name"\"") . " /></div>
https://vborg.vbsupport.ru/external/2016/04/6.png
I have located
print_upload_row($vbphrase['upload_xml_file'], 'productfile', 999999999);
in plugin.php but i cant find the actual <input
Anyone know where this is?
--------------- Added 1461783002 at 1461783002 ---------------
found it hanging out in the adminfunctions.php
<div id=\"ctrl_$name\"><input type=\"file\"" . ($use_bginput ? ' class="bginput"' : '') . " name=\"$name\" size=\"$size\" tabindex=\"1\"" . iif($vbulletin->debug, " title=\"name="$name"\"") . " /></div>