سلام بخش نظرات کانلا بهم ریختس میخواستم یکی یا اصلش رو بده یا یدونه استایل خوب ممنون
این فایل کامل نظرات:
<?php // Do not delete these lines
if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
die ('Please do not load this page directly. Thanks!');if (!empty($post->post_password)) { // if there's a password
if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie
?><p class="nocomments"><?php _e('This post is password protected. Enter the password to view comments.','kubrick'); ?></p>
<?php
return;
}
}/* This variable is for alternating comment background */
$oddcomment = 'class="alt" ';
?><!-- You can start editing here. -->
<?php if ($comments) : ?>
<h3 id="comments"><?php comments_number(__('بدون پاسخ','kubrick'), __('یک پاسخ','kubrick'), __('% پاسخ','kubrick') );?> <?php _e('to','kubrick'); ?> “<?php the_title(); ?>”</h3><ol class="commentlist">
<?php foreach ($comments as $comment) : ?>
<li <?php echo $oddcomment; ?>id="comment-<?php comment_ID() ?>">
<?php comment_author_link() ?> <?php _e('گفت:','kubrick'); ?>
<?php if ($comment->comment_approved == '0') : ?>
<?php _e('نظر شما پس از تایید مدیر نمایش داده می شود','kubrick'); ?>
<?php endif; ?>
<small><?php edit_comment_link(__('ویرایش','kubrick'),' ',''); ?></small>
<?php comment_text() ?>
<?php
/* Changes every other comment to a different class */
$oddcomment = ( empty( $oddcomment ) ) ? 'class="alt" ' : '';
?><?php endforeach; /* end for each comment */ ?>
<?php else : // this is displayed if there are no comments so far ?>
<?php if ('open' == $post->comment_status) : ?>
<!-- If comments are open, but there are no comments. --><?php else : // comments are closed ?>
<!-- If comments are closed. -->
<p class="nocomments">__(نظرات بسته شده اند,'kubrick')</p><?php endif; ?>
<?php endif; ?><?php if ('open' == $post->comment_status) : ?>
<h3 id="respond"><?php _e('ارسال یک پاسخ','kubrick'); ?></h3>
<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p><?php _e('شما باید','kubrick'); ?> /wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>"><?php _e('وارد شوید','kubrick'); ?> <?php _e('تا بتوانید نظر بدهید','kubrick'); ?></p>
<?php else : ?><form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
<?php if ( $user_ID ) : ?>
<p><?php _e('وارد شده با نام','kubrick'); ?> /wp-admin/profile.php"><?php echo $user_identity; ?>. /wp-login.php?action=logout" title="<?php _e('خروج از این اشتراک','kubrick'); ?>"><?php _e('خروج','kubrick'); ?> »</p>
<?php else : ?>
<p><input type="text" style="width: 130px" class="Input" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" />
<label for="author"><small><?php _e('نام','kubrick'); ?> <?php if ($req) echo "<?php _e('(required)','kubrick'); ?>"; ?></small></label></p><p><input class="Input" style="width: 130px" type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" />
<label for="email"><small><?php _e('ایمیل: (نمایش داده نمی شود)','kubrick'); ?> <?php if ($req) echo "<?php _e('(required)','kubrick'); ?>"; ?></small></label></p><p><input style="width: 130px" class="Input" type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" />
<label for="url"><small><?php _e('سایت','kubrick'); ?></small></label></p><?php endif; ?>
<!--<p><small>XHTML: <?php _e('You can use these tags:','kubrick'); ?>
<?php echo allowed_tags(); ?>
</small></p>--><p><textarea style="width: 260px" class="Input" name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
<p><input name="submit" type="submit" id="submit" tabindex="5" value="<?php _e('ارسال پیام','kubrick'); ?>" />
<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
</p>
<?php do_action('comment_form', $post->ID); ?></form>
<?php endif; // If registration required and not logged in ?>
<?php endif; // if you delete this the sky will fall on your head ?>
اینم هم فایل استایل:
/*
Theme Name: Sib Download Edition
Theme URI: http://4everclub.ir
Description: This template designed especially for Sib Download.
Version: 1.0.0
Author: M.Darvishi & ErfaniX $ AmiR LorD
Author URI: http://parsflash.ir/*/
body, h1, h2, h3, h4, h5, h6, blockquote, p,form,ul,li{
margin: 0;
padding: 0;
}
li {direction:rtl ; text-align:right ; list-style:none;}
a { color:#000000; text-decoration:none;}
a:hover { color:#999999 }
img {border:none}body{
font-family: tahoma;
font-size:11px;
text-align:right;
color: #000;
margin: 0;
padding: 0;
direction:rtl;
background:url(images/bg.jpg) repeat;
line-height:17px
}.midlle {
width:1000px;
margin: 0 auto;
}.header_r {
width:100%;
float:right;
background:url(images/h_bg.gif) repeat-x;
height:153px;
}
.toper {
width:100%;
float:right;
background:url(http://www.sibdownload.com/wp-content/uploads/2011/01/toper.jpg) repeat-x;
height:54px;
}
.top_black {
width:960px;
float:right;
background:url(images/top.jpg) repeat-x;
height:54px;
margin: 0 20px 0 0
}.links {
width:690px;
float:right;
height:25px;
margin:14px 5px 0 0;
}.links li {
width:96px;
background:url(images/top_grey.png) no-repeat ;
height:28px;
text-align:center;
float:right;
cursor:pointer
}.links li:hover{
background:url(images/top_orange.png) no-repeat;
height:28px;
text-align:center;
float:right;
cursor:pointer
}.links li a{
padding:px 0 0 0;
color:#FFF;
line-height:20px
}.search {
width:254px;
height:29px;
float:right;
background:url(images/search.jpg) no-repeat;
margin:12px 0 0 0;
position:relative
}.search .input{
border:0;
direction:rtl;
position:absolute;
left:20px;
top:0px;
width:216px;
line-height:16px;
height:26px;
background:none
}
.search .submit{
border:none;
background:none;
position:absolute;
top:0px;
left:0px;
width:29px;
height:29px;
cursor:pointer;
}.header {
width:1000px;
height:153px;
background:url(images/Header.jpg) no-repeat;
float:right
}.base {
width:1000px;
float:right;
background:url(images/base.png) repeat-y;
}.yellow {
width:960px;
height:5px;
float:right;
background:#ffc537;
margin: 0 20px 0 0
}.right {
width:502px;
float:right;
margin:0 20px 0 0;
text-align:center
}.left {
width:451px;
float:right;
margin:0 7px 0 0;
}div.ads img {
margin:10px 0 0 0;
}.special_ads {
width:493px;
float:right;
margin: 0 5px 0 0;
}.special_ads_top {
width:493px;
height:10px;
float:right;
background:url(images/special_ads_top.jpg) no-repeat;
}.special_ads_bg {
width:493px;
float:right;
background:url(images/special_ads_bg.jpg) repeat-y;
}.special_ads_down {
width:493px;
height:10px;
float:right;
background:url(images/special_ads_down.jpg) no-repeat;
}.line {
width:493px;
height:1px;
background:url(images/line.png) repeat-x;
float:right;
margin:10px 5px 10px 0;
}.post {
width:493px;
float:right;
margin: 0 5px 0 0;
}.post .title {
width:493px;
height:36px;
float:right;
background:url(images/post_title.jpg) no-repeat;
text-align:right
}.post .title h1{
font-size:12px;
color:#6e7f90;
padding: 7px 35px 0 0;
}.post .title h1 a{
color:#6e7f90;
}.post .title h1 a:hover{
color:#6e8c90;
}.category {
width:493px;
height:29px;
float:right;
background:url(images/category.jpg) no-repeat;
color:#aaba68;
text-align:right
}.category p{
padding: 5px 25px 0 0;
}.category p a{
color:#789cb9;
}.category p a:hover{
color:#aaba68;
}.desc {
width:493px;
float:right;
margin: 5px 5px 0 0;
}.date {
height:16px;
padding: 0 20px 0 0;
float:right;
background:url(images/date.jpg) no-repeat right;
color:#9e9e9e
}.views {
height:16px;
padding: 0 20px 0 0;
float:right;
background:url(images/views.jpg) no-repeat right;
color:#7ca6d2;
margin: 0 20px 0 0
}.comment {
height:16px;
padding: 0 20px 0 0;
float:right;
background:url(images/comment.jpg) no-repeat right;
color:#e5961f;
margin: 0 20px 0 0
}.comment a{
color:#e5961f;
}.author {
height:16px;
padding: 0 20px 0 0;
float:right;
background:url(images/author.jpg) no-repeat right;
color:#e5961f;
margin: 0 20px 0 0
}.author a{
color:#e5961f;
}.avatarbox {
float: right;
width:13%
}.post .body {
width:491px;
float:right;
border-right:1px solid #e8e8e8;
border-left:1px solid #e8e8e8;
background:#fff
}.post .body .text{
width:481px;
float:right;
padding: 10px 5px 0 0;
text-align:justify;
color:#545454;
}.post .body .text a{
color:#789cb9;
}.more {
width:96px;
height:27px;
float:left;
padding:25px 0 0 5px;
}.tags {
width:475px;
float:right;
margin: 10px 3px 0 0;
background:url(images/tags.jpg) no-repeat 465px 5px #f6f6f6;
color:#a7a7a7;
text-align:right;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding:5px
}.tags p{
padding: 0 20px 0 0;
}.tags p a{
color:#c7ae74;
}.post .down {
width:493px;
height:8px;
float:right;
background:url(images/post_down.jpg) no-repeat;
margin: 0 0 20px 0
}.navigation {
width:493px;
float:right;
margin: 0 5px 0 0;
height:41px;
}.navigation_right {
width:7px;
height:41px;
float:right;
background:url(images/navigation_right.jpg) no-repeat;
}.navigation_bg {
width:479px;
height:41px;
float:right;
background:url(images/navigation_bg.jpg) repeat-x;
text-align:center
}.navigation_left {
width:7px;
height:41px;
float:right;
background:url(images/navigation_left.jpg) no-repeat;
}.wp-pagenavi {
clear: both;
direction:ltr;
text-align:left;margin: 5px 0 0 0
}.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
padding: 3px 5px;
margin: 2px;
direction:rtl;
text-align:right;
color:#454545;
float:right
}.wp-pagenavi a:hover{
font-weight: bold;
}.wp-pagenavi span.current {
float:right;
background:url(images/page.jpg) no-repeat;
width:27px;
height:30px;
display:block;
text-align:center
}.wp-pagenavi span.current {
font-weight: bold;
float:right;
padding:5px 5px 0 0
}.link_box {
width:440px;
float:right;
margin: 10px 6px 0 0;
}.link_box_top {
width:440px;
height:44px;
float:right;
background:url(images/link_box_top.jpg) no-repeat;
}.link_box_bg {
width:440px;
float:right;
background:url(images/link_box_bg.jpg) repeat-y;
}.link_box_bg ul {
padding: 5px 10px 0 0;
}.link_box_bg li{
float:right;
background:url(images/link_box_li.jpg) no-repeat right;
padding: 0 12px 0 0;
color:#6890b1;
width:440px;
}.link_box_bg li a{
color:#6890b1;
}.link_box_bg li a:hover{
color:#aaba68;
}.link_box_down {
width:440px;
height:36px;
float:right;
background:url(images/link_box_down.jpg) no-repeat;
}.left_menu {
width:440px;
float:right;
margin: 0 6px 0 0;
background:url(images/left_menu.jpg) repeat-y
}.column_01 {
width:196px;
float:right;
margin: 0 18px 0 0;
}.menu {
width:196px;
float:right;
}.menu .top {
width:196px;
height:28px;
float:right;
background:url(images/menu_top.jpg) no-repeat;
}.menu .top h3{
font-size:11px;
font-weight:normal;
color:#979797;
padding: 3px 40px 0 0;
}.menu .body {
width:196px;
float:right;
background:url(images/menu_bg.jpg) repeat-y;
}
.menu .body .text{
width:176px;
padding: 0 10px 0 0;
text-align:justify;
}.menu .body .text li.secure{
padding: 5px 25px 0 0 ;
background:url(http://www.sibdownload.com/wp-content/uploads/2011/01/secure.jpg) no-repeat right top ;
color:#4c7fa8;
float:right;
width:95%;
font-weight:bold
}.menu .body .text li.secure a{
color:#4c7fa8;
}.menu .body .text li.internet{
padding: 5px 25px 0 0 ;
background:url(images/internet.jpg) no-repeat right top ;
color:#4c7fa8;
float:right;
width:95%;
font-weight:bold
}.menu .body .text li.internet a{
color:#4c7fa8;
}.menu .body .text li.game{
padding: 5px 25px 0 0 ;
background:url(images/game.jpg) no-repeat right top ;
color:#4c7fa8;
float:right;
width:95%;
font-weight:bold
}.menu .body .text li.game a{
color:#4c7fa8;
}.menu .body .text li.enter{
padding: 5px 25px 0 0 ;
background:url(images/enter.jpg) no-repeat right top ;
color:#4c7fa8;
float:right;
width:95%;
font-weight:bold
}.menu .body .text li.enter a{
color:#4c7fa8;
}.menu .body .text li.os{
padding: 5px 25px 0 0 ;
background:url(images/os.jpg) no-repeat right top ;
color:#4c7fa8;
float:right;
width:95%;
font-weight:bold
}.menu .body .text li.os a{
color:#4c7fa8;
}.menu .body .text li.multimedia{
padding: 5px 25px 0 0 ;
background:url(images/multimedia.jpg) no-repeat right top ;
color:#4c7fa8;
float:right;
width:95%;
font-weight:bold
}.menu .body .text li.multimedia a{
color:#4c7fa8;
}.menu .body .text li.graphic {
padding: 5px 25px 0 0 ;
background:url(images/graphic.jpg) no-repeat right top ;
color:#4c7fa8;
float:right;
width:95%;
font-weight:bold
}.menu .body .text li.graphic a{
color:#4c7fa8;
}.menu .body .text li.tools{
padding: 5px 25px 0 0 ;
background:url(images/tools.jpg) no-repeat right top ;
color:#4c7fa8;
float:right;
width:95%;
font-weight:bold
}.menu .body .text li.tools a{
color:#4c7fa8;
}.menu .body .text li.cat{
margin: 0 30px 0 0 ;
}.menu .body .text ul{
padding: 5px 0 0 0 ;
}.menu .body .text li{
float:right;
background:url(images/li_arrow.jpg) no-repeat right top ;
padding: 0 8px 0 0;
width:95%;
}.menu .body .text .blue li{
float:right;
background:url(images/li_arrows_b.jpg) no-repeat right top;
padding: 0 8px 0 0;
width:95%
}.menu .body .text .gray li{
float:right;
background:url(images/li_arrows_g.jpg) no-repeat right top;
padding: 0 8px 0 0;
width:95%
}.menu .body .text a{
color:#747373;
}.menu .body .text a:hover{
color:#aaba68;
}.menu .down {
width:196px;
height:28px;
float:right;
background:url(images/menu_down.jpg) no-repeat;
}.column_02 {
width:196px;
float:right;
margin: 0 14px 0 0;
}.h_line {
width:440px;
height:2px;
background:url(images/h-line.jpg) no-repeat;
margin: 10px 0 15px 0;
float:right
}.ads_left {
padding: 0 15px 15px 0;
float:right;
}.ads_text_yellow {
width:197px;
height:109px;
background:url(images/ads_yellow.jpg) no-repeat;
float:right;
padding: 0 0 5px 5px
}.ads_text_yellow .title {
font-weight:bold;
font-size:12px;
color:#fff;
padding: 5px 10px 0 0
}.ads_text_yellow .text {
font-size:11px;
color:#fff;
padding: 5px 10px 0 0
}.ads_text_yellow .link {
font-size:11px;
color:#fff;
padding: 15px 0 0 0;
width:197px;
text-align:center
}.ads_text_yellow .link a{
color:#fff;
}.ads_text_green {
width:197px;
height:109px;
background:url(images/ads_green.jpg) no-repeat;
float:right;
padding: 0 0 5px 5px
}.ads_text_green .title {
font-weight:bold;
font-size:12px;
color:#fff;
padding: 5px 10px 0 0
}.ads_text_green .text {
font-size:11px;
color:#fff;
padding: 5px 10px 0 0
}.ads_text_green .link {
font-size:11px;
color:#fff;
padding: 15px 0 0 0;
width:197px;
text-align:center
}.ads_text_green .link a{
color:#fff;
}.ads_text_gray {
width:197px;
height:109px;
background:url(images/ads_gray.jpg) no-repeat;
float:right;
padding: 0 0 5px 5px
}.ads_text_gray .title {
font-weight:bold;
font-size:12px;
color:#fff;
padding: 5px 10px 0 0
}.ads_text_gray .text {
font-size:11px;
color:#fff;
padding: 5px 10px 0 0
}.ads_text_gray .link {
font-size:11px;
color:#fff;
padding: 15px 0 0 0;
width:197px;
text-align:center
}.ads_text_gray .link a{
color:#fff;
}.ads_text_blue {
width:197px;
height:109px;
background:url(images/ads_blue.jpg) no-repeat;
float:right;
padding: 0 0 5px 5px
}.ads_text_blue .title {
font-weight:bold;
font-size:12px;
color:#fff;
padding: 5px 10px 0 0
}.ads_text_blue .text {
font-size:11px;
color:#fff;
padding: 5px 10px 0 0
}.ads_text_blue .link {
font-size:11px;
color:#fff;
padding: 15px 0 0 0;
width:197px;
text-align:center
}.ads_text_blue .link a{
color:#fff;
}.left_down {
width:440px;
float:right;
margin: 0 6px 0 0;
background:url(images/left_down.jpg) no-repeat;
height:36px;
}.keywords {
width:440px;
float:right;
margin: 0 6px 0 0;
}.keywords_top {
width:440px;
height:44px;
float:right;
background:url(images/keywords_top.jpg) no-repeat;
}.keywords_bg {
width:440px;
float:right;
background:url(images/keywords_bg.jpg) repeat-y;
}.keywords_bg a{
color:#6890b1;
}.keywords_bg li a:hover{
color:#aaba68;
}.keywords_down {
width:440px;
height:36px;
float:right;
background:url(images/keywords_down.jpg) no-repeat;
}.link_bar {
width:960px;
float:right;
margin: 0 20px 0 0;
height:77px;
}.link_bar_right {
width:117px;
height:77px;
float:right;
background:url(images/link_bar_right.jpg) no-repeat;
}.link_bar_bg {
width:726px;
height:77px;
float:right;
background:url(images/link_bar_bg.jpg) repeat-x;
text-shadow:1px 1px 0 #fff
}.link_bar_bg ul{
padding: 35px 5px 0 0;
font-size:17px;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
color:#6c6c6c
}
.link_bar_bg ul li{
float:right;
text-shadow:1px 1px 0 #fff;
margin:0 0 0 15px
}
.link_bar_bg a{
color:#6c6c6c
}.link_bar_left {
width:117px;
height:77px;
float:right;
background:url(images/link_bar_left.jpg) no-repeat;
}.gray_div {
width:960px;
background:#bfbfbf;
margin:0 20px 0 0;
float:right
}.gray_right {
width:583px;
float:right;
margin: 0 9px 0 0;
}.itnews_top {
width:583px;
height:48px;
background:url(images/itnews_top.jpg) no-repeat;
float:right;
position:relative
}.itnews_top .icon {
width:65px;
height:30px;
float:left;
position:absolute;
left:0px;
top:18px;
}
.icon img {
padding: 0 0 0 5px;
}.itnews_bg {
width:583px;
float:right;
background:#f3f3f3
}.itnews_bg h2{
float:right;
background:url(images/h2.jpg) no-repeat right;
padding: 5px 10px 0 0;
color:#6890b1;
font-size:12px;
font-weight:normal;
margin: 5px 20px 0 0;
width:583px;
}.itnews_bg h2 a{
color:#527aa7;
}.itnews_bg .text {
width:573px;
float:right;
margin: 0 5px 0 0;
line-height:18px;
text-align:justify
}.itnews_down {
width:583px;
height:10px;
background:url(images/itnews_down.jpg) no-repeat;
float:right;
}.desc_01 {
width:583px;
float:right;
}.date_01 {
height:16px;
padding: 0 20px 0 0;
float:right;
background:url(images/date_01.jpg) no-repeat right;
color:#5b5b5b;
margin: 10px 20px 0 0;
font-size:11px
}.author_01 {
height:16px;
padding: 0 20px 0 0;
float:right;
background:url(images/author_01.jpg) no-repeat right;
color:#5b5b5b;
margin: 10px 20px 0 0;
font-size:11px
}.gray_left {
width:342px;
float:right;
margin: 0 14px 0 0;
}.about_top {
width:342px;
height:48px;
background:url(images/about_top.jpg) no-repeat;
float:right;
position:relative
}.about_bg {
width:342px;
float:right;
background:#f3f3f3
}.about_bg .text {
width:332px;
float:right;
margin: 0 5px 0 0;
line-height:18px;
text-align:justify
}.about_down {
width:342px;
height:10px;
background:url(images/about_down.jpg) no-repeat;
float:right;
}.icons {
width:342px;
float:right;
height:75px;
margin:10px 0 0 0
}.icons_right {
width:9px;
height:75px;
float:right;
background:url(images/icons_right.jpg) no-repeat;
}.icons_bg {
width:324px;
height:75px;
float:right;
background:url(images/icons_bg.jpg) repeat-x;
}
.icons_bg img{
margin:15px 8px 0 0;
}
.icons_left {
width:9px;
height:75px;
float:right;
background:url(images/icons_left.jpg) no-repeat;
}.base_down {
width:960px;
float:right;
height:18px;
background:url(images/base_down.jpg) no-repeat;
margin:0 20px 0 0;
}.footer {
width:960px;
margin:0 20px 0 0;
text-align:left;
height:90px;
color:#fff;
margin:10px 0 0 0;
line-height:18px;
float:right
}.footer a{
font-weight:bold;
color:#fff
}.slideshow {
width:819px;
float:right;
margin:10px 90px 0 0;
background:url(images/slider.jpg) repeat-x;
position:relative;
direction:ltr;
height:179px
}.white {
width:811px;
height:168px;
float:right;
background:#FFF;
margin:5px 3px 0 0
}.white_right {
width:7px;
height:168px;
float:right;
background:url(images/white_right.jpg) no-repeat;
}.white_bg {
width:798px;
height:168px;
float:right;
background:#fff
}
.white_left {
width:6px;
height:169px;
float:right;
background:url(images/white_left.jpg) no-repeat;
}.image {
width:150px;
height:157px;
float:right;
}.matn {
width:230px;
height:157px;
float:right;
position:relative;
}.order {
width:380px;
height:157px;
float:right;
}.matn img{
margin: 0 5px 0 0
}.matn .link{
position:absolute;
top:120px;
left:0;
}*{margin:0;padding:0}
#latest-post {
width: 811px;
direction: ltr;
clear:both;
overflow:hidden;
height: 179px;
margin: 0;
text-align:left;
font-size:11px;
}.post-wrapper {
position: relative;
overflow:hidden;
}* html .post-wrapper {
overflow: visible;
}#post-body {
width:811px;
}#post-body li {
display:block;
width:380px;
height: 157px;
float:left;
margin: 0 7px 40px 0;
padding: 5px 7px;
font: 12px/1.5 tahoma, serif;
color: #036;}
#btn1, #btn2 {
display: block;
width: 61px;
height: 179px;
text-indent: -9999px;
overflow: hidden;
position: absolute;
cursor: pointer;}
#btn1 {
background: url('images/left.jpg') no-repeat left top;
top:0;
left: -59px
}#btn2 {
background: url('images/right.jpg') no-repeat left top;
top: 0;
right:-61px
}ul.children li{
margin-right:5px 10px 0 0;
}.commentlist li {
border: solid 1px; #555;
}
در ضمن رفقا انجمن هم کامل ورق زدم.