mostafa1990 گفت:
2. فایل wpf.class.php رو باز کنید و تمام
varchar(255)
را به
utf8_general_ci
تغییر بدید
سلام من هم از طریق دیتابیس به جایی نرسیدم حالا این wpf.class.php که میگین کجا هست؟؟
در ضمن من تمام مطالب مرتبط با مینگل فروم رو خوندم اما در آخر نتوانستم طول و عرض فروم رو درست کنم؟نگاه کنید:http://www.clipchi.com/forum
در ضمن کدهای برگه و شیوه نامه رو براتون میذارم تا خودتون یه نگاهی بهش بندازین:
?<?php get_header(); ?>
<div id="centercol">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div id="entry">
<?php mylinksdump_archive() ?>
<div id="centercol-up"></div>
<div id="centercol-body">
<div class="entry">
<div class="entry-header">
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a>
</div>
<div class="entry-hit">
<img border="0" src="<?php bloginfo('template_url'); ?>/images/hits.gif" width="20" height="23" alt="icon">بازديد: <?php if(function_exists('the_views')) { the_views(); } ?>
</div>
<div class="entry-body">
<?php the_content(); ?>
</div>
</div>
</div>
</div>
<div id="centercol-down"></div>
<?php endwhile; ?>
<?php else : ?>
<?php endif; ?>
</div>
کد شیوه نامه :
/*
Theme Name : MagicP30
Test on: IE 6.x, IE 7.x, IE 8.x, Firefox 3.x, Opera 10.x, Safari 4.x, Chrome 1.x
*/
body{
background:url(images/backround.gif) repeat #081A37;
font:11px tahoma;
}
img{
border:none;
}
input,select,table,button{
font:11px tahoma;
}
textarea{
border:1px solid #0A2E52;
background-color:#DCEEFF;
font:11px tahoma;
color:#000;
}
input{
border:1px solid #0A2E52;
color:#000;
background-color:#DCEEFF;
}
#h{
display:inline;
}
h1{
font-size:16px;
}
h2{
font-size:15px;
}
h3{
font-size:14px;
}
h4{
font-size:13px;
}
h5{
font-size:12px;
}
h6{
font-size:11px;
}
.hide{
display:none;
}
#content{
height:auto;
width:960px;
overflow:hidden !important; overflow:visible;
margin:10px auto 10px auto;
}
#content-head{
background:url(images/top.gif) no-repeat;
height:10px;
width:960px;
overflow:hidden !important; overflow:visible;
}
#content-side{
background-color:#fff;
height:100%;
width:960px;
overflow:hidden !important; overflow:visible;
}
#content-foot{
background:url(images/down.gif) no-repeat;
height:10px;
width:960px;
overflow:hidden !important; overflow:visible;
}
#header{
background:url(images/header.jpg) no-repeat;
margin:0 15px 0 15px;
height:140px;
}
#search{
float:left;
height:27px;
width:190px;
margin-left:10px;
margin-top:2px;
}
.search-input{
background:none;
height:15px;
width:110px;
color:#000;
border:none;
padding-top:1px;
font-size:10px;
padding-right: 45px !important; padding-right: 55px ;
}
.search-button{
background:none;
height:20px;
width:20px;
border:none;
padding-top:4px;
padding-right:5px;
cursor:pointer;
}
#nav{
background:url(images/menu.gif) no-repeat;
height:42px;
width:930px;
margin:10px auto 0 auto;
}
#nav ul{
list-style-type:none;margin:0;padding:4px 15px
}
#nav ul li{
float:right
}
#nav ul li a{
color:#fff;display:block;font-family:tahoma;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;line-height:14px;margin:5px 5px 0;padding:0 0 5px 5px;text-align:center;text-decoration:none
}
#nav ul li a span{
display:block;padding:5px 5px 4px 0
}
#nav ul li a:hover,.sub-menu ul li a:active{
background:transparent url(images/style/nav-highligh-bg-left.gif) no-repeat scroll left top
}
#nav ul li a:hover span{
background:#fff url(images/style/nav-highligh-bg.gif) no-repeat scroll right top;color:#000
}
#nav .active div span{
background:#fff url(images/style/nav-highligh-bg.gif) no-repeat scroll right top;display:block;padding:3px 3px 2px 0
}
#rightcol{
height:auto;
width:200px;
float:right;
padding:15px !important; padding:15px 10px 15px 15px;
color:#395A91;
}
#rightcol-ads{
background:url(images/colum-ads.gif) no-repeat;
height:16px;
width:200px;
}
#rightcol-category{
background:url(images/colum-category.gif) no-repeat;
height:16px;
width:200px;
}
#rightcol-friends{
background:url(images/colum-friends.gif) no-repeat;
height:16px;
width:200px;
}
#rightcol-info{
background:url(images/colum-info.gif) no-repeat;
height:16px;
width:200px;
}
#rightcol-body{
background:url(images/menu-side.gif) repeat-y;
height:auto;
width:200px;
}
#rightcol-btext{
padding:8px;
}
#rightcol-down{
background:url(images/menu-down.gif) no-repeat;
height:11px;
width:200px;
padding-bottom:10px;
}
#rightcol ul{
list-style-type:none;
margin:0px;
padding:0px;
}
#rightcol ul li{
display:block;
background:url(images/arrow.gif) no-repeat right 5px;
padding:0 10px 0 0;
}
#rightcol li{
padding:0 8px 0 0;
display:block;
background:url(images/arrow.gif) no-repeat right 6px;
}
#rightcol ul li ul li{
background:url(images/point.gif) right 5px no-repeat;
padding:0 10px 0 0;
margin:0 10px 0 0;
font-weight:100;
}
#rightcol a{
color:#395A91;
text-decoration:none;
}
#rightcol a:hover{
color:#FF6C00;
text-decoration:none;
}
#linkdump{
height:auto;
width:500px;
margin: 0 auto 10px auto;
}
#linkdump-up{
background:url(images/center-menu-up.gif) left no-repeat;
height:16px;
width:500px;
}
#linkdump-body{
background:url(images/center-menu-side.gif) left repeat-y;
height:auto;
width:500px;
}
#linkdump-down{
background:url(images/center-menu-down.gif);
height:13px !important; height:11px;
width:500px;
}
#linkdump ul{
list-style-type:none;
margin:0px;
padding:0 10px;
}
#linkdump ul li{
padding:0 12px 0 0;
display:block;
background:url(images/ads-arrow.gif) no-repeat right 3px;
}
#linkdump a{
color:#395A91;
text-decoration:none;
}
#linkdump a:hover{
color:#FF6C00;
text-decoration:none;
}
#centercol{
height:auto;
width:500px !important; width:490px;
float:right;
padding:10px 0 10px 0 !important; padding:10px 4px 10px 6px;
color:#333;
}
#centercol-up{
background:url(images/center-up.gif) no-repeat !important; background:url(images/center-up-ie.gif) no-repeat;
height:5px;
width:500px !important; width:502px;
}
#centercol-body{
height:auto;
width:498px !important; width:488px;
border-right:1px solid #A9CDEF;
border-left:1px solid #A9CDEF;
}
#centercol-down{
background:url(images/center-foot.gif) no-repeat !important; background:url(images/center-foot-ie.gif) no-repeat;
height:5px;
width:500px !important; width:502px;
padding-bottom:10px;
}
#centercol a{
color:#333;
text-decoration:none;
}
#centercol a:hover{
color:#FF6C00;
text-decoration:none;
}
#entry{
height:auto;
width:500px !important; width:480px;
}
.entry{
padding:5px !important; padding:0px;
height:auto;
width:490px;
}
.entry-header{
padding:5px;
height:auto;
width:490px;
font-weight:bold;
}
.entry-body{
padding:5px;
height:auto;
width:480px;
}
.entry-hit{
font-size:10px;
text-align:left;
padding-left:4px !important; padding-left:4px;
width:485px !important; width:496px;
border-top:dotted 1px #A9CDEF;
color:#666;
}
.entry-footer{
height:auto;
width:485px !important; width:500px;
border-top:dotted 1px #A9CDEF;
font-size:10px;
color:#666;
}
#leftcol{
height:auto;
width:200px;
float:left;
padding:15px !important; padding:15px 10px 15px 10px;
color:#395A91;
}
#leftcol-ads{
background:url(images/colum-ads.gif) no-repeat;
height:16px;
width:200px;
}
#leftcol-last{
background:url(images/colum-last-posts.gif) no-repeat;
height:16px;
width:200px;
}
#leftcol-top{
background:url(images/colum-top-posts.gif) no-repeat;
height:16px;
width:200px;
}
#leftcol-random{
background:url(images/colum-random.gif) no-repeat;
height:16px;
width:200px;
}
#leftcol-archive{
background:url(images/colum-monthly-archive.gif) no-repeat;
height:16px;
width:200px;
}
#leftcol-body{
background:url(images/menu-side.gif) repeat-y;
height:auto;
width:200px;
}
#leftcol-btext{
padding:8px;
}
#leftcol-down{
background:url(images/menu-down.gif) no-repeat;
height:11px;
width:200px;
padding-bottom:10px;
}
#leftcol ul{
list-style-type:none;
margin:0px;
padding:0px;
}
#leftcol li{
background:url(images/left-arrow.gif) right 5px no-repeat;
display:block;
padding:0 13px 0 0;
}
#leftcol a{
color:#395A91;
text-decoration:none;
}
#leftcol a:hover{
color:#FF6C00;
text-decoration:none;
}
#footer{
height:auto;
width:930px;
float:right;
padding:0 15px 0 15px;
color:#395A91;
font:11px Arial;
}
#footer-up{
background:url(images/foot-up.gif) left no-repeat !important; background:url() left no-repeat;
height:6px;
width:930px;
}
#footer-body{
background-color:#DFF4FE;
height:auto;
width:930px;
color:#395A91;
}
#footer-down{
background:url(images/foot-down.gif) left no-repeat !important; background:url() left no-repeat;
height:6px;
width:930px;
}
#footer a{
color:#395A91;
text-decoration:none;
}
#footer a:hover {
color:#FF6C00;
text-decoration:none;
}
#comment{
height:auto;
width:500px;
padding-top:10px;
}
#comment-up{
border-bottom:1px solid #A9CDEF;
height:auto;
width:500px;
}
#comment-body{
padding:5px;
height:auto;
width:490px;
}
.comment-up{
background:url(images/comment-up.gif) left no-repeat;
height:10px;
width:490px;
}
.comment-body{
height:auto;
width:490px;
background-color:#E4F4FD;
}
.comment-btext{
padding-right:10px;
width:480px;
height:auto;
}
.comment-down{
background:url(images/comment-down.gif) left no-repeat;
height:10px;
width:490px;
}
.comment-gravatar{
padding-left:10px;
float:left;
}
.comment-gravatar img{
border: 1px solid #A9CDEF;
padding: 2px;
}
#comment-down{
border-bottom:1px solid #A9CDEF;
height:auto;
width:500px;
}`