Theme editor



addon ForoAgency-ColoredUsername bug

How To addon ForoAgency-ColoredUsername bug

thxf.org 

Administrator
Staff member
Admin
Thread owner
addon ForoAgency-ColoredUsername คือ addon ที่จะทำให้ชื่อของสมาชิกมีสีตามกลุ่มที่ตั้งไว้ใน user-groups นั้นๆ

bug ที่เจอคือมันจะไปทำให้ addon บางตัวไม่ทำงาน และ สีกลุ่มสมาชิกไม่แสดงใน Forum List - Category latest post


2020-05-10_15-36-02.jpeg

จากภาพ Forum List - Category latest post จะแสดงแค่ในส่วนที่เป็น Furum แต่ส่วน Category จะไม่แสดง

การแก้ไขทำได้โดยไปที่ /admin.php?template-modifications/&type=public เลื่อนลงหา [ForoAgency] Colored Username Everywhere

ที่หัวข้อ node_list_category Forum List - Category latest post ให้แกัไขตามนี้

ส่วน Fine :
HTML:
<li class="node-extra-user"><xf:username user="{$extras.LastPostUser}" />
แก้เป็น
HTML:
<li class="node-extra-user"><xf:username user="{$extras.LastPostUser}" defaultname="{$extras.last_post_username}" /></li>
และ Replace :
HTML:
<xf:if is="{$xf.options.fa_cue_locations.fl_latestCategoryPost}">
    <li class="node-extra-user"><xf:username user="{$extras.LastPostUser}" rich="true" /></li>
<xf:else />
    $0
</xf:if>
แก้เป็น
HTML:
<xf:if is="{$xf.options.fa_cue_locations.fl_latestCategoryPost}">
    <li class="node-extra-user"><xf:username user="{$extras.LastPostUser}" defaultname="{$extras.last_post_username}" rich="true" /></li>
<xf:else />
    $0
</xf:if>

2020-05-10_15-58-14.jpeg

ส่วน bug ที่ทำให้ addon บางตัวไม่ทำงานแก้ไขโดยไปที่ PAGE_CONTAINER Username color member find

ส่วน Replace :
HTML:
<xf:js src="foroagency/coloredusername/index.js" />
แก้เป็น
HTML:
<xf:js src="foroagency/coloredusername/index.js" />
$0


เรียบร้อยครับ (y)
 

Attachments

  • 2020-05-10_15-36-02.webp
    2020-05-10_15-36-02.webp
    13.6 KB · Views: 267
  • 2020-05-10_15-58-14.webp
    2020-05-10_15-58-14.webp
    11.8 KB · Views: 218
Last edited:


Similar threads

thxf.org เพิ่มไฟล์ใหม่: [Foro.Agency] Colored Username Everywhere - Colored username everywhere on forum This addon adds user's user group CSS style everywhere on the forum ! You can select...
Replies
3
Views
982
  • Article Article
XenForo 2.1.1 is now available for all licensed customers to download. We recommend that all customers running previous versions of XenForo 2.1 upgrade to this release to benefit from increased...
Replies
0
Views
2K


Back
Top Bottom