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 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/
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;
}
Re: Combinding threads and posts column on the index page
Wow, that works perfectly, thanks! This is solved!
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.
Similar topics
» min-width for last post column on index page
» Home Page and General Templates : Index Body / Index Box and Code
» Increase width of LAST POSTS column?
» [New option] Show avatars in the column Last posts
» Topic 'by Username', author column removed and page numbers like in phpBB3 ?
» Home Page and General Templates : Index Body / Index Box and Code
» Increase width of LAST POSTS column?
» [New option] Show avatars in the column Last posts
» Topic 'by Username', author column removed and page numbers like in phpBB3 ?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum