Ajout d'une extension

This commit is contained in:
Gauvain Boiché
2020-04-04 18:27:27 +02:00
parent c3ed8cc1c1
commit 3a964fe237
387 changed files with 58921 additions and 0 deletions

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}