Hi guys i wanted to redirect banned users to e.g. google. I cant seem to find an addon at xen & was wondering if anyone knew if this could be done via template edit?
for vb it was something like this
banned users are not placed in a banned usergroup on xen so not sure how this can be done.
for vb it was something like this
Code:
<if condition="$bbuserinfo['usergroupid'] == 8">
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.theybannedme.com">
</if>
banned users are not placed in a banned usergroup on xen so not sure how this can be done.