|
หัวข้อ: ขอคำชี้แนะเกี่ยวกับ Mod Share This Topic หน่อยครับ เริ่มหัวข้อโดย: - Stalker - ที่ 12 สิงหาคม 2553, 16:55:19 (http://img838.imageshack.us/img838/4291/74436787.jpg) คือผมติดตั้ง Mod Share This Topic ลงไปแล้วตำแหน่งของ Icon ที่แสดงมันไม่ค่อยสวยน่ะครับ เลยอยากจะเปลี่ยนเอาไปไว้ในตำแหน่งที่มีรูปดาวแบบของ DexMore ครับไม่ว่าต้องแก้ไขยังไงครับ โค้ดตัวนี้ครับ อ้างถึง // share this topic facebook like button start global $board_info, $modSettings ; if ($share_options[$modSettings['share_options']] == 'share_option1') { if ( in_array($board_info['id'], $share_denied_boards)) {echo '';} else { echo '', $social_icons,'';}} // share this topic facebook like button end ขอคำชี้แนะด้วยครับ หัวข้อ: Re: ขอคำชี้แนะเกี่ยวกับ Mod Share This Topic หน่อยครับ เริ่มหัวข้อโดย: UnclEo ที่ 12 สิงหาคม 2553, 19:33:45 file Display.template.php
หา -->> โค๊ด: [Select] <td valign="middle" width="85%" style="padding-left: 6px;" id="top_subject"> ', $txt[118], ': ', $context['subject'], ' (', $txt[641], ' ', $context['num_views'], ' ', $txt[642], ') </td> </tr>'; แก้เป็น -->> โค๊ด: [Select] <td valign="middle" width="85%" style="padding-left: 6px;" id="top_subject"> ', $txt[118], ': ', $context['subject'], ' (', $txt[641], ' ', $context['num_views'], ' ', $txt[642], ')'; echo' <span class="right">'; // share this topic facebook like button start global $board_info, $modSettings ; if ($share_options[$modSettings['share_options']] == 'share_option1') { if ( in_array($board_info['id'], $share_denied_boards)) {echo '';} else { echo '', $social_icons,'';}} // share this topic facebook like button end echo' </span> </td> </tr>'; file style.css เพิ่ม -->> โค๊ด: [Select] .right { display:inline; float:right; text-align:right; visibility:visible; } หัวข้อ: Re: ขอคำชี้แนะเกี่ยวกับ Mod Share This Topic หน่อยครับ เริ่มหัวข้อโดย: aryujung ที่ 25 เมษายน 2554, 13:17:59 ของเรา้เวลากดถูกใจ ไมปรากฎในเฟคบุค นอกจากเม้น แล้วถึงจะปรากฎ
|