mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/13713] Introduce ACP settings for mentions
PHPBB3-13713
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<script>
|
||||
// <![CDATA[
|
||||
var mention_url = '{UA_MENTION_URL}';
|
||||
var mention_topic_id = '{S_TOPIC_ID}';
|
||||
|
||||
// Define the bbCode tags
|
||||
var bbcode = new Array();
|
||||
@@ -10,6 +8,9 @@
|
||||
// ]]>
|
||||
</script>
|
||||
|
||||
<!-- IF S_ALLOW_MENTIONS -->
|
||||
<div id="mention_params" style="display: none;" data-mention-url="{U_MENTION_URL}" data-mention-names-limit="{S_MENTION_NAMES_LIMIT}" data-topic-id="{S_TOPIC_ID}"></div>
|
||||
<!-- ENDIF -->
|
||||
<!-- INCLUDECSS {T_ASSETS_PATH}/css/jquery.atwho.min.css -->
|
||||
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/jquery.caret.min.js -->
|
||||
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/jquery.atwho.min.js -->
|
||||
|
Reference in New Issue
Block a user