Quote:
Originally Posted by gio~logist
Great :up::up:
Hm. Not sure exactly what the issue is but it looks like it's including itself in the threads with prefixes as well on your forum just fine? Can you elaborate a bit?
Also, this should help you in the threadbit template, if you want to add it manually:
PHP Code:
<if condition="$thread['g_answer_forum_answer']">Answered text<else />Unanswered text</if>
|
Worked Fine, Thank You Very Much.
I'd like to Document it more in Detail, in case someone has the same Situation:
Step 1:
In
threadbit Template:
Find
Code:
$thread[movedprefix]
Before Add
Code:
<if condition="$thread['g_answer_forum_answer']">$vbphrase[g_answers_forum_answered]<else />$vbphrase[g_answers_forum_unanswered]</if>
Step 2:
In Plugins & Products -> Plugin Manager
Unselect (Deselect) Active Status for Plugin:
Answer Forums - Show answered/notanswered In Forum
Click on "Save Active Status" to Save that Change.
(This Avoid Duplication of Text in case where Plugin Displays it).
That's it. Ir worked Fine on vB373.
My Best Regards.