Quote:
Originally Posted by webgroup
Also, when I try to add a new ribbon, I get this:
You did not enter anything for the Ribbon Description.
Bu there's no field to enter any "Ribbon Description", just the filename, ribbon name, diaplay order and the cause.
|
I?ve found a solution for this...
1. Open admincp/vbplaza_ribbons.php
2. Search for:
PHP Code:
else if (empty($_POST['ribbon']['description']))
{
// display message that you did not enter an ribbon name
print_form_header('vbplaza_ribbons', 'addribbon');
print_table_header("<font size=3>" . $vbphrase['vbplaza_name'] . " - " . construct_phrase($vbphrase['vbplaza_add_new_x'], $vbphrase['vbplaza_ribbon']) . "</font>", 2);
print_description_row(construct_phrase($vbphrase['vbplaza_add_no_x_description'], $vbphrase['vbplaza_ribbon']));
print_table_footer(2, "");
}
3. Delete it.