SMF Thailand.
SMF Development => SMF Coding Discussion => ข้อความที่เริ่มโดย: eak1111 ที่ 25/10/07, 02:24:27
-
// FlashChat!
global $modSettings;
if ($context['user']['is_logged'])
echo ($current_action == 'chat' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </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 . '"> </td>' : '';
บรรทัดที่ 6 หลังคำว่า action=chat ตรงตัว ">" มันจะทำให้ภาพเมนูผมมี"อักษร"และต่อท้ายด้วย ">"
หากผมเอา ">" ออก อักษรและลิ๊งก็จะหายไปด้วยครับ
(http://www.klonthai.com/forum/picture/no.jpg)
มีวิธีอย่างไรที่จะเอาออกได้บ้างครบโดยที่ Link ก็ยังอยู่
-
// FlashChat!
global $modSettings;
if ($context['user']['is_logged'])
echo ($current_action == 'chat' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </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 . '"> </td>' : '';
เอาตรงสีแดงออกครับ ดูด้วยสายตา ลองดูครับได้ไม่ได้ว่ากันอีกที
แก้ไข เอา Tag Code ออก กลัวไม่เห็นที่เน้นไว้
-
ได้แล้ว ขอบคุณมากมาย