سلام من وبلاگ blogfa دارم
قسمت نظرات پايين مطلالب غير فعاله
در حالي كه من پايين جاي كه مطلب تايپ مي كنيم
نظرخواهي را فعال كردم
مشكل كار كجاست؟
Printable View
سلام من وبلاگ blogfa دارم
قسمت نظرات پايين مطلالب غير فعاله
در حالي كه من پايين جاي كه مطلب تايپ مي كنيم
نظرخواهي را فعال كردم
مشكل كار كجاست؟
من قالب وبلاگ شما رو دیدم.
این قالب هیچ کدی برای ارسال نظر نداره
باید یا قالب و عوض کنی یا کد پایین و در قسمت ویرایش قالب کپی کنی:
کد:<script language="javascript">
function GetBC(lngPostid)
{
intTimeZone=12642;
strBlogId="fna-pics";
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://commenting.blogfa.com/?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('LinkDump.aspx','blogfa_ld','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=500px,height=500px');
return true;
}
</script>
درسته مشكل از قالب وبلاگ بود
عوض كردم 2رست شد
مرسي :)