Neler yeni

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.

  • Forumdan daha fazla yararlanmak için, profilinizi telefon numaranız 📱 ile doğrulayın ve daha ayrıcalıklı olun 😉
    Daha fazla bilgi!

Nasıl yapılır ? How to fix the problem in the medal plugin

Jonoon

Sabit kullanıcı
Kullanıcı
Katılım
6 Eyl 2019
Mesajlar
54
Hi, I'm using the [bd] Medal 2.0.4 plugin
In this plugin, medals are displayed as shown below in the user banners
IMG_20200526_114027_121.jpg
But I manipulated the message_macros template and now it is displayed as shown below
IMG_20200523_193222_060 (1).jpg
Can anyone help me display medals like before?
 
Add the code below into the src/config.php file.

Kod:
$config['development']['enabled'] = true;

Appearance > Template modifications > [bd] Medal > message_macros (message_user_info_extra_(top|bottom)) follow the path. Replace the Find section with the code below.

Kod:
<xf:userbanners user="$user" tag="div" class="message-userBanner" itemprop="jobTitle" />


Replace the codes in the change field with the following.

Kod:
 $0
<xf:macro template="bdmedal_message_macros" name="user_medals"
              arg-position="message_user_info_extra_top"
              arg-user="{$user}"/>


Mark the search type as "Simple replacement". Be sure to save.

Demo :
Screenshot_2.png



Follow setup > options > [bd] Medal

Change the position in message to manual Position and save it.


Screenshot_3.png


I wish you a good day
 

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.