XenForo
Administrative
- Thread starter
- Admin
- #1
I have implemented the content vote system to a custom entity in my add-on,
Just like this part in
HTML:
Read more
ادامه مطلب...
Just like this part in
post_question_macros
template,HTML:
Code:
<xf:if is="$post.isContentVotingSupported()">
<xf:macro template="content_vote_macros" name="vote_control"
arg-link="posts/vote"
arg-content="{$post}" />
</xf:if>
<xf:if...
Read more
ادامه مطلب...