CHINH PHỤC
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Đăng nhập

Ghi nhớ
Latest topics
» Tôi sẽ đỗ đại học!
by nightWalker 9/2/2024, 7:00 pm

» Kỷ niệm xưa của chúng ta
by nightWalker 9/2/2024, 6:49 pm

» Bị lệch khung cần người giúp đỡ
by webhuy28 7/10/2021, 10:34 pm

» [HỎI ĐÁP] Danh sách bạn bè không thể hiển thị
by anhdaodaica1 2/10/2021, 10:04 pm

» [HỎI ĐÁP] Thông tin tài khoản không thể lưu thay đổi
by anhdaodaica1 2/10/2021, 6:05 am

» Phim bố già full
by huy.pc52 24/8/2021, 12:20 am

» Xin code Box HTML cho Forumvi
by Larva 1/7/2021, 12:57 pm

» Hello Anh Em Chinh phục
by HoàngTửNaivip5p 28/5/2021, 5:03 am

» Trang chủ tin tức cập nhật HOT 2016
by kenbi05 1/1/2020, 11:02 pm

» Không Dang9 bài viết = hình ảnh được
by huy.pc52 30/11/2019, 10:52 am

» CHÚC ANH EM NĂM MỚI VUI VẺ TRÀNG ĐẦY HẠNH PHÚC
by sps.kủn 12/2/2019, 1:16 pm

» Skin CNTT-K3 2015 (Full Mod)[✔]
by kenbi05 6/7/2018, 12:30 am

» baivong, handsome,....
by sps.kủn 29/6/2018, 1:54 pm

» [SHARE] SKIN ĐHFM.V7 @PUNBB
by tonyhoaivu 2/5/2018, 2:37 pm

» Share Skin Xanh Dương Cùi Bắp
by tonyhoaivu 28/4/2018, 5:57 pm

» Xin Skin http://v1.hotrofm.net/
by tonyhoaivu 28/4/2018, 5:45 pm

» Xin Skin Rao Vặt
by tonyhoaivu 15/4/2018, 12:07 pm

» Làm Sao Để Xóa Khung Này
by tonyhoaivu 14/4/2018, 7:18 pm

» [Lập nhóm]Lập nhóm fm
by vietkanpy 31/3/2018, 11:53 am

» [Help] về server úp ảnh của phutu [✔]
by baivong 17/3/2018, 10:18 pm

» Đừng khóc cho “tôi – Chinh Phục!”…
by AnHung 27/2/2018, 5:33 pm

» [Share] Skin Diendandaihoc.com [ Punbb ] [✔]
by Lu Mờ 13/2/2018, 7:28 pm

» Mời mấy thím vào groups Forumotion Việt Nam.
by dang02315 13/2/2018, 12:40 am

» Có thể làm các kiểu giao diện được không?
by Lu Mờ 9/2/2018, 3:40 pm

» ltns chinhphuc.info
by Shinichi Kudo 27/1/2018, 2:27 am

Top posting users this week
No user


Việt hoá resize ảnh nè

4 posters

Go down

Việt hoá resize ảnh nè Empty Việt hoá resize ảnh nè

Bài gửi by muahedaqua16 5/12/2009, 2:17 pm

Vào viewtopic_body:
Tìm:
Code:
<!-- BEGIN switch_image_resize -->
....
....
<!-- END switch_image_resize -->

Thay bằng:
Code:
<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(function(){
   $('.post-entry .entry-content img').not('.signature_div img').css('display','none');
});
$(window).load(function(){
    $('.post-entry .entry-content img').not('.signature_div img').each(function(){
      if ( ( $(this).width() > {switch_image_resize.IMG_RESIZE_WIDTH} && {switch_image_resize.IMG_RESIZE_WIDTH} != 0 ) || ( $(this).height() > {switch_image_resize.IMG_RESIZE_HEIGHT} && {switch_image_resize.IMG_RESIZE_HEIGHT} != 0 ) ) {
         $(this).before(document.createElement('div')).prev().click(function(){
            return false;
         }).addClass('resizebox').append(document.createElement('div')).children().addClass('resize_border clearfix').append(document.createElement('div')).children().addClass('resize_content clearfix').append(document.createElement('a')).children().addClass('enlarge').attr('href', '#').text('Phóng to').click(function(){
            $(this).parent().parent().parent().next().css('display','none').attr('resizeWidth', $(this).parent().parent().parent().next().width()).width('');
            $(this).parent().parent().parent().next().width($(this).parent().parent().parent().next().width() > $(this).closest('.entry-content').width()?'100%':'').css('max-width','100%').css('display','inline');
            $(this).css('display','none').next('a.resize').css('display','inline-block');
            $(this).parent().parent().parent().width($(this).parent().parent().parent().next().width());
            return false;
         }).parent().append(document.createElement('a')).children().next().addClass('resize').attr('href','#').text('Thu nhỏ').click(function(){
            $(this).parent().parent().parent().next().width(parseInt($(this).parent().parent().parent().next().attr('resizeWidth'))).removeAttr('resizeWidth');
            $(this).css('display','none').prev('a.enlarge').css('display','inline-block');
            $(this).parent().parent().parent().width('').width($(this).parent().parent().parent().next().width());
            return false;
         }).parent().append(document.createElement('div')).children('a.resize').next().addClass('resize_filler').text(' ').parent().append(document.createElement('a')).children('div.resize_filler').next().addClass('fullsize').attr('href','#').click(function(){
            window.open('/viewimage.forum?u=' + encodeURIComponent($(this).parent().parent().parent().next().attr('src')));
            return false;
         }).attr('target', '_blank').text('Xem ảnh gốc');
         if ($(this).width() > ($('html').attr('dir') != 'rtl' ? $(this).closest('.entry-content').width() - $(this).prev().offset().left + $(this).closest('.entry-content').offset().left : $(this).prev().width() + $(this).prev().offset().left - $(this).closest('.entry-content').offset().left)){
            $(this).prev().find('a.fullsize').attr('href','/viewimage.forum?u=' + encodeURIComponent($(this).attr('src'))).css('display', 'inline-block');
         }
         $(this).width($(this).width() * ( ( {switch_image_resize.IMG_RESIZE_WIDTH} != 0 && ( {switch_image_resize.IMG_RESIZE_HEIGHT} == 0 || $(this).width() / $(this).height() > {switch_image_resize.IMG_RESIZE_WIDTH} / {switch_image_resize.IMG_RESIZE_HEIGHT} ) ) ? {switch_image_resize.IMG_RESIZE_WIDTH} / $(this).width() : {switch_image_resize.IMG_RESIZE_HEIGHT} / $(this).height() ) ).prev().width($(this).width());
      }
   }).css('display', 'inline');
});
//]]>
</script>
<!-- END switch_image_resize -->

Xong!

DEMO
muahedaqua16
muahedaqua16
CPMember
CPMember

Chrome PunBB
Ngày đăng ký : 27/08/2009
Số bài : 86
CPP : 89
Châm ngôn sống : Vui Là CHính

http://lophoc.tk

Về Đầu Trang Go down

Việt hoá resize ảnh nè Empty Re: Việt hoá resize ảnh nè

Bài gửi by blogkien 23/3/2011, 1:39 am

Sao không thấy hiệu ứng gì nhỉ, ko có động tĩnh gì sau khi chèn code này vào view topic body. (Đã tháo code resize khác)
blogkien
blogkien
CPMember
CPMember

Chrome PunBB
Ngày đăng ký : 18/03/2011
Số bài : 227
CPP : 2
Châm ngôn sống : Ăn là trên hết

http://testing.7forum.info

Về Đầu Trang Go down

Việt hoá resize ảnh nè Empty Re: Việt hoá resize ảnh nè

Bài gửi by Eagle8x 23/3/2011, 10:53 am

À chắc do bài viết ...từ năm 2009 Nháy mằt
avatar
Eagle8x
CPAdministrator
CPAdministrator

Firefox Invision
Ngày đăng ký : 14/08/2010
Số bài : 1749
CPP : 3362
Châm ngôn sống : :D

http://diendan.chinhphuc.info

Về Đầu Trang Go down

Việt hoá resize ảnh nè Empty Re: Việt hoá resize ảnh nè

Bài gửi by hunghsmn 23/3/2011, 4:12 pm

Eagle8x đã viết:À chắc do bài viết ...từ năm 2009 Nháy mằt
Chắc không phải đâu, cái ngày xửa ngày xưa đó mình còn nhớ do chính EA chia sẻ, mình dùng rất ngon, khi người ta cập nhật lại thế là mất tiêu.
Cái này xem code giống nhưng dùng không được. Đề nghị EA tìm lại cái cũ đó chỉ cho mọi người đi.
hunghsmn
hunghsmn
CPYellowMember
CPYellowMember

Firefox PunBB
Ngày đăng ký : 04/06/2009
Số bài : 3212
CPP : 2751
Châm ngôn sống : Học, học nữa, học mãi

http://www.trekhuyettat.org

Về Đầu Trang Go down

Việt hoá resize ảnh nè Empty Re: Việt hoá resize ảnh nè

Bài gửi by Sponsored content


Sponsored content


Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết