Has anyone got this working on vBulletin 4.x? I really want this for my forum but can't seem to get it to work with vBulletin 4.0.3.
Any sugestions? Thanks.
I get this error:
Code:
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: last10_thread in [path]/includes/functions.php on line 3957
Not sure what I should replace the template with.
This is what I have on the XML templates:
Code:
<templates>
<templatename="last10_thread" templatetype="template" date="1123667588" username="alshehi" version="v.4"><![CDATA[
<a href="showthread.php?$session[sessionurl]goto=newpost&t=$last_thread[threadid]">
<strong style="font-weight: 400">$last_thread[title]</strong></a> (Last
Post : $last_thread[lastposter] - Replies : $last_thread[replycount] - Views : $last_thread[views] ) </a> ? ]]></template>
</templates>
Anyone with a little more knowledge of xml than I do that has an idea on why this error happens? I've checked all the db queries and they seem to be fine, at least all the tables exist on the db and the queries should be going through.