Forum List Column

Hulp nodig bij je installatie of kom je ergens niet uit? Probeer phpBB3! Problemen lossen we samen met je op.
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
Forumregels
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
Gesloten
ferdri3
Berichten: 28
Lid geworden op: 21 dec 2009, 11:54

Forum List Column

Bericht door ferdri3 » 21 jan 2011, 08:04

  • Adres van je forum: http://retrospawn.com
    Event. modificaties op je forum:heel veel haha
    Wanneer ontstond het probleem?nu
    phpBB versie:3.0.7pl1


    Heb je onlangs iets veranderd aan je forum?ja
    Wat is het probleem?
Ik heb een soortgelijke vraag stelt hier:
viewtopic.php?f=56&t=55266&p=428353#p428353

Mijn probleem is dat ik het forum board zo klein en compact mogelijk wil maken, aangezien ik zoveel forums
heb. Als je de URL bezoekt zie je ook een hele rare opzet van forumlist_body (np want ik heb heb orgineel nog).

Ik ben er dus achter gekomen dat het heel moeilijk is om mn vorige topic te realiseren.
Dus ik ben op iets nieuws gekomen, een alternatief.

Ik wil graag mijn forumlist in 2e verdelen (of zelfs in 3e). Het is gebleken dat dit niet in forumlist_body moet
maar in content.css of in een language file. In mijn content.css vind ik deze 2 stukjes code:

Code: Selecteer alles

/* proSilver Content Styles
---------------------------------------- */

ul.topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
}

ul.forums {
	background: #FFFFFF none repeat-x 0 0;
}

ul.topiclist li {
	display: block;
	list-style-type: none;
	color: #777777;
	margin: 0;
}

ul.topiclist dl {
	position: relative;
}

ul.topiclist li.row dl {
	padding: 2px 0;
}

ul.topiclist dt {
	display: block;
	float: left;
	width: 50%;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
}

ul.topiclist dd {
	display: block;
	float: left;
	border-left: 1px solid #FFFFFF;
	padding: 4px 0;
}

ul.topiclist dfn {
	/* Labels for post/view counts */
	position: absolute;
	left: -999px;
	width: 990px;
}

ul.topiclist li.row dt a.subforum {
	background-image: none;
	background-position: 0 50%;
	background-repeat: no-repeat;
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 12px;
}

.forum-image {
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}

li.row {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #8f8f8f;
}

li.row strong {
	font-weight: normal;
	color: #000000;
}

/*
li.row:hover {
	background-color: #f6f6f6;
}
*/

li.row:hover dd {
	border-left-color: #CCCCCC;
}

li.header dt, li.header dd {
	line-height: 1em;
	border-left-width: 0;
	margin: 2px 0 4px 0;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

li.header dt {
	font-weight: bold;
}

li.header dd {
	margin-left: 1px;
}

li.header dl.icon {
	min-height: 0;
}

li.header dl.icon dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 50px;
}

/* Forum list column styles */
dl.icon {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.icon dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}

dd.posts, dd.topics, dd.views {
	width: 8%;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
en

Code: Selecteer alles

/* Forum list column styles */
dl.icon {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.icon dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}

dd.posts, dd.topics, dd.views {
	width: 8%;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
}
Hoe o hoe krijg ik dit voor elkaar :/

Thanks in advance!

ferdri3
Berichten: 28
Lid geworden op: 21 dec 2009, 11:54

Re: Forum List Column

Bericht door ferdri3 » 22 jan 2011, 23:44

voor andere mensen die het willen weten:
http://phpbbmodders.net/board/viewtopic ... 011#p27011

Gesloten