GliX
Active member
When I post a resource I don't see the discussion button for it. Although topic in the right forum is created, but there are no resource-related buttons in topic. I can not understand why this happened, because in older topics and resources all ok.
RM 1.1.4 with no addons related to it.
XF 1.4.2.
I found this code in template:
How can i var_dump $thread to search for the causes of the problem?
RM 1.1.4 with no addons related to it.
XF 1.4.2.
I found this code in template:
PHP:
<xen:if is="{$thread}"><a class="callToAction" href="{xen:link threads, $thread}"><span>
{xen:phrase discuss_this_resource}
<xen:if is="{$thread.reply_count}"><small class="minorText">{xen:phrase replies}: {xen:number $thread.reply_count}, {xen:phrase latest}: {xen:datetime $thread.last_post_date}</small></xen:if>
</span></a></xen:if>