Combinding threads and posts column on the index page
3 posters
Page 1 of 1
Combinding threads and posts column on the index page
Is it possible to combine the thread and post columns on the index page? I've seen it done on some forums and I have a feeling it's done with CSS as I've looked around in the panel for options to do so. I'd just like for them to be in the same column instead of side by side, with the number of topics on top and the number of posts on the bottom.
Essentially, I'd like to change
to 
I'm using phpBB3 and I know it's possible to do this on either phpBB2 or punBB, I was just curious if it was possible on phpBB3. Here's the link to the forums: http://fadetoblack.forumotion.com/
Essentially, I'd like to change


I'm using phpBB3 and I know it's possible to do this on either phpBB2 or punBB, I was just curious if it was possible on phpBB3. Here's the link to the forums: http://fadetoblack.forumotion.com/
Staep- New Member
- Posts : 3
Reputation : 1
Language : English
Re: Combinding threads and posts column on the index page
Hello Staep,
I wrote up a little bit of code to try this for phpbb3
Give this a try in your CSS:
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
I wrote up a little bit of code to try this for phpbb3
Give this a try in your CSS:
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
- Code:
.forabg li.row dd.topics:after{
content:" Topics"
}
.forabg li.row dd.topics{
position:relative;
bottom:10px;
left:32px;
}
.forabg li.row dd.posts:after{
content:" Posts"
}
.forabg li.row dd.posts{
position:relative;
top:10px;
right:32px;
}
Ange Tuteur- Forumaster
-
Posts : 13244
Reputation : 2990
Language : English & 日本語
Location : Pennsylvania
Re: Combinding threads and posts column on the index page
Wow, that works perfectly, thanks! This is solved!
Staep- New Member
- Posts : 3
Reputation : 1
Language : English
Re: Combinding threads and posts column on the index page
Topic Solved & Locked


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray- Administrator
-
Posts : 50246
Reputation : 3466
Language : English
Location : United States

» min-width for last post column on index page
» the number of threads and posts per page
» I NEED TO ADD A COLUMN ON MY INDEX !!!!
» Home Page and General Templates : Index Body / Index Box and Code
» Swap topic/posts columns and last posts column
» the number of threads and posts per page
» I NEED TO ADD A COLUMN ON MY INDEX !!!!
» Home Page and General Templates : Index Body / Index Box and Code
» Swap topic/posts columns and last posts column
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum