Quote:
Originally Posted by yotsume
Will this work if my forum is only viewable to registered members only? Also, my forum is v3.7.3
|
Yes, as this translation feature is on your forum, and if non-members can't reach your forum then they won't be able to reach this feature either.
Now, if you allow non-members to view the forum but only want to provide this translation feature to registered members, then place these lines of code around this mod's whole section of code:
HTML Code:
<if condition="$bbuserinfo['userid']">
(this mod's code)
</if>
We use this mod on 3.7.3 without any problems, by the way.