Can someone help me with an if statement to put in my template that would allow for me to have my forum mods on my forum home undernieth my Forum Name and Forum Description? So far I have it working, the only problem is when there are no moderators it leaves a blank spot. For instance:
When there is no mod it leaves only:
What could I do to make it say something like none instead of a blank space?
Here is what I have for my if statement:
Video Games is moderated by Alf
Video Games is moderated by
Here is what I have for my if statement:
<if condition="$vboptions['showmoderatorcolumn']">
<div class="time">$forum[title] is moderated by $forum[moderators]</div>
</if>
<div class="time">$forum[title] is moderated by $forum[moderators]</div>
</if>
Comment