bpat1434
01-17-2010, 04:19 AM
I'm creating a product and have two template elements that I want to include. One is for thread creation, the other when displaying a thread. So I rightly named the templates:
newthread_my_module
showthread_my_module
Now they are visible in the admin template editor area. I have edited both "newthread" and "SHOWTHREAD" to try and inlcude my templates like so:
{vb:raw my_module}
I've also tried
{vb:raw newthread_my_module}
Either way, nothing seems to work. I can't quite look at the vB code and see exactly how the templates are associated. "threadmanagement" seems to link to the "newpost_threadmanage" template.
Can anyone shed some light on how I'm supposed to include my custom templates into a vB template?
newthread_my_module
showthread_my_module
Now they are visible in the admin template editor area. I have edited both "newthread" and "SHOWTHREAD" to try and inlcude my templates like so:
{vb:raw my_module}
I've also tried
{vb:raw newthread_my_module}
Either way, nothing seems to work. I can't quite look at the vB code and see exactly how the templates are associated. "threadmanagement" seems to link to the "newpost_threadmanage" template.
Can anyone shed some light on how I'm supposed to include my custom templates into a vB template?