Change block_config and portal_config to twig style & update copyright
This commit is contained in:
@@ -1,35 +1,35 @@
|
|||||||
<!-- Config for the left and right blocks //-->
|
<!-- Config for the left and right blocks //-->
|
||||||
<!-- DEFINE $LR_BLOCK_H_L = '<div class="forabg" role="row"><div class="inner"><ul class="topiclist"><li class="header"><dl><dt style="padding: 0px 0px 2px; white-space: nowrap; margin-bottom: 0px; margin-top: 0px;">' -->
|
{% DEFINE LR_BLOCK_H_L = '<div class="forabg" role="row"><div class="inner"><ul class="topiclist"><li class="header"><dl><dt style="padding: 0px 0px 2px; white-space: nowrap; margin-bottom: 0px; margin-top: 0px;">' %}
|
||||||
<!-- DEFINE $LR_BLOCK_H_R = '</dt><dd></dd></dl></li></ul><ul class="topiclist forums"><li><dl><dt></dt><dd class="portal-side-wrapper"><div class="portal-side">' -->
|
{% DEFINE LR_BLOCK_H_R = '</dt><dd></dd></dl></li></ul><ul class="topiclist forums"><li><dl><dt></dt><dd class="portal-side-wrapper"><div class="portal-side">' %}
|
||||||
<!-- DEFINE $LR_BLOCK_F_L = '</div></dd></dl></li></ul>' -->
|
{% DEFINE LR_BLOCK_F_L = '</div></dd></dl></li></ul>' %}
|
||||||
<!-- DEFINE $LR_BLOCK_F_R = '</div></div><br class="portal-clear" />' -->
|
{% DEFINE LR_BLOCK_F_R = '</div></div><br class="portal-clear" />' %}
|
||||||
|
|
||||||
<!-- Config for the center blocks //-->
|
<!-- Config for the center blocks //-->
|
||||||
<!-- DEFINE $C_BLOCK_H_L = '<div class="forabg" role="row"><div class="inner"><ul class="topiclist"><li class="header"><dl class="row-item"><dt>' -->
|
{% DEFINE C_BLOCK_H_L = '<div class="forabg" role="row"><div class="inner"><ul class="topiclist"><li class="header"><dl class="row-item"><dt>' %}
|
||||||
<!-- DEFINE $C_BLOCK_H_R = '</dt><dd></dd></dl></li></ul>' -->
|
{% DEFINE C_BLOCK_H_R = '</dt><dd></dd></dl></li></ul>' %}
|
||||||
<!-- DEFINE $C_BLOCK_F_L = ' ' -->
|
{% DEFINE C_BLOCK_F_L = ' ' %}
|
||||||
<!-- DEFINE $C_BLOCK_F_R = '</div></div><br class="portal-clear" />' -->
|
{% DEFINE C_BLOCK_F_R = '</div></div><br class="portal-clear" />' %}
|
||||||
|
|
||||||
<!-- Config for compact blocks //-->
|
<!-- Config for compact blocks //-->
|
||||||
<!-- DEFINE $CC_BLOCK_H_L = '<div class="forabg" role="row"><div class="inner"><ul class="topiclist"><li class="header"><dl class="row-item">' -->
|
{% DEFINE CC_BLOCK_H_L = '<div class="forabg" role="row"><div class="inner"><ul class="topiclist"><li class="header"><dl class="row-item">' %}
|
||||||
<!-- DEFINE $CC_BLOCK_H_R = '</dl></li></ul>' -->
|
{% DEFINE CC_BLOCK_H_R = '</dl></li></ul>' %}
|
||||||
|
|
||||||
<!-- Images-URL //-->
|
<!-- Images-URL //-->
|
||||||
<!-- DEFINE $NO_AVATAR_IMG = '/images/no_avatar.gif' -->
|
{% DEFINE NO_AVATAR_IMG = '/images/no_avatar.gif' %}
|
||||||
|
|
||||||
<!-- Vertical distance between left/right and center Blocks -->
|
<!-- Vertical distance between left/right and center Blocks -->
|
||||||
|
|
||||||
<!-- DEFINE $BLOCK_DISTANCE = '10px' -->
|
{% DEFINE BLOCK_DISTANCE = '10px' %}
|
||||||
|
|
||||||
<!-- show Icons in left/right Blocks? 0=no 1=yes -->
|
<!-- show Icons in left/right Blocks? 0=no 1=yes -->
|
||||||
<!-- DEFINE $S_BLOCK_ICON = 1 -->
|
{% DEFINE S_BLOCK_ICON = 1 %}
|
||||||
|
|
||||||
<!-- postbody top (default 1 by prosilver) 0=no 1=yes -->
|
<!-- postbody top (default 1 by prosilver) 0=no 1=yes -->
|
||||||
<!-- DEFINE $S_POSTBODY_TOP = 1 -->
|
{% DEFINE S_POSTBODY_TOP = 1 %}
|
||||||
|
|
||||||
<!-- override the column width settings of the ACP for this style? 0=no 1=yes -->
|
<!-- override the column width settings of the ACP for this style? 0=no 1=yes -->
|
||||||
<!-- DEFINE $S_COLUMNS_WIDTH_OVERRIDE = 0 -->
|
{% DEFINE S_COLUMNS_WIDTH_OVERRIDE = 0 %}
|
||||||
|
|
||||||
<!-- override the column width settings of the ACP - set the width if enabled -->
|
<!-- override the column width settings of the ACP - set the width if enabled -->
|
||||||
<!-- DEFINE $PORTAL_LEFT_COLUMN_OVERRIDE = '200' -->
|
{% DEFINE PORTAL_LEFT_COLUMN_OVERRIDE = '200' %}
|
||||||
<!-- DEFINE $PORTAL_RIGHT_COLUMN_OVERRIDE = '200' -->
|
{% DEFINE PORTAL_RIGHT_COLUMN_OVERRIDE = '200' %}
|
||||||
|
|||||||
@@ -1,124 +1,124 @@
|
|||||||
<!-- INCLUDE overall_header.html -->
|
{% INCLUDE 'overall_header.html' %}
|
||||||
<!-- INCLUDE portal/_block_config.html -->
|
{% INCLUDE 'portal/_block_config.html' %}
|
||||||
|
|
||||||
<div id="portal-body" role="grid">
|
<div id="portal-body" role="grid">
|
||||||
<!-- IF S_TOP_COLUMN -->
|
{% if S_TOP_COLUMN %}
|
||||||
<div id="portal-top" role="rowgroup">
|
<div id="portal-top" role="rowgroup">
|
||||||
<!-- [+] top module area -->
|
<!-- [+] top module area -->
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<!-- BEGIN modules_top -->
|
{% for modules_top in loops.modules_top %}
|
||||||
<!-- DEFINE $TEMPLATE_FILE = '{modules_top.TEMPLATE_FILE}' -->
|
{% DEFINE TEMPLATE_FILE = ''~ modules_top.TEMPLATE_FILE ~'' %}
|
||||||
<!-- DEFINE $IMAGE_SRC = '{modules_top.IMAGE_SRC}' -->
|
{% DEFINE IMAGE_SRC = ''~ modules_top.IMAGE_SRC ~'' %}
|
||||||
<!-- DEFINE $IMAGE_WIDTH = '{modules_top.IMAGE_WIDTH}' -->
|
{% DEFINE IMAGE_WIDTH = ''~ modules_top.IMAGE_WIDTH ~'' %}
|
||||||
<!-- DEFINE $IMAGE_HEIGHT = '{modules_top.IMAGE_HEIGHT}' -->
|
{% DEFINE IMAGE_HEIGHT = ''~ modules_top.IMAGE_HEIGHT ~'' %}
|
||||||
<!-- DEFINE $CUSTOM_CODE = '{modules_top.CODE}' -->
|
{% DEFINE CUSTOM_CODE = ''~ modules_top.CODE ~'' %}
|
||||||
<!-- DEFINE $TITLE = '{modules_top.TITLE}' -->
|
{% DEFINE TITLE = ''~ modules_top.TITLE ~'' %}
|
||||||
<!-- DEFINE $MODULE_ID = '{modules_top.MODULE_ID}' -->
|
{% DEFINE MODULE_ID = ''~ modules_top.MODULE_ID ~'' %}
|
||||||
<!-- DEFINE $FA_ICON = '{modules_top.FA_ICON}' -->
|
{% DEFINE FA_ICON = ''~ modules_top.FA_ICON ~'' %}
|
||||||
<!-- DEFINE $FA_SIZE = '{modules_top.FA_SIZE}' -->
|
{% DEFINE FA_SIZE = ''~ modules_top.FA_SIZE ~'' %}
|
||||||
<!-- DEFINE $FA_ENABLED = '{modules_top.FA_ENABLED}' -->
|
{% DEFINE FA_ENABLED = ''~ modules_top.FA_ENABLED ~'' %}
|
||||||
<!-- INCLUDE {$TEMPLATE_FILE} -->
|
{% INCLUDE ''~ definition.TEMPLATE_FILE ~'' %}
|
||||||
<!-- END modules_top -->
|
{% endfor %}
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<!-- [-] top module area -->
|
<!-- [-] top module area -->
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
{% endif %}
|
||||||
<!-- [+] center module area -->
|
<!-- [+] center module area -->
|
||||||
<!-- IF S_CENTER_COLUMN -->
|
{% if S_CENTER_COLUMN %}
|
||||||
<div id="portal-center-wrapper">
|
<div id="portal-center-wrapper">
|
||||||
<div id="portal-center" style="margin: 0 <!-- IF S_RIGHT_COLUMN -->{S_PORTAL_RIGHT_COLUMN}px<!-- ELSE -->-{$BLOCK_DISTANCE}<!-- ENDIF --> 0 <!-- IF S_LEFT_COLUMN -->{S_PORTAL_LEFT_COLUMN}px<!-- ELSE -->-{$BLOCK_DISTANCE}<!-- ENDIF -->; padding: 0 {$BLOCK_DISTANCE};" role="rowgroup">
|
<div id="portal-center" style="margin: 0 {% if S_RIGHT_COLUMN %}{{ S_PORTAL_RIGHT_COLUMN }}px{% else %}-{{ definition.BLOCK_DISTANCE }}{% endif %} 0 {% if S_LEFT_COLUMN %}{{ S_PORTAL_LEFT_COLUMN }}px{% else %}-{{ definition.BLOCK_DISTANCE }}{% endif %}; padding: 0 {{ definition.BLOCK_DISTANCE }};" role="rowgroup">
|
||||||
<!-- BEGIN modules_center -->
|
{% for modules_center in loops.modules_center %}
|
||||||
<!-- DEFINE $TEMPLATE_FILE = '{modules_center.TEMPLATE_FILE}' -->
|
{% DEFINE TEMPLATE_FILE = ''~ modules_center.TEMPLATE_FILE ~'' %}
|
||||||
<!-- DEFINE $IMAGE_SRC = '{modules_center.IMAGE_SRC}' -->
|
{% DEFINE IMAGE_SRC = ''~ modules_center.IMAGE_SRC ~'' %}
|
||||||
<!-- DEFINE $IMAGE_WIDTH = '{modules_center.IMAGE_WIDTH}' -->
|
{% DEFINE IMAGE_WIDTH = ''~ modules_center.IMAGE_WIDTH ~'' %}
|
||||||
<!-- DEFINE $IMAGE_HEIGHT = '{modules_center.IMAGE_HEIGHT}' -->
|
{% DEFINE IMAGE_HEIGHT = ''~ modules_center.IMAGE_HEIGHT ~'' %}
|
||||||
<!-- DEFINE $CUSTOM_CODE = '{modules_center.CODE}' -->
|
{% DEFINE CUSTOM_CODE = ''~ modules_center.CODE ~'' %}
|
||||||
<!-- DEFINE $TITLE = '{modules_center.TITLE}' -->
|
{% DEFINE TITLE = ''~ modules_center.TITLE ~'' %}
|
||||||
<!-- DEFINE $MODULE_ID = '{modules_center.MODULE_ID}' -->
|
{% DEFINE MODULE_ID = ''~ modules_center.MODULE_ID ~'' %}
|
||||||
<!-- DEFINE $FA_ICON = '{modules_center.FA_ICON}' -->
|
{% DEFINE FA_ICON = ''~ modules_center.FA_ICON ~'' %}
|
||||||
<!-- DEFINE $FA_SIZE = '{modules_center.FA_SIZE}' -->
|
{% DEFINE FA_SIZE = ''~ modules_center.FA_SIZE ~'' %}
|
||||||
<!-- DEFINE $FA_ENABLED = '{modules_center.FA_ENABLED}' -->
|
{% DEFINE FA_ENABLED = ''~ modules_center.FA_ENABLED ~'' %}
|
||||||
<!-- INCLUDE {$TEMPLATE_FILE} -->
|
{% INCLUDE ''~ definition.TEMPLATE_FILE ~'' %}
|
||||||
<!-- END modules_center -->
|
{% endfor %}
|
||||||
<!-- IF S_DISPLAY_JUMPBOX and B3P_DISPLAY_JUMPBOX -->
|
{% if S_DISPLAY_JUMPBOX and B3P_DISPLAY_JUMPBOX %}
|
||||||
<br />
|
<br />
|
||||||
<!-- INCLUDE portal/modules/jumpbox.html -->
|
{% INCLUDE 'portal/modules/jumpbox.html' %}
|
||||||
<!-- ENDIF -->
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
{% endif %}
|
||||||
<!-- [-] center module area -->
|
<!-- [-] center module area -->
|
||||||
<!-- [+] left module area -->
|
<!-- [+] left module area -->
|
||||||
<!-- IF S_LEFT_COLUMN -->
|
{% if S_LEFT_COLUMN %}
|
||||||
<div id="portal-left" style="width: {S_PORTAL_LEFT_COLUMN}px;" role="rowgroup">
|
<div id="portal-left" style="width: {{ S_PORTAL_LEFT_COLUMN }}px;" role="rowgroup">
|
||||||
<!-- BEGIN modules_left -->
|
{% for modules_left in loops.modules_left %}
|
||||||
<!-- DEFINE $TEMPLATE_FILE = '{modules_left.TEMPLATE_FILE}' -->
|
{% DEFINE TEMPLATE_FILE = ''~ modules_left.TEMPLATE_FILE ~'' %}
|
||||||
<!-- DEFINE $IMAGE_SRC = '{modules_left.IMAGE_SRC}' -->
|
{% DEFINE IMAGE_SRC = ''~ modules_left.IMAGE_SRC ~'' %}
|
||||||
<!-- DEFINE $IMAGE_WIDTH = '{modules_left.IMAGE_WIDTH}' -->
|
{% DEFINE IMAGE_WIDTH = ''~ modules_left.IMAGE_WIDTH ~'' %}
|
||||||
<!-- DEFINE $IMAGE_HEIGHT = '{modules_left.IMAGE_HEIGHT}' -->
|
{% DEFINE IMAGE_HEIGHT = ''~ modules_left.IMAGE_HEIGHT ~'' %}
|
||||||
<!-- DEFINE $CUSTOM_CODE = '{modules_left.CODE}' -->
|
{% DEFINE CUSTOM_CODE = ''~ modules_left.CODE ~'' %}
|
||||||
<!-- DEFINE $TITLE = '{modules_left.TITLE}' -->
|
{% DEFINE TITLE = ''~ modules_left.TITLE ~'' %}
|
||||||
<!-- DEFINE $MODULE_ID = '{modules_left.MODULE_ID}' -->
|
{% DEFINE MODULE_ID = ''~ modules_left.MODULE_ID ~'' %}
|
||||||
<!-- DEFINE $FA_ICON = '{modules_left.FA_ICON}' -->
|
{% DEFINE FA_ICON = ''~ modules_left.FA_ICON ~'' %}
|
||||||
<!-- DEFINE $FA_SIZE = '{modules_left.FA_SIZE}' -->
|
{% DEFINE FA_SIZE = ''~ modules_left.FA_SIZE ~'' %}
|
||||||
<!-- DEFINE $FA_ENABLED = '{modules_left.FA_ENABLED}' -->
|
{% DEFINE FA_ENABLED = ''~ modules_left.FA_ENABLED ~'' %}
|
||||||
<!-- INCLUDE {$TEMPLATE_FILE} -->
|
{% INCLUDE ''~ definition.TEMPLATE_FILE ~'' %}
|
||||||
<!-- END modules_left -->
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
{% endif %}
|
||||||
<!-- [-] left module area -->
|
<!-- [-] left module area -->
|
||||||
|
|
||||||
<!-- [+] right module area -->
|
<!-- [+] right module area -->
|
||||||
<!-- IF S_RIGHT_COLUMN -->
|
{% if S_RIGHT_COLUMN %}
|
||||||
<div id="portal-right" style="width: {S_PORTAL_RIGHT_COLUMN}px; margin-<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->right<!-- ELSE -->left<!-- ENDIF -->: -{S_PORTAL_RIGHT_COLUMN}px;" data-width="{S_PORTAL_RIGHT_COLUMN}" role="rowgroup">
|
<div id="portal-right" style="width: {{ S_PORTAL_RIGHT_COLUMN }}px; margin-{% if S_CONTENT_DIRECTION eq 'rtl' %}right{% else %}left{% endif %}: -{{ S_PORTAL_RIGHT_COLUMN }}px;" data-width="{{ S_PORTAL_RIGHT_COLUMN }}" role="rowgroup">
|
||||||
<!-- BEGIN modules_right -->
|
{% for modules_right in loops.modules_right %}
|
||||||
<!-- DEFINE $TEMPLATE_FILE = '{modules_right.TEMPLATE_FILE}' -->
|
{% DEFINE TEMPLATE_FILE = ''~ modules_right.TEMPLATE_FILE ~'' %}
|
||||||
<!-- DEFINE $IMAGE_SRC = '{modules_right.IMAGE_SRC}' -->
|
{% DEFINE IMAGE_SRC = ''~ modules_right.IMAGE_SRC ~'' %}
|
||||||
<!-- DEFINE $IMAGE_WIDTH = '{modules_right.IMAGE_WIDTH}' -->
|
{% DEFINE IMAGE_WIDTH = ''~ modules_right.IMAGE_WIDTH ~'' %}
|
||||||
<!-- DEFINE $IMAGE_HEIGHT = '{modules_right.IMAGE_HEIGHT}' -->
|
{% DEFINE IMAGE_HEIGHT = ''~ modules_right.IMAGE_HEIGHT ~'' %}
|
||||||
<!-- DEFINE $CUSTOM_CODE = '{modules_right.CODE}' -->
|
{% DEFINE CUSTOM_CODE = ''~ modules_right.CODE ~'' %}
|
||||||
<!-- DEFINE $TITLE = '{modules_right.TITLE}' -->
|
{% DEFINE TITLE = ''~ modules_right.TITLE ~'' %}
|
||||||
<!-- DEFINE $MODULE_ID = '{modules_right.MODULE_ID}' -->
|
{% DEFINE MODULE_ID = ''~ modules_right.MODULE_ID ~'' %}
|
||||||
<!-- DEFINE $FA_ICON = '{modules_right.FA_ICON}' -->
|
{% DEFINE FA_ICON = ''~ modules_right.FA_ICON ~'' %}
|
||||||
<!-- DEFINE $FA_SIZE = '{modules_right.FA_SIZE}' -->
|
{% DEFINE FA_SIZE = ''~ modules_right.FA_SIZE ~'' %}
|
||||||
<!-- DEFINE $FA_ENABLED = '{modules_right.FA_ENABLED}' -->
|
{% DEFINE FA_ENABLED = ''~ modules_right.FA_ENABLED ~'' %}
|
||||||
<!-- INCLUDE {$TEMPLATE_FILE} -->
|
{% INCLUDE ''~ definition.TEMPLATE_FILE ~'' %}
|
||||||
<!-- END modules_right -->
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
{% endif %}
|
||||||
<!-- [-] right module area -->
|
<!-- [-] right module area -->
|
||||||
<br class="portal-clear" />
|
<br class="portal-clear" />
|
||||||
<!-- IF S_BOTTOM_COLUMN -->
|
{% if S_BOTTOM_COLUMN %}
|
||||||
<div id="portal-bottom" role="rowgroup">
|
<div id="portal-bottom" role="rowgroup">
|
||||||
<!-- [+] bottom module area -->
|
<!-- [+] bottom module area -->
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<!-- BEGIN modules_bottom -->
|
{% for modules_bottom in loops.modules_bottom %}
|
||||||
<!-- DEFINE $TEMPLATE_FILE = '{modules_bottom.TEMPLATE_FILE}' -->
|
{% DEFINE TEMPLATE_FILE = ''~ modules_bottom.TEMPLATE_FILE ~'' %}
|
||||||
<!-- DEFINE $IMAGE_SRC = '{modules_bottom.IMAGE_SRC}' -->
|
{% DEFINE IMAGE_SRC = ''~ modules_bottom.IMAGE_SRC ~'' %}
|
||||||
<!-- DEFINE $IMAGE_WIDTH = '{modules_bottom.IMAGE_WIDTH}' -->
|
{% DEFINE IMAGE_WIDTH = ''~ modules_bottom.IMAGE_WIDTH ~'' %}
|
||||||
<!-- DEFINE $IMAGE_HEIGHT = '{modules_bottom.IMAGE_HEIGHT}' -->
|
{% DEFINE IMAGE_HEIGHT = ''~ modules_bottom.IMAGE_HEIGHT ~'' %}
|
||||||
<!-- DEFINE $CUSTOM_CODE = '{modules_bottom.CODE}' -->
|
{% DEFINE CUSTOM_CODE = ''~ modules_bottom.CODE ~'' %}
|
||||||
<!-- DEFINE $TITLE = '{modules_bottom.TITLE}' -->
|
{% DEFINE TITLE = ''~ modules_bottom.TITLE ~'' %}
|
||||||
<!-- DEFINE $MODULE_ID = '{modules_bottom.MODULE_ID}' -->
|
{% DEFINE MODULE_ID = ''~ modules_bottom.MODULE_ID ~'' %}
|
||||||
<!-- DEFINE $FA_ICON = '{modules_bottom.FA_ICON}' -->
|
{% DEFINE FA_ICON = ''~ modules_bottom.FA_ICON ~'' %}
|
||||||
<!-- DEFINE $FA_SIZE = '{modules_bottom.FA_SIZE}' -->
|
{% DEFINE FA_SIZE = ''~ modules_bottom.FA_SIZE ~'' %}
|
||||||
<!-- DEFINE $FA_ENABLED = '{modules_bottom.FA_ENABLED}' -->
|
{% DEFINE FA_ENABLED = ''~ modules_bottom.FA_ENABLED ~'' %}
|
||||||
<!-- INCLUDE {$TEMPLATE_FILE} -->
|
{% INCLUDE ''~ definition.TEMPLATE_FILE ~'' %}
|
||||||
<!-- END modules_bottom -->
|
{% endfor %}
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<!-- [-] bottom module area -->
|
<!-- [-] bottom module area -->
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--// board3 Portal by www.board3.de //-->
|
<!--// board3 Portal by www.board3.de //-->
|
||||||
<div class="copyright b3p-copyright">Powered by <a href="http://www.board3.de/">Board3 Portal</a> © 2009 - 2021 Board3 Group</div>
|
<div class="copyright b3p-copyright">Powered by <a href="https://www.board3.de/">Board3 Portal</a> © 2009 - 2023 Board3 Group</div>
|
||||||
|
|
||||||
<!-- INCLUDEJS portal/assets/jquery.getscrollbarwidth.js -->
|
{% INCLUDEJS 'portal/assets/jquery.getscrollbarwidth.js' %}
|
||||||
<!-- INCLUDEJS portal/assets/portal.js -->
|
{% INCLUDEJS 'portal/assets/portal.js' %}
|
||||||
|
|
||||||
<!-- INCLUDE overall_footer.html -->
|
{% INCLUDE 'overall_footer.html' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user