Hello,
I’m working with vBulletin 4 trying to embed one template inside of another.
So, for example, say I create two templates called “main” and “page”. I would set it up to use “main” in my PHP page. Then, inside of main, I would want to use “page”.
So, here is an exerpt of the example template:
<vb:if condition="bob == 5">
{vb:raw page}
</vb:if>
That’s what I’ve been trying to do, but with no luck. It doesn’t give me an error, it just doesn’t display anything. I’ve also made sure that it’s spelled properly.
Anyone have any advice?
Thanks.