Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Klausimas, dėl forumo.

Parašė mineris· 2011 Rugp. 6 21:08:41
#1

Sveiki, noriu paklausti kaip reikia padaryti php fusion v7 foruma, kuris būtu per visa tinklalapio ploti.

Kai išiungiu visas šonines paneles man atrodo štai taip:





(Nuotrauka padariau ant greičio, apibraukta vieta forumas)


Kaip padaryti kad ištemtu foruma per visa tinklalapi ? ?| ?| Laukiu atsakymo

Redagavo Creatium· 2011 Rugp. 7 11:08:50

Parašė Creatium· 2011 Rugp. 7 11:08:43
#2

Neištemps, jeigu temoje pagrindinis div'as (ar table), kuriame yra visos naujienos, forumas ir vidurinės panelės, yra su nustatytu konkrečiu pločiu. Tokiu atveju reikėtų style.css failą redaguoti pagal poreikius.

Parašė Ponas24· 2011 Rugp. 7 11:08:43
#3

Pas tave fiksuotas centrinės panelės plotis, bandyk rašyt width:100%

Parašė mineris· 2011 Rugp. 7 11:08:32
#4

Kuriame faile reikia pakeisti ta with: 100% ? :?

Parašė Creatium· 2011 Rugp. 7 18:08:14
#5

Kaip minėjau - style.css

Parašė mineris· 2011 Rugp. 7 19:08:26
#6

Štai mano svetainės forumas:






Jai galit padarykit taip, kad butu nors iki raudonos linijos..
Štai temos, style.css

.txt {
   font-family: Tahoma;
   font-size: 11px;
   color: #585454;   
}

.reklama {
    background: url(images/header_02.png);
   width: 559px;
   height: 140px;
}

.textbox2 {
   font-family: Tahoma;
   font-size: 10px;
   color: #e2e0e0;   
    background: url(images/input.png);
   width: 135px;
   height: 21px;
   padding-left:5px;
   padding-right:5px;
   border : 0px;
}

a {
   color : #6a6363;
   text-decoration : none;
}

a:hover {
   color : #6a6363;
   text-decoration : underline;
}

a.side {
   color : #6a6363;
   text-decoration : none;
}

a:hover.side {
   color : #6a6363;
   text-decoration : underline;
}

a.white {
   color : #6a6363;
   text-decoration : none;
}

a:hover.white {
   color : #6a6363;
   text-decoration : none;
}

body {
   font-family : Tahoma;
   font-size : 11px;
   background-image : url(images/bg.png);
   background-repeat: repeat-x;
   background-color: #eae7e7;
   margin: 0px;
}

form {
   margin : 0px;
}

hr {
   height : 1px;
   border : 1px solid #eee;
}

hr.side-hr {
   height : 1px;
   border : 1px solid #dedede;
}

td {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
}

pre {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
}

.alt {
   color : #000000;
}
 
.outer-border {
   border : 0px;
}

.sub-header {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #fff;
   padding : 0px;
   background-color : #ffffff;
   border : 2px solid #ffffff;
}

.full-header {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #000000;
   border : 0px solid #000000;
}

.footer {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #000;
   background-color : #ffffff;
   padding : 1px;
}

.button {
   font-family : Tahoma;
   font-size : 10px;
   color : #fff;
   background-color : #0956a4;
   height : 20px;
   border : 0px solid #e2e0e0;
   margin-top : 2px;
}

.textbox {
   font-family : Tahoma;
   font-size : 10px;
   color : #fff;
   background-color : #0956a4;
   border : 0px solid #e2e0e0;
}

.main-body {
    font-family: Tahoma;
   font-size : 11px;
   color : #6a6363;
   background : url(images/table_02.png);
   padding : 10px;
}

.side-body {
    font-family: Tahoma;
   font-size : 11px;
   color : #6a6363;
   background: url(images/panel_02.png);
   padding : 5px;
}

.main-bg {
   color : #585454;
   padding : 10px 5px 10px 5px;
}

.border {
   border : 0px solid #ffffff;
}

.side-border-left {
   color : #585454;
   padding : 10px 10px 10px 10px;
}

.side-border-right {
   color : #585454;
   padding : 10px 10px 10px 5px;
}

.news-footer {
   font-size : 10px;
   color : #ffffff;
   background-color : #ffffff;
   background-image: url(images/nf.jpg);
   background-repeat: no-repeat;
   padding : 3px 4px 4px 4px;
}

.capmain {
   font-family : Tahoma;
   font-size : 12px;
   font-weight : bold;
   color : #eae7e7;
   text-shadow: 0 1px 0 #484646;
   background: url(images/table_01.png);
   padding : 8px
}

.capmain2 {
   font-family : Tahoma;
   font-size : 12px;
   font-weight : bold;
   color : #eae7e7;
   text-shadow: 0 1px 0 #484646;
   background: url(images/table_01n1.png);
   padding : 8px
}

.scapmain {
   font-family : Tahoma;
   font-size : 12px;
   font-weight : bold;
   color : #eae7e7;
   text-shadow: 0 1px 0 #074a8d;
   background: url(images/panel_01.png);
   padding : 0px;
}

.tbl-border {
   color : #000;
   background-color : #e2e0e0;
}

.tbl {
   font-size : 11px;
   color : #6a6363;
   padding : 4px;
}

.tbl1 {
   font-size : 11px;
   color : #6a6363;
   background-color : #cfcccc;
   padding : 4px;

}

.tbl2 {
   font-size : 11px;
   color : #6a6363;
   background-color : #cfcccc;
   padding : 4px;

}

.forum-caption {
   font-size : 11px;
   font-weight : bold;
   color : #fff;
   background-color : #0956a4;
   padding : 2px 4px 4px 4px;
}

.quote {
   font-size : 11px;
   color : #fff;
   background-color : #0956a4;
   padding : 4px;
   margin : 0px 20px 0px 20px;
   border : 0px solid #000;
}

.poll {
   height : 12px;
   border : 1px solid #000000;
}

.comment-name {
   font-weight : bold;
   color : #6a6363;
}

.shoutboxname {
   font-weight : bold;
   color : #6a6363;
}

.shoutbox {
   color : #6a6363;
}

.shoutboxdate {
   font-size : 10px;
   color : #6a6363;
}

.small {
   font-size : 10px;
   font-weight : normal;
}

.small2 {
   font-size : 10px;
   font-weight : normal;
   color : #6a6363;
}

.side-small {
   font-size : 10px;
   font-weight : normal;
   color : #6a6363;
   background-color : #fff;
}

.side-label {
   color : #6a6363;
   background-color : #CCCCCC;
   padding : 2px 2px 3px 2px;
}


:( :( Plz padekit

Redagavo Creatium· 2011 Rugp. 7 19:08:33

Parašė viminkas· 2011 Rugp. 7 20:08:24
#7

ka mes galim padaryti tik su css failu jei zinotume isdestima clasiu theme php faile tada gal ir padetume