Tim Wheatley
10-23-2013, 02:20 PM
Hi,
I have the main English forums, then I have some other language forums.
I have setup a user profile field with some selectable options to show all, show none, or show a specific language only (plus English, as those are our main ones).
I haven't yet managed to get any of it working.
Editing in forumhome_forumbit_level1_post
<vb:if condition="$bbuserinfo[field26] == 'Show English only'">
<vb:if condition="!in_array($forumid, array(19,28,34,144))">hides foreign?</vb:if>
<vb:else />
shows normal forums
</vb:if>
Can anybody tell me what I am doing wrong?
Thanks,
Tim.
I have the main English forums, then I have some other language forums.
I have setup a user profile field with some selectable options to show all, show none, or show a specific language only (plus English, as those are our main ones).
I haven't yet managed to get any of it working.
Editing in forumhome_forumbit_level1_post
<vb:if condition="$bbuserinfo[field26] == 'Show English only'">
<vb:if condition="!in_array($forumid, array(19,28,34,144))">hides foreign?</vb:if>
<vb:else />
shows normal forums
</vb:if>
Can anybody tell me what I am doing wrong?
Thanks,
Tim.