The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Add some debug information and see what you can find out... Like, for example, if the phrase is really defined, to start with..
PHP Code:
|
#12
|
||||
|
||||
it seems i will have to hack the print_standard_error function then
|
#13
|
||||
|
||||
the problem is within vb it self, there is no dynamic phrase system for errors and the $vbphrase array only includes specific phrase groups. i will be requesting that vb makes such a feature for the next version because it is critical, please support my thread on vb.com in vb3 suggestion forum
|
#14
|
||||
|
||||
Add your groups to the $phrasegroups array at the top of the file, and i'll work, without hacking the function
|
#15
|
||||
|
||||
oh but see i did that and it turns out the phrase groups that may be put must be in the language table. so all the phrase groups that are truely available are the not all the ones we see in phrase manager fronterror(working name for the front end error phrases) is not in the language table so you cant use it in $phrasegroups or a db error occurs cause it is not a field. anyways print_standard_error needs to be made more flexible or maybe a new function named print_dynamic_error
|
#16
|
|||
|
|||
ignore
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|