Hi,
Great mod.. if I can get it to work :/
Phrases are defo installed into the DB;
SQL-query
SELECT * FROM phrase ORDER BY phraseid LIMIT 7820, 20
( 7834 records in total ) Save Result
< Previous page > < Top page >
Goto Page: of 392
phraseid languageid varname text phrasetypeid
95868 -1 times_smilies times 11 Edit Delete
95869 -1 sig_editor_not_url A [<strong>{1}</strong>] linking to domain: <strong>{2}</strong>, is not in our list of domains allowed [<strong>{1}</strong>] linking access! 11 Edit Delete
95870 -1 sig_editor_denied_url A [<strong>{1}</strong>] linking to domain: <strong>{2}</strong>, is in our list of domains denied any [<strong>{1}</strong>] linking access! 11 Edit Delete
95871 -1 sig_editor_max_url Signature contains <strong>{1}</strong> [<strong>{2}</strong>] link(s). The total number of allowed [<strong>{2}</strong>] link(s) is <strong>{3}</strong>. 11 Edit Delete
95872 -1 sig_editor_link_invalid A invalid [<strong>{1}</strong>] link <strong>(</strong>{2}<strong>)</strong> was found. 11 Edit Delete
95873 -1 sig_editor_image_protocol A [<strong>{1}</strong>] link is missing or using a unsupported <strong>(</strong>HTTP PROTOCOL<strong>)</strong>. We only support [<strong>{2}</strong>] type [<strong>{1}</strong>] links. 11 Edit Delete
95874 -1 sig_editor_image_ext A [<strong>{1}</strong>] link is invalid or using a unsupported <strong>(</strong>image extension<strong>)</strong>. We only allow [<strong>{2}</strong>] for image type linking. 11 Edit Delete
95875 -1 sig_editor_image_size A [<strong>IMG</strong>] link, point to <strong>(</strong>{1}<strong>)</strong> is <strong>{2}</strong> bytes in size, that is <strong>{3}</strong> bytes over the allowed limit of <strong>{4}</strong> bytes. 11 Edit Delete
95876 -1 sig_editor_image_height A [<strong>IMG</strong>] link, point to <strong>(</strong>{1}<strong>)</strong> is <strong>{2}</strong> pixels in <strong>height</strong>, that is <strong>{3}</strong> pixels over the allowed limit of <strong>{4}</strong> pixels. 11 Edit Delete
95877 -1 sig_editor_image_width A [<strong>IMG</strong>] link, point to <strong>(</strong>{1}<strong>)</strong> is <strong>{2}</strong> pixels in <strong>width</strong>, that is <strong>{3}</strong> pixels over the allowed limit of <strong>{4}</strong> pixels. 11 Edit Delete
95878 -1 sig_editor_image_text Line <strong>{1}</strong> has both images and text. The line length is <strong>{2}</strong>, that is <strong>{3}</strong> over the maximum of <strong>{4}</strong> that is allowed. 11 Edit Delete
95879 -1 sig_next_user Show: {1} - {2} / {3} 2 Edit Delete
95880 -1 sig_sort_user Sort: Username {1} 2 Edit Delete
95881 -1 sig_quick_nav {1} {2} <input type='submit' name='nav' class='button' value='Go!' /> 2 Edit Delete
< Previous page > < Top page >
.. yet in my admin panel.. they show up as "blanks"
Even this (in /admincp/index.php);
construct_nav_option($vbphrase['signature_permissions'], "signature.php?do=manage", '<br />');
..didn't work :/
I had to change it to this, before I could even get into the settings :|
construct_nav_option($vbphrase['signature_permissions'].' Sig Settings', "signature.php?do=manage", '<br />');
PLEASE PLEASE PLEASE can someone give me a hand?
TIA
|