Hi,
Last week i've upgrade my forum from 3.0.9 to 3.5.0. We had a warnsystem for the Admins and Mods. Now it isn't working anymore, we get an message when we want to Warn a user.
This is the code that we use in the postbit_legacy (a warningimage is showing up at any profile on the forum, we can click on it)
<if condition="$bbuserinfo['usergroupid']>3"><a href="warnuser.php?u=$post[userid]"><img class="inlineimg" src="$stylevar[imgdir_button]/warn.gif" alt="Waarschuw deze user $showwarning" border="0" /></a></if>
What did we wrong? This is working very properly in 3.0.9....
The message that we see is (in Dutch):
Arjan, je hebt geen toestemming voor toegang tot deze pagina. Hiervoor kunnen diverse oorzaken zijn:
None of the Admins or Mods get acces to Warn a user, can u help us?
Thanks!
Last week i've upgrade my forum from 3.0.9 to 3.5.0. We had a warnsystem for the Admins and Mods. Now it isn't working anymore, we get an message when we want to Warn a user.
This is the code that we use in the postbit_legacy (a warningimage is showing up at any profile on the forum, we can click on it)
<if condition="$bbuserinfo['usergroupid']>3"><a href="warnuser.php?u=$post[userid]"><img class="inlineimg" src="$stylevar[imgdir_button]/warn.gif" alt="Waarschuw deze user $showwarning" border="0" /></a></if>
What did we wrong? This is working very properly in 3.0.9....
The message that we see is (in Dutch):
Arjan, je hebt geen toestemming voor toegang tot deze pagina. Hiervoor kunnen diverse oorzaken zijn:
- Je gebruikersaccount heeft onvoldoende toegangsrechten voor deze pagina. Probeer je wellicht het bericht van een ander te bewerken, toegang te krijgen tot beheerdersfuncties of andere systeemtaken uit te voeren?
- Als je probeert een bericht te posten, heeft de administrator je account mogelijk uitgeschakeld of is het account nog niet geactiveerd.
Thanks!
Comment