ติดต่อลงโฆษณา [email protected]

ผู้เขียน หัวข้อ: อยากให้ตัวอักขระตรงนี้หายไป...รบกวนด้วยครับ  (อ่าน 3683 ครั้ง)

0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้

ออฟไลน์ eak1111

  • New Member
  • *
  • กระทู้: 29
    • ดูรายละเอียด
โค้ด: [เลือก]
// FlashChat!
global $modSettings;
if ($context['user']['is_logged'])
echo ($current_action == 'chat' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'chat' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=chat">', $txt['chat_name'] ,  (!empty($modSettings['fc_newWindow']) ? ' target="_blank"' : ''), '>', $txt['fc_chat'], (!empty($modSettings['fc_showUserCount']) && !empty($context['num_chat']) ? ' [<strong>' . $context['num_chat'] . ' ' . ($context['num_chat'] == 1 ? $txt['userchat'] : $txt['users']) . '</strong>]' : ''), '</a>
</td>' , $current_action == 'chat' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

บรรทัดที่ 6 หลังคำว่า action=chat ตรงตัว  ">"   มันจะทำให้ภาพเมนูผมมี"อักษร"และต่อท้ายด้วย ">"
หากผมเอา ">" ออก อักษรและลิ๊งก็จะหายไปด้วยครับ


มีวิธีอย่างไรที่จะเอาออกได้บ้างครบโดยที่ Link ก็ยังอยู่

ออฟไลน์ Riryoku

  • Jr. Member
  • **
  • กระทู้: 69
    • ดูรายละเอียด
// FlashChat!
   global $modSettings;
   if ($context['user']['is_logged'])
      echo ($current_action == 'chat' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'chat' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=chat">', $txt['chat_name'] ,  (!empty($modSettings['fc_newWindow']) ? ' target="_blank"' : ''), '>', $txt['fc_chat'], (!empty($modSettings['fc_showUserCount']) && !empty($context['num_chat']) ? ' [<strong>' . $context['num_chat'] . ' ' . ($context['num_chat'] == 1 ? $txt['userchat'] : $txt['users']) . '</strong>]' : ''), '[/url]
            </td>' , $current_action == 'chat' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

เอาตรงสีแดงออกครับ ดูด้วยสายตา ลองดูครับได้ไม่ได้ว่ากันอีกที

แก้ไข เอา Tag Code ออก กลัวไม่เห็นที่เน้นไว้

ออฟไลน์ eak1111

  • New Member
  • *
  • กระทู้: 29
    • ดูรายละเอียด
ได้แล้ว ขอบคุณมากมาย