دیتالایف انجین فارسی

دیتالایف انجین فارسی

پشتیبان رسمی سیستم مدیریت محتوا

اضافه کردن پهنا و

اضافه کردن پهنا و عرض در عکس های آپلود شده

این کار باعث میشه عکس های که از طریق خود دیتالایف اپلود میکنید بصورت خودکار پهنا و ارتفاع بهش اضافه شه.
این کار تو سئو سایتتون تاثیر داره.

آموزش نصب
ابتدا به ادرس
engine\classes

برید و فایل parse.class.php رو باز کنید.

سپس کدهای
if( $align == '' ) return "<!--dle_image_begin:{$info}--><img src=\"{$url}\" {$alt} /><!--dle_image_end-->";	else return "<!--dle_image_begin:{$info}--><img src=\"{$url}\" style=\"float:{$align};\" {$alt} /><!--dle_image_end-->";


رو پیداکنید و به جاش کد
list($width, $height) = getimagesize($url);	if( $align == '' ) return "<!--dle_image_begin:{$info}--><img src=\"{$url}\" {$alt} width=\"$width\" height=\"$height\" /><!--dle_image_end-->";	else return "<!--dle_image_begin:{$info}--><img src=\"{$url}\" style=\"float:{$align};\" {$alt} width=\"$width\" height=\"$height\" /><!--dle_image_end-->";

رو قرار بدین.
در همین فایل کد زیر رو پیدا کنید.
if( $align == '' ) return "<!--TBegin:{$info}--><a href=\"$gurl\" rel=\"highslide\" class=\"highslide\"><img src=\"$url\" {$alt} /></a>{$caption}<!--TEnd-->";	else return "<!--TBegin:{$info}--><a href=\"$gurl\" rel=\"highslide\" class=\"highslide\"><img src=\"$url\" style=\"float:{$align};\" {$alt} /></a>{$caption}<!--TEnd-->";

و با کد زیر جایگزین کنید:
list($width, $height) = getimagesize($url);	if( $align == '' ) return "<!--TBegin:{$info}--><a href=\"$gurl\" rel=\"highslide\" class=\"highslide\"><img src=\"$url\" {$alt} width=\"$width\" height=\"$height\" /></a>{$caption}<!--TEnd-->";	else return "<!--TBegin:{$info}--><a href=\"$gurl\" rel=\"highslide\" class=\"highslide\"><img src=\"$url\" style=\"float:{$align};\" {$alt} width=\"$width\" height=\"$height\" /></a>{$caption}<!--TEnd-->";


در همین فایل کد زیر رو پیدا کنید:

if( $align == '' ) return "<!--MBegin:{$info}--><a href=\"$gurl\" rel=\"highslide\" class=\"highslide\"><img src=\"$url\" {$alt} /></a>{$caption}<!--MEnd-->";	else return "<!--MBegin:{$info}--><a href=\"$gurl\" rel=\"highslide\" class=\"highslide\"><img src=\"$url\" style=\"float:{$align};\" {$alt} /></a>{$caption}<!--MEnd-->";


و کد زیر رو قرار بدین:
list($width, $height) = getimagesize($url);	if( $align == '' ) return "<!--MBegin:{$info}--><a href=\"$gurl\" rel=\"highslide\" class=\"highslide\"><img src=\"$url\" {$alt} width=\"$width\" height=\"$height\" /></a>{$caption}<!--MEnd-->";	else return "<!--MBegin:{$info}--><a href=\"$gurl\" rel=\"highslide\" class=\"highslide\"><img src=\"$url\" style=\"float:{$align};\" {$alt} width=\"$width\" height=\"$height\" /></a>{$caption}<!--MEnd-->";
ارسال نظر
نام:*
ایمیل:*
متن نظر:
  • bowtiesmilelaughingblushsmileyrelaxedsmirk
    heart_eyeskissing_heartkissing_closed_eyesflushedrelievedsatisfiedgrin
    winkstuck_out_tongue_winking_eyestuck_out_tongue_closed_eyesgrinningkissingstuck_out_tonguesleeping
    worriedfrowninganguishedopen_mouthgrimacingconfusedhushed
    expressionlessunamusedsweat_smilesweatdisappointed_relievedwearypensive
    disappointedconfoundedfearfulcold_sweatperseverecrysob
    joyastonishedscreamtired_faceangryragetriumph
    sleepyyummasksunglassesdizzy_faceimpsmiling_imp
    neutral_faceno_mouthinnocent
کد را وارد کنید: *
عکس خوانده نمی‌شود؟ کلیک کنید!