اصلاحیه مهم لوکس بلاگ

تمامی کدهای اصلاح شده قالب ها در این بخش قرار می‌گیرد .
موضوع جدید ارسال پست
آواتار کاربر
admin
مدير كل سایت
مدير كل سایت
پست: 546
تاریخ عضویت: یک‌شنبه ۲۹ خرداد ۱۳۹۰, ۱:۴۷ ب.ظ
محل اقامت: تهران
Has thanked: 82 times
Been thanked: 230 times
تماس:

اصلاحیه مهم لوکس بلاگ

پست توسط admin »

با سلام .
با توجه به این که لوکس بلاگ در تصمیم جدید برخی کدها رو به صورت اتواماتیک قرار نمیده ، اصلاحیه زیر را اعمال کنید .
اصلاحیه بخش نظردهی :
کد زیر را پیدا کنید : (راهنمایی : بیین تگ <head> قرار دارد)

کد: انتخاب همه

<script  language="javascript">  function GetBC(lngPostid)
   {
	  intTimeZone=<-BlogTimeZone->;
	  strBlogId="<-BlogId->";
	  intCount=-1;
	  strResult="";
	  try {
   for (i=0;i<BlogComments.length;i+=2)
   {
	   if (BlogComments[I]==lngPostid)
	   intCount=BlogComments[i+1] ;
   }
		 }  catch( e) {
		 }
    if ( intCount==-1)  strResult="آرشیو نظرات";
    if ( intCount==0)  strResult="نظر بدهید";
    if ( intCount>0)  strResult=intCount + " نظر" ;
  
  strUrl="/comments/?blogid=" +strBlogId + "&postid=" + lngPostid + "&timezone=" + intTimeZone ;
  strResult ="<a href=\"javascript:void(0)\" onclick=\"javascript:window.open('" + strUrl + "','blogfa_comments','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=500px,height=500px')\" >" +  strResult + " </a>" ;

  document.write ( strResult ) ;
}

function OpenLD()
{
  window.open('/links','blogfa_ld','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=500px,height=500px');
  return true;
}
</script>

و سپس کد زیر را جایگزین کنید :

کد: انتخاب همه

<script lang ="javascript"> 
function GetBC(lngPostid){intTimeZone=<-BlogTimeZone->;
strBlogId="<-BlogId->";intCount=-1;strResult="";
try {for (i=0;i<BlogComments.length;i+=2){
if (BlogComments[I]==lngPostid)intCount=BlogComments[i+1] ;}}  
catch( e) {}if ( intCount==-1)  
strResult="آرشيو نظرات";if ( intCount==0)  
strResult="نظر بدهيد";if ( intCount==1)  
strResult="يک نظر";if ( intCount>1)  
strResult=intCount + " نظر" ;
strUrl="http://www.loxblog.com/commenting/?blogid=" +strBlogId + "&postid=" + lngPostid + "&timezone=" + intTimeZone ;
strResult ="<a href=\"javascript:void(0)\" onclick=\"javascript:window.open('" + strUrl + "','loxblog_comments','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=500px,height=500px')\" >" +  strResult + " </a>" ;document.write ( strResult ) ;}function OpenLD(){window.open('LinkDump.php','asblog_ld','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=500px,height=500px');return true;}
</script>

[/I][/I]


خدمات طراحی سایت و خدمات سئو سایت
سفارش طراحی سایت : 02126745772 - سفارش سئو: 02191093049
موضوع جدید ارسال پست