View Single Post
  #102  
Old 08-26-2005, 04:53 AM
ultranerds ultranerds is offline
 
Join Date: Dec 2004
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01701 seconds
  • Memory Usage 1,773KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete