رفتن به مطلب

maskofgod

عضو سایت
  • تعداد ارسال‌ها

    2
  • تاریخ عضویت

  • آخرین بازدید

نوشته‌ها ارسال شده توسط maskofgod

  1. دوستان با توجه به اینکه timthumb قدیمی شده . من اون رو از قالبم بطور کلی پاک کردم . امام مشکل در لود شدن صفحات اول سایت دارم .

    جاهایی که از این افزونه در فراخوانی عکسها استفاده شده بشرح ذیل است.

    میشه راهنمایی بفرمایید چطور میتونم برطرفش کنم ؟

    $output .= '<img src="'.FrameWork_Url.'/plugins/timthumb.php?src='.wp_get_attachment_url($image_one).'&h='.$height.'&w='.$width.'&zc=1" alt="" title="" />';

    Line 47: $output .= '<img src="'.FrameWork_Url.'/plugins/timthumb.php?src='.wp_get_attachment_url($image_two).'&h='.$height.'&w='.$width.'&zc=1" alt="" title="" />';

    Line 51: $output .= '<img src="'.FrameWork_Url.'/plugins/timthumb.php?src='.wp_get_attachment_url($image_three).'&h='.$height.'&w='.$width.'&zc=1" alt="" title="" />';

    Line 55: $output .= '<img src="'.FrameWork_Url.'/plugins/timthumb.php?src='.wp_get_attachment_url($image_four).'&h='.$height.'&w='.$width.'&zc=1" alt="" title="" />';

    Line 59: $output .= '<img src="'.FrameWork_Url.'/plugins/timthumb.php?src='.wp_get_attachment_url($image_five).'&h='.$height.'&w='.$width.'&zc=1" alt="" title="" />';

    و

    $output .= '<img src="'.FrameWork_Url.'/plugins/timthumb.php?src='.$image.'&h='.$height.'&w='.$width.'&zc=1" alt="'.$alt.'" title="'.$alt.'" />';

    Line 162: $output .= '<img src="'.FrameWork_Url.'/plugins/timthumb.php?src='.$image.'&h='.$height.'&w='.$width.'&zc=1" alt="'.$alt.'" title="'.$alt.'" />';

    echo FrameWork_Url.'/plugins/timthumb.php?src=';

    و

    $output .= '<img src="'.FrameWork_Url.'/plugins/timthumb.php?src='. $image_url .'&h='.$height.'&w='.$width.'&zc=1" alt="'.$image->post_title.'" />';

  2. سلام من افزونه timthumb رو حذف کردم و وقتی در کدهای قالبم سرچ میکنم یه همچین کدهایی از طریقش فراخواانی شده . باید چکار کنم تا عکسها در قالب فراخوانی بشه ؟

    $output .= '<img src="'.FrameWork_Url.'/plugins/timthumb.php?src='.wp_get_attachment_url($image_one).'&h='.$height.'&w='.$width.'&zc=1" alt="" title="" />';
    Line 47: $output .= '<img src="'.FrameWork_Url.'/plugins/timthumb.php?src='.wp_get_attachment_url($image_two).'&h='.$height.'&w='.$width.'&zc=1" alt="" title="" />';
    Line 51: $output .= '<img src="'.FrameWork_Url.'/plugins/timthumb.php?src='.wp_get_attachment_url($image_three).'&h='.$height.'&w='.$width.'&zc=1" alt="" title="" />';
    Line 55: $output .= '<img src="'.FrameWork_Url.'/plugins/timthumb.php?src='.wp_get_attachment_url($image_four).'&h='.$height.'&w='.$width.'&zc=1" alt="" title="" />';
    Line 59: $output .= '<img src="'.FrameWork_Url.'/plugins/timthumb.php?src='.wp_get_attachment_url($image_five).'&h='.$height.'&w='.$width.'&zc=1" alt="" title="" />';

    و


    $output .= '<img src="'.FrameWork_Url.'/plugins/timthumb.php?src='.$image.'&h='.$height.'&w='.$width.'&zc=1" alt="'.$alt.'" title="'.$alt.'" />';
    Line 162: $output .= '<img src="'.FrameWork_Url.'/plugins/timthumb.php?src='.$image.'&h='.$height.'&w='.$width.'&zc=1" alt="'.$alt.'" title="'.$alt.'" />';

        echo FrameWork_Url.'/plugins/timthumb.php?src=';

    و

    $output .= '<img src="'.FrameWork_Url.'/plugins/timthumb.php?src='. $image_url .'&h='.$height.'&w='.$width.'&zc=1" alt="'.$image->post_title.'" />';

×
×
  • اضافه کردن...