error in phrases:
PHP Code:
INSERT INTO phrase VALUES ('', -1, 'vb_sig_rules_changed', 'My must I revalidate my signature?', 7000);
should be :
PHP Code:
INSERT INTO phrase VALUES ('', -1, 'vb_sig_rules_changed', 'Why must I revalidate my signature?', 7000);
phrase:
PHP Code:
INSERT INTO phrase VALUES ('', -1, 'sig_editor_spaces', 'To many line breaks in a row. You are allowed <strong>{1}</strong> line breaks in between lines that contain content.', 11);
should be:
PHP Code:
INSERT INTO phrase VALUES ('', -1, 'sig_editor_spaces', 'Too many line breaks in a row. You are allowed <strong>{1}</strong> line breaks in between lines that contain content.', 11);
note I have no DB prefix.
edit: more issues!
the phrase signature_permissions would not display as a Control Panel homepage type. I had to make it a CP global before it would display.
I have the same issue mentioned above, it doesn't check the image's dimensions at all using proper img tags and gives this error:
A [IMG] link is invalid or using a unsupported (image extension). We only allow [gif, jpg, png, jpeg] for image type linking.