As I'm translating your mod into French, i will report any bug I can found.
- When you're using MySQLi database connection, when you export a backup, you can see 2 lines of error code. It comes from includes/class_vbcsv_vbglossar.php at line 345. Change:
PHP Code:
while ($tablefields = mysql_fetch_row($headerresult))
To
PHP Code:
while ($tablefields = $this->registry->db->fetch_row($headerresult))
- In vBulletin Options, the values in dropdown menus for external addons are hardcoded into the options.
- In admin_vbglossar.php at line 701, you have some hardcoded text:
PHP Code:
$cell[] = "<b>$date, $time Uhr</b>";
- The phrases 'setting_vbglossar_tagbadwordsvbglossar_taggoodwor ds_desc' and 'setting_vbglossar_tagbadwordsvbglossar_taggoodwor ds_title' are not used. You can delete them.
Anyway, when I finish this translation, i'll PM you to upload it with the mod as default