MyBB Community Forums

Full Version: Forum usergroup not working correctly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I have a mybb forum at version 1.8.7.
I am from the Netherlands, sorry if i am a bit unclear..
[Image: 7JRMdCz.png]
This is a header from my forum.
On the left  is the header for registered users and on the right is the header for unregisterd users.
But in my code it sets the header for registered users only to welkom terug (welcome back) and unregistered users to Welkom bij (Welcome to).

Here is my code:
<if $mybb->user['usergroup'] == 1 then><h1 class="welcomeBlockHeader">Welkom bij JongerenWeb</h1>
						<p class="welcomeBlockMessage">Wil jij ook lid worden van JongerenWeb? Klik op de knop hieronder!</p>
					    <p><a href="{$mybb->settings['bburl']}/member.php?action=register" class="sign_up_header">Registreer</a></p>
						<else>
						<img src="{$mybb->user['avatar']}" class="avatar-defaut hidden-xs" alt="#" style="float: left; width: 40px; height: 40px; margin-right: 10px; background: transparent;" /><h1 class="welcomeBlockHeader">Welkom terug, {$mybb->user['username']}</h1>
							<p class="welcomeBlockMessage"><span class="label label_red">{$mybb->user['postnum']}</span> Reacties - <span class="label label_red">{$mybb->user['threadnum']}</span> Topics - <span class="label label_red">{$mybb->user['totalpms']}</span> Berichten - <span class="label label_red">{$mybb->user['reputation']}</span> Reputatie</p>
					    <p><a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}" class="sign_up_header">{$lang->welcome_logout}</a></p>
						</if>

How can i set my header to show only Welkom terug message to registered users and Welkom bij message to unregistered users.

Kind regards Dangelo!
which theme actually you are using ? (if possible give its link)
(2016-03-12, 11:40 AM).m. Wrote: [ -> ]which theme actually you are using ? (if possible give its link)
Im using Modern v2 theme http://mybbvietnam.com/thread-612.html .
as it is a premium theme, please post at that site for its support.