Originally Posted by wobbly
thats what I said above ^^^^
You have to go to your phrases & languages and add the following manually.
phrase = radio_cat_added text= Radio Category Added
and the same for the rest
radio_cat_edited Radio Category Edited
radio_cat_deleted Radio Category Deleted
radio_cat_ndeleted Radio Category Not Deleted
radio_channel_added Radio Channel Added
radio_channel_edited Radio Channel Edited
radio_channel_deleted Radio Channel Deleted
radio_channel_ndeleted Radio Channel Not Deleted
Then delete the following lines from your install_vb radio.php
$install=array();
$install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_cat_added', 'Radio Category Added', 1000,'vbulletin');";
$install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_cat_edited', 'Radio Category Edited', 1000,'vbulletin');";
$install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_cat_deleted', 'Radio Category Deleted', 1000,'vbulletin');";
$install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_cat_ndeleted', 'Radio Category Not Deleted', 1000,'vbulletin');";
$install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_channel_added', 'Radio Channel Added', 1000,'vbulletin');";
$install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_channel_edited', 'Radio Channel Edited', 1000,'vbulletin');";
$install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_channel_deleted', 'Radio Channel Deleted', 1000,'vbulletin');";
$install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_channel_ndeleted', 'Radio Channel Not Deleted', 1000,'vbulletin');";
Then all you have to do is upload the install_vbradio.php and run the installer again.
|