Quote:
Originally Posted by kh99
Good find by BirdOfPrey, I wouldn't have thought to do that but it works because an assignment has a value and can be put in a conditional, so you can create an array like Danny mentioned without needing a plugin.
Modifying the mod that BirdOfPrey found, I think something like this should work:
Code:
<if !$vboptions['shownlinks'][$post[userid]] AND $vboptions['shownlinks'][$post[userid]] = true">
// Show user's links
</if>
|
WOW, Thats work greatttttttttttttttt
But only one thing now
If the user did not have any threads its show empty links box.
Is there any way to hide the box when user did not have any threads ?
Like this:
<if condition="
USER DID NOT HAVE ANY THREADS"
DO NOT SHOW ANYTHING
</if>
I really very appreciate your patience and cooperation.
Many many many Thanks