Ajout d'une extension
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
{% if aps_config('aps_points_display_profile') %}<dt>{{ aps_name() ~ lang('COLON') }}</dt> <dd>{{ aps_display(USER_POINTS) }}</dd>{% endif %}
|
||||
{% EVENT phpbbstudio_aps_profile_append %}
|
||||
@@ -0,0 +1,7 @@
|
||||
{% if S_APS_NAVBAR_HEADER_PROFILE_LIST_AFTER %}
|
||||
<li>
|
||||
<a href="{{ path('phpbbstudio_aps_display') }}" title="{{ aps_name() }}" role="menuitem">
|
||||
{{ aps_icon() }}<span>{{ aps_display(user.data.user_points, false) }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
@@ -0,0 +1,7 @@
|
||||
{% if S_APS_NAVBAR_HEADER_PROFILE_LIST_BEFORE %}
|
||||
<li>
|
||||
<a href="{{ path('phpbbstudio_aps_display') }}" title="{{ aps_name() }}" role="menuitem">
|
||||
{{ aps_icon() }}<span>{{ aps_display(user.data.user_points, false) }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
@@ -0,0 +1,7 @@
|
||||
{% if S_APS_NAVBAR_HEADER_QUICK_LINKS_AFTER %}
|
||||
<li>
|
||||
<a href="{{ path('phpbbstudio_aps_display') }}" title="{{ aps_name() }}" role="menuitem">
|
||||
{{ aps_icon() }}<span>{{ aps_display(user.data.user_points, false) }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
@@ -0,0 +1,7 @@
|
||||
{% if S_APS_NAVBAR_HEADER_QUICK_LINKS_BEFORE %}
|
||||
<li>
|
||||
<a href="{{ path('phpbbstudio_aps_display') }}" title="{{ aps_name() }}" role="menuitem">
|
||||
{{ aps_icon() }}<span>{{ aps_display(user.data.user_points, false) }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
@@ -0,0 +1,7 @@
|
||||
{% if S_APS_NAVBAR_HEADER_USER_PROFILE_APPEND %}
|
||||
<li class="rightside">
|
||||
<a href="{{ path('phpbbstudio_aps_display') }}" title="{{ aps_name() }}" role="menuitem">
|
||||
{{ aps_icon() }}<span>{{ aps_display(user.data.user_points, false) }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
@@ -0,0 +1,7 @@
|
||||
{% if S_APS_NAVBAR_HEADER_USER_PROFILE_PREPEND %}
|
||||
<li class="rightside">
|
||||
<a href="{{ path('phpbbstudio_aps_display') }}" title="{{ aps_name() }}" role="menuitem">
|
||||
{{ aps_icon() }}<span>{{ aps_display(user.data.user_points, false) }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
@@ -0,0 +1,7 @@
|
||||
{% if S_APS_OVERALL_FOOTER_BREADCRUMB_APPEND %}
|
||||
<li>
|
||||
<a href="{{ path('phpbbstudio_aps_display') }}" title="{{ aps_name() }}">
|
||||
{{ aps_icon() }}<span>{{ aps_display(user.data.user_points, false) }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
@@ -0,0 +1,7 @@
|
||||
{% if S_APS_OVERALL_FOOTER_TEAMLINK_AFTER %}
|
||||
<li class="rightside">
|
||||
<a href="{{ path('phpbbstudio_aps_display') }}" title="{{ aps_name() }}" role="menuitem">
|
||||
{{ aps_icon() }}<span>{{ aps_display(user.data.user_points, false) }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
@@ -0,0 +1,7 @@
|
||||
{% if S_APS_OVERALL_FOOTER_TEAMLINK_BEFORE %}
|
||||
<li class="rightside">
|
||||
<a href="{{ path('phpbbstudio_aps_display') }}" title="{{ aps_name() }}" role="menuitem">
|
||||
{{ aps_icon() }}<span>{{ aps_display(user.data.user_points, false) }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
@@ -0,0 +1,7 @@
|
||||
{% if S_APS_OVERALL_FOOTER_TIMEZONE_AFTER %}
|
||||
<li class="rightside">
|
||||
<a href="{{ path('phpbbstudio_aps_display') }}" title="{{ aps_name() }}" role="menuitem">
|
||||
{{ aps_icon() }}<span>{{ aps_display(user.data.user_points, false) }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
@@ -0,0 +1,7 @@
|
||||
{% if S_APS_OVERALL_FOOTER_TIMEZONE_BEFORE %}
|
||||
<li class="rightside">
|
||||
<a href="{{ path('phpbbstudio_aps_display') }}" title="{{ aps_name() }}" role="menuitem">
|
||||
{{ aps_icon() }}<span>{{ aps_display(user.data.user_points, false) }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
@@ -0,0 +1,7 @@
|
||||
{% if S_APS_OVERALL_HEADER_NAVIGATION_APPEND %}
|
||||
<li>
|
||||
<a href="{{ path('phpbbstudio_aps_display') }}" title="{{ aps_name() }}" role="menuitem">
|
||||
{{ aps_icon() }}<span>{{ aps_display(user.data.user_points, false) }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
@@ -0,0 +1,7 @@
|
||||
{% if S_APS_OVERALL_HEADER_NAVIGATION_PREPEND %}
|
||||
<li>
|
||||
<a href="{{ path('phpbbstudio_aps_display') }}" title="{{ aps_name() }}" role="menuitem">
|
||||
{{ aps_icon() }}<span>{{ aps_display(user.data.user_points, false) }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
@@ -0,0 +1,2 @@
|
||||
{% if aps_config('aps_points_display_pm') %}<dd><strong>{{ aps_name() ~ lang('COLON') }}</strong> {{ aps_display(AUTHOR_POINTS) }}</dd>{% endif %}
|
||||
{% EVENT phpbbstudio_aps_pm_append %}
|
||||
@@ -0,0 +1,2 @@
|
||||
{% if aps_config('aps_points_display_post') %}<dd><strong>{{ aps_name() ~ lang('COLON') }}</strong> {{ aps_display(postrow.POSTER_POINTS) }}</dd>{% endif %}
|
||||
{% EVENT phpbbstudio_aps_post_append %}
|
||||
Reference in New Issue
Block a user