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.

Enlarge forum username font

2 posters

Go down

Solved Enlarge forum username font

Post by kozmos October 12th 2010, 5:47 pm

hi. Hello
I seen on other forums the usernames are of a larger font or size.

i'm currently using the "cold fusion theme" under phpBB2

the usernames around are tiny, not to mention a deep blue ad the background of the forum is a deep grey, making them even less visible.

How do i go about Making this font larger or changing it altogether?
kozmos
kozmos
New Member

Male Posts : 3
Reputation : 0
Language : English, Broken English, Trini-nglish
Location : Trinidad and Tobago

Back to top Go down

Solved Re: Enlarge forum username font

Post by Guest October 12th 2010, 5:56 pm

Go to
ACP / Display / Templates / General / Viewtopic_body / Find ->
Code:

{postrow.displayed.POSTER_NAME}

Replace it with ->
Code:
<strong>{postrow.displayed.POSTER_NAME}</strong>

Save + Publish
avatar
Guest
Guest


Back to top Go down

Solved Re: Enlarge forum username font

Post by ankillien October 12th 2010, 6:10 pm

Hello,

You can do it with CSS too.
Go to Admin CP > Display > Colors > CSS
Add this code there and submit...

Code:
a[href^="/profile.forum?mode=viewprofile"]{
font-size: 13px;
}
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Enlarge forum username font

Post by kozmos October 12th 2010, 6:20 pm

Gangstar15 wrote:Go to
ACP / Display / Templates / General / Viewtopic_body / Find ->
Code:

{postrow.displayed.POSTER_NAME}

Replace it with ->
Code:
<strong>{postrow.displayed.POSTER_NAME}</strong>

Save + Publish

alrite so upon searching i found that the item in the 2nd quote was already there and there was no change after publishing it though i did copy it in jus in case as well as adding more <strong></strong> tags.
kozmos
kozmos
New Member

Male Posts : 3
Reputation : 0
Language : English, Broken English, Trini-nglish
Location : Trinidad and Tobago

Back to top Go down

Solved Re: Enlarge forum username font

Post by kozmos October 12th 2010, 6:24 pm

ankillien wrote:Hello,

You can do it with CSS too.
Go to Admin CP > Display > Colors > CSS
Add this code there and submit...

Code:
a[href^="/profile.forum?mode=viewprofile"]{
font-size: 13px;
}

well this works
wanted to see if editing veiwtopic_body would work as well.
thanks to you both! :wouhou:
kozmos
kozmos
New Member

Male Posts : 3
Reputation : 0
Language : English, Broken English, Trini-nglish
Location : Trinidad and Tobago

Back to top Go down

Solved Re: Enlarge forum username font

Post by ankillien October 12th 2010, 6:28 pm

Glad I could help Very Happy

Please avoid double posting unless separated by 24 hours. It is against the rules.

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