i like wat yall done with the site wat version u on phpbb3?
Post: #3Tue Feb 21, 2012 4:43 pm
TyMan202
Member
i have bunches of phpbb3 codes if yall want
like heres one to have a nice memberlist
like heres one to have a nice memberlist
- css:
.membox {
float: left;
padding: 5px;
border: 1px solid #105289;
background: #e1ebf2;
margin: 10px;
height: 115px;
width: 165px;
border-radius: 3px;
box-shadow: 2px 2px 2px #105289;
}
.membox:hover { border: 1px solid #c05; }
.membox .showinfo>a img {
display: block;
height: 90px;
width: 90px;
}
.membox .showinfo td { float: right; }
.membox .showinfo a { font-weight: bold; font-size: 11px;}
#memberlist { padding: 15px 5px; margin-bottom: 30px; }
#memberlist .row1, #memberlist .row2, #memberlist tbody, #memberlist thead {display:none}
.memopt { display: block; }
.memopthead { text-decoration: underline; display: block; }
.meminner {
position: absolute;
z-index: 999;
border: 1px solid #c05;
background: #e1ebf2;
box-shadow: 2px 2px 2px #666;
border-radius: 3px;
padding: 5px;
width: 120px;
margin-left: 15px;
}
- java (tick all pages):
function sortMemlist() {
var x=document.getElementById('memberlist'),
y=x.getElementsByTagName('tr'),
headers=y[0].getElementsByTagName('th');
for(i=1;ivar outer=document.createElement('div'); outer.className="membox";
var td=y[i].getElementsByTagName('td');
outer.innerHTML+=""+ td[1].innerHTML+ "";
var inner=document.createElement('div'); inner.className="meminner";
inner.id="meminfo"+i; inner.style.display="none";
for(j=3;jif(td[j].innerHTML!='' && td[j].innerHTML!=' ') {
inner.innerHTML+=""+headers[j].innerHTML+":";
}
inner.innerHTML+=""+td[j].innerHTML+"
";
}
outer.appendChild(inner);
x.appendChild(outer);
$($('.showinfo')[i-1]).append(td[td.length-2]).append(td[td.length-1]);
}
}
$(function(){if(document.getElementById('memberlist')){sortMemlist();}});
Post: #6Wed Feb 22, 2012 9:26 am
Bloodthrone
Senior Member
no it isntFragon wrote:horrible site is horrible now
its a inprovment from the last one
Post: #7Wed Feb 22, 2012 5:37 pm
StriickeN
Admins
Fragon wrote:horrible site is horrible now
why do you think it is horrible?
Post: #8Wed Feb 22, 2012 7:03 pm
sdrawkcab
Senior Member
because the banner is on the fucking right side. and the user names are on the left side (not a big deal). besides that its sexy!
Post: #9Wed Feb 22, 2012 7:05 pm
StriickeN
Admins
usernames? and with chrome the banner is centured.... .
Post: #13Thu Feb 23, 2012 7:28 am
Vet
Elite Member
The banner is not centered when you go to topics...and I'm using chrome....
Post: #14Tue Feb 28, 2012 3:55 pm
ElectriK
Elite Member
i like the way it is now better than the last one, less white
Post: #15Tue Feb 28, 2012 5:37 pm
StriickeN
Admins
Fragon wrote:
The banner is not centered when you go to topics...and I'm using chrome....
ok we will try to fix that
Post: #17Thu Mar 01, 2012 7:48 pm
sdrawkcab
Senior Member
ElectriK wrote:im on firefox and its not centered
same
Similar topics
Permissions in this forum:
You cannot reply to topics in this forum