AcoDe
05-09-2009, 10:00 PM
What is he doing?
This mini-mode allow you to direct banned users at you forum, into a specific URL.
for example:
you have a forum that in this forum the banned users can appeal on there ban reason.
Installation
Go to your AdminCP
Styles & Templates
Style Manager
Edit Template
header**You can change or delete the line optional**
in the the first line add:
<!-- Start of DBU -->
<if condition="$forumid != Change to you appeal forum" id>//optinal
<if condition="$bbuserinfo[usergroupid] == 8">
<script language="JavaScript" type="text/javascript">
/*<![CDATA[*/
var df = confirm(" Do you want to appeal you ban reason?");
if (df)
{
open("Full URL To Direct");
}
else
{
alert("If user press cancel message")
}
/*]]>*/
</script>
</if></if>
<!-- End of DBU -->you can also delete the else:
<!-- Start of DBU -->
<if condition="$forumid != Change to you appeal forum id">//optinal
<if condition="$bbuserinfo[usergroupid] == 8">
<script language="JavaScript" type="text/javascript">
/*<![CDATA[*/
var df = confirm(" Do you want to appeal you ban reason?");
if (df)
{
open("Full URL To Direct");
}
/*]]>*/
</script>
</if></if>
<!-- End of DBU -->
Remember to "Install"
This mini-mode allow you to direct banned users at you forum, into a specific URL.
for example:
you have a forum that in this forum the banned users can appeal on there ban reason.
Installation
Go to your AdminCP
Styles & Templates
Style Manager
Edit Template
header**You can change or delete the line optional**
in the the first line add:
<!-- Start of DBU -->
<if condition="$forumid != Change to you appeal forum" id>//optinal
<if condition="$bbuserinfo[usergroupid] == 8">
<script language="JavaScript" type="text/javascript">
/*<![CDATA[*/
var df = confirm(" Do you want to appeal you ban reason?");
if (df)
{
open("Full URL To Direct");
}
else
{
alert("If user press cancel message")
}
/*]]>*/
</script>
</if></if>
<!-- End of DBU -->you can also delete the else:
<!-- Start of DBU -->
<if condition="$forumid != Change to you appeal forum id">//optinal
<if condition="$bbuserinfo[usergroupid] == 8">
<script language="JavaScript" type="text/javascript">
/*<![CDATA[*/
var df = confirm(" Do you want to appeal you ban reason?");
if (df)
{
open("Full URL To Direct");
}
/*]]>*/
</script>
</if></if>
<!-- End of DBU -->
Remember to "Install"