Hi,
A few minutes ago, I installed this mod in vb 4.2.2 pl2.
Works but not appears any button of Solved.
I search in SHOWTHREAD template the code that indicate:
Code:
<vb:if condition="$show['addpoll']">
<li><a href="poll.php?{vb:raw session.sessionurl}do=newpoll&t={vb:raw threadid}">{vb:rawphrase add_a_poll_to_this_thread}…</a></li>
</vb:if>
This exact code not exist in my template (any previous modification in this template), but I view some similar code:
Code:
<vb:if condition="$show['addpoll']">
<li><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}poll.php?{vb:raw session.sessionurl}do=newpoll&t={vb:raw threadid}">{vb:rawphrase add_a_poll_to_this_thread}…</a></li>
</vb:if>
I add the code just after this above code, its correct?
The button not appears and I search for view the problem but I don't view what are the problem.
Regards.