
12-17-2010, 11:48 AM
|
 |
|
|
Join Date: May 2008
Location: IRAN (Tabriz)
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by mohammad6006
i find this code in admin_vblinklist.php
PHP Code:
$parentcats = array(
'-1' => $vbphrase['none']
);
foreach ($vbulletin->vblinklist['categories'] AS $catid => $currentcat)
{
if ($catid == $cat['id'] OR $currentcat['parentid'] != -1)
{
continue;
}
$parentcats["$catid"] = $currentcat['name'];
}
print_select_row($vbphrase['vblinklist_parent_cat'], 'cat[parentid]', $parentcats, $cat['parentid']);
how can i change in codes to show all categories for choice sub-category for other sub-category?
|
Quote:
Originally Posted by Vossi
I'm working on the addon right now and will change this with the next release (either this night or tomorrow morning) 
|
I am in waiting
|