Add an event to: right_side_body.html


Debido a falta de tiempo libre, tanto el soporte en este foro como el desarrollo de extensiones es limitado actualmente.
Todos los bugs son tenidos en cuenta y guardados para su correción aunque no haya respuesta en los posts.
Se retomará la actividad normal tan pronto sea posible.
no_avatar
bennybernaer
 
Mensajes: 25
Registrado: Jue Feb 05, 2015 10:37 am
 Lun Sep 22, 2025 3:36 pm • a través de Web
To allow extensions to be hooked, it would be useful to add an event to right_side_body.html

Código: Seleccionar todo
          {% EVENT wall_user_details_after_custom_fields %}


Código: Seleccionar todo
      <ul class="wall-user-details">
         <li class="fw-pullcenter">
            {{ RANK_TITLE }}
            {% if RANK_TITLE and RANK_IMG %}<br />{% endif %}
            {{ RANK_IMG }}
         </li>
         {% if S_USER_INACTIVE %}<li class="fw-pullcenter">{{ USER_INACTIVE_REASON }}</li>{% endif %}
         {% if AGE !== '' %}<li><i class="fa fa-gift"></i> {{ AGE }} {{ lang('YEARS_OLD') }}</li>{% endif %}
         
      {% for field in custom_fields %}
         <li>
         {% if field.S_PROFILE_PHPBB_LOCATION %}
            <i class="fa fa-map-marker"></i>
         {% elseif field.S_PROFILE_PHPBB_WEBSITE %}
            <i class="fa fa-globe"></i>
         {% elseif field.S_PROFILE_PHPBB_FACEBOOK %}
            <i class="fa fa-facebook"></i>
         {% elseif field.S_PROFILE_PHPBB_TWITTER %}
            <i class="fa fa-twitter"></i>
         {% elseif field.S_PROFILE_PHPBB_YOUTUBE %}
            <i class="fa fa-youtube"></i>
         {% elseif field.S_PROFILE_PHPBB_GOOGLEPLUS %}
            <i class="fa fa-googleplus"></i>
         {% elseif field.S_PROFILE_PHPBB_SKYPE %}
            <i class="fa fa-skype"></i>
         {% else %}
            <strong>{{ field.PROFILE_FIELD_NAME }}{{ lang('COLON') }}</strong></span>
         {% endif %}
         
         {% if field.PROFILE_FIELD_CONTACT %}
            <a href="{{ field.PROFILE_FIELD_CONTACT }}">{{ field.PROFILE_FIELD_DESC }}</a>
         {% else %}
            <span>{{ field.PROFILE_FIELD_VALUE }}</span>
         {% endif %}
         </li>
      {% endfor %}
          {% EVENT wall_user_details_after_custom_fields %}
      </ul>
Adjuntos
Naamloos.png
Avatar de Usuario
IvanPF
Administrador
 
Mensajes: 2251
Registrado: Vie Jun 17, 2011 12:15 am
Ubicación: España (Spain)
 Lun Sep 22, 2025 5:43 pm • a través de Web
Thanks for suggestions,
I'll keep that in mind for future versions.

¿Quién está conectado?

Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 0 invitados