1 2011-01-27 20:39
Topic: small community forum - modified copper design, own banner/header (4 replies, posted in PunBB show off)
2 2011-01-04 16:28
Topic: User info modification (0 replies, posted in PunBB 1.3 discussion)
Hallo,
which file defines the display of user informations?
i want to display the post count but dont want to display location, register date, e-mail and this online/offline-status.
is this defined in the style files or in some basic php files?
3 2010-12-08 18:23
Re: Style modification troubles (Copper) (3 replies, posted in PunBB 1.3 troubleshooting)
I just watched the copper style on the wiki: http://punbb.informer.com/trac/browser/ … Copper.css
Have you changed/looked these lines in your copper.css ?615 #brd-title {
616 padding-bottom: 0;
617 }
618
619 #brd-title a, #brd-title strong {
620 font-size: 1.5em;
621 text-decoration: none;
622 font-weight: normal;
623 }
624
625 #brd-desc {
626 font-size: 1.084em;
627 padding-top: 0;
628 padding-bottom: 0;
629 }
I commented out these lines but the text was still there.
4 2010-12-08 17:57
Topic: Style modification troubles (Copper) (3 replies, posted in PunBB 1.3 troubleshooting)
Hallo,
I started modifying the Copper style and there is a problem:
as you can see there is text above my header.
I want to remove "Board title" and "Board description" and want to move down "Logged in as..." and "New posts Active topics Unanswered topics".
I already searched and modified copper.css and copper_cs.css for hours but nothing really works