Hi,
No problem for vBulletin 3.8.4
Not working for vb4xx
Problem list is empty
This vB 4.xxx
Attachment 107027
This vB 3.xxx (No problem)
Attachment 107026
PHP Code:
$show['soyadlar'] = $vbulletin->options['soyadi_listesi'] ? true : false;
$soyadlar = explode("\n", $vbulletin->options['soyadi_listesi']);
foreach( $soyadlar AS $soyad ){
$soyadlarial .= '<option value="'.$soyad.'">'.$soyad.'</option>';
$templater = vB_Template::create('telefon_listesi');
$templater->register('soyadlarial', $soyadlarial);
$templater->render();
}
Can you help please?
Best Regards