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.

Coding Help For Active Topic Links

2 posters

Go down

Solved Coding Help For Active Topic Links

Post by Lee Tamotsu February 24th 2012, 2:28 pm

I'm sure this is a coding problem, as I searched through a lot of the admin panel but couldn't find anything useful. Anyway at the top of my forum, before the content, are these few links.

View posts since last visit • View your posts • View unanswered posts

I also have these links right above my Who Is Online Section.

Today's active topics • Today's top 20 posters • Overall top 20 posters

They are placed and aligned just like that, and don't look too aesthetically appeasing. I saw in a few other forums that they were able to place the links above each other, so they were sort of stacked.

So it was also displayed like this.

Today's active topics
Today's top 20 posters
Overall top 20 posters

Is there a code that allows one to stack or align the links differently? And if so could someone help me out, as I am not too great with coding. Or if stacking is not possible with phpBB3, then is it possible to remove the links?
avatar
Lee Tamotsu
Forumember

Male Posts : 222
Reputation : 1
Language : English

http://avatarrp.aforumfree.com/index.htm

Back to top Go down

Solved Re: Coding Help For Active Topic Links

Post by ankillien February 24th 2012, 4:50 pm

Hi,

To align those links vertically, try adding this code in Admin CP > Display > Colors > CSS...

Code:
#main-content .linklist li {
display: block;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Coding Help For Active Topic Links

Post by Lee Tamotsu February 24th 2012, 4:56 pm

Thanks, that worked great! Although is there a certain code that aligns it to the left or right of the forum?
avatar
Lee Tamotsu
Forumember

Male Posts : 222
Reputation : 1
Language : English

http://avatarrp.aforumfree.com/index.htm

Back to top Go down

Solved Re: Coding Help For Active Topic Links

Post by ankillien February 24th 2012, 5:01 pm

By default it should be in left, to align it on right use this code...

Code:
#main-content .linklist {
float: right;
text-align: right;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Coding Help For Active Topic Links

Post by Lee Tamotsu February 24th 2012, 5:03 pm

Nice, thanks for the help. Solved!
avatar
Lee Tamotsu
Forumember

Male Posts : 222
Reputation : 1
Language : English

http://avatarrp.aforumfree.com/index.htm

Back to top Go down

Solved Re: Coding Help For Active Topic Links

Post by ankillien February 24th 2012, 5:09 pm

thumleft

Topic Solved & Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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