Quote:
Originally Posted by Dismounted
"<phrase>" is just a wrapper for construct_phrase(), which is a wrapper for sprintf().
|
Yes, I found construct_phrase yesterday. However, the construct_phrase function is being fed the arguments already (EX <phrase 1=whatever>, the 1=whatever is already extracted from the html) I am looking for where vbulletin does the processing of the template code to find the phrase tag, convert it into arguments, and send it to construct_phrase.
No I am not trying to just add a phrase. I am working on a cms system similar to vbadvance. The reason I need to find this particular function is because I need to reference it from my own code, my template system works differently from vbulletin however still needs to be able to read vb templates.