Quên mật khẩu?

Ẩn quảng cáo

 

 Tạo sitemap bằng cách đưa jumpbox xuống footer cho phpBB2

Go down 
Tác giảThông điệp
admin
[—»Sói™~]-[Ðại Ma Ðầu]
[—»Sói™~]-[Ðại Ma Ðầu]
admin


Giới tính Giới tính : Nam Virgo
Chinese zodiac Chinese zodiac : Horse
Bài viết Bài viết : 1042
Xu Xu : 158
Thanked Thanked : 650
Sinh Nhật Sinh Nhật : 20/09/1990
Tham Gia Tham Gia : 15/07/2011
Tuổi Tuổi : 33
Yahoo Yahoo : Hà Nội
Nghề Nghiệp Nghề Nghiệp : Giáo Sư
Status Status : hgfggggggggggggg

Character sheet
Tài Sản:

Tạo sitemap bằng cách đưa jumpbox xuống footer cho phpBB2   Empty
Bài gửiTiêu đề: Tạo sitemap bằng cách đưa jumpbox xuống footer cho phpBB2    Tạo sitemap bằng cách đưa jumpbox xuống footer cho phpBB2   EmptyThu Oct 27, 2011 7:05 pm

Templates - Viewtopic_body
Tìm code này
Code:
    <form
    action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox"
    onsubmit="if(document.jumpbox.f.value == -1){return false;}">
    ...
    </form>
... và bao quanh nó bằng
Code:
    <div id="bvjump">
    ...
    </div>
Tìm đoạn code này:
Code:
          <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
            <span class="nav">
                <!-- BEGIN switch_user_authpost -->
   
              <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img
    src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}"
    align="middle" border="0" /></a>
                <!-- END switch_user_authpost -->
                <!-- BEGIN switch_user_authreply -->
   
              <a href="{U_POST_REPLY_TOPIC}"><img
    src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0"
    /></a>
                <!-- END switch_user_authreply -->
            </span>
          </td>
   
          <!-- BEGIN viewtopic_bottom -->
   
        <td align="right" nowrap="nowrap"><span
    class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input
    class="liteoption" type="submit" value="{L_GO}"
    /></span></td>
          <!-- END viewtopic_bottom -->
   
 
...và thay bằng:
Code:
          <td id="j1" align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
            <span class="nav">
                <!-- BEGIN switch_user_authpost -->
   
              <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img
    src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}"
    align="middle" border="0" /></a>
                <!-- END switch_user_authpost -->
                <!-- BEGIN switch_user_authreply -->
   
              <a href="{U_POST_REPLY_TOPIC}"><img
    src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0"
    /></a>
                <!-- END switch_user_authreply -->
            </span>
          </td>
   
   
        <td id="j2" align="right" nowrap="nowrap"><span
    class="gensmall">{S_JUMPBOX_SELECT} <input class="liteoption"
    type="submit" value="{L_GO}" /></span></td>
   
Bây giờ muốn mang nó đi đâu thì chỉ cần dùng code sau:

Code:
    <script type="text/javascript">
    jQuery.get('/t1-baivong', function(data) {
    html = jQuery('#bvjump', data).html();
    jQuery('#jumbox').html(html);
    jQuery('#jumbox #j1').remove();
    });
    </script><div id="jumbox">Loading...</div>

Về Đầu Trang Go down
https://itvui.123.st
 
Tạo sitemap bằng cách đưa jumpbox xuống footer cho phpBB2
Về Đầu Trang 
Trang 1 trong tổng số 1 trang
 Similar topics
-
» Đưa jumpbox xuống footer
» Ngắm nhìn iPhone 4S “bằng xương bằng thịt”
» Cách làm 1 bảng thông báo có khung viền
» Tiểu Phạm Băng Băng hôn say đắm "vợ bé" Tạ Đình Phong?
» [Ver 2]Chọn nội dung CODE cho phpBB2

Permissions in this forum:Bạn không có quyền trả lời bài viết
Kênh thông tin giải trí dành cho teen việt :: *`+`* Mã Nguồn *`+`* :: Thủ Thuật Forumotion :: Code-
Chuyển đến