The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Combinding threads and posts column on the index page

3 posters

Go down

Solved Combinding threads and posts column on the index page

Post by Staep November 21st 2013, 5:41 pm

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 Combinding threads and posts column on the index page Mjmito Combinding threads and posts column on the index page Wlw8

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/
avatar
Staep
New Member

Posts : 3
Reputation : 1
Language : English

http://fadetoblack.forumotion.com/

Back to top Go down

Solved Re: Combinding threads and posts column on the index page

Post by Staep November 23rd 2013, 3:52 pm

Bump
avatar
Staep
New Member

Posts : 3
Reputation : 1
Language : English

http://fadetoblack.forumotion.com/

Back to top Go down

Solved Re: Combinding threads and posts column on the index page

Post by Ange Tuteur November 24th 2013, 3:42 am

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
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
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Combinding threads and posts column on the index page

Post by Staep November 24th 2013, 6:17 am

Wow, that works perfectly, thanks! This is solved!
avatar
Staep
New Member

Posts : 3
Reputation : 1
Language : English

http://fadetoblack.forumotion.com/

Back to top Go down

Solved Re: Combinding threads and posts column on the index page

Post by SLGray November 24th 2013, 6:22 am

Topic Solved & Locked


Combinding threads and posts column on the index page Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum