i need to overide the query for the variable {vb:raw conversation.title}...as far as i know this should be something like $conversation['title']. I need to change the query, so it would be great if i either would know where the query is made or even better if there is a way to overide the query like you would do with extend and classes in php.
So, that the variable {vb:raw conversation.title} would pull my custom query instead of the standard one.
In generelly some documentation for vbulletin plugin/extionsion development would be great. Theres not so much out there now and it would be great if you had some hints for me.