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.

Need help: statistic in center, forum widgets, and some fonts

3 posters

Go down

Solved Need help: statistic in center, forum widgets, and some fonts

Post by ANANASAS8 July 19th 2011, 12:39 pm

My forum version is phpBB3.
1. How can I make something like this:
Need help: statistic in center, forum widgets, and some fonts 1rdr2v
And how to add a small shadow on the forums names?

2.
How can I make all stats in the center ?
And how can I change the title font like in the picture ?
Need help: statistic in center, forum widgets, and some fonts 2hxsp4o

3. How can I change the font of all nicknames ?
4. Is it posible to make forum widgets near logo or under it ?
Need help: statistic in center, forum widgets, and some fonts 16ge7gi

please help....


Last edited by ANANASAS8 on July 21st 2011, 8:03 pm; edited 2 times in total
avatar
ANANASAS8
New Member

Posts : 19
Reputation : 0
Language : Lithuanian

Back to top Go down

Solved Re: Need help: statistic in center, forum widgets, and some fonts

Post by Nera. July 19th 2011, 1:13 pm

Hi,

1. Add this to CSS to center category names and shadow
Code:
ul.topiclist li.header dl dd {
    text-align: center;
    text-shadow: 5px 5px 5px #E098E0;
}

2. Add this to CSS to center statistics
Code:
p {
    text-align: center;
}

Can you link me to that forum so I can see what font they are using?

3. To change font on usernames add this to CSS and add font name in it. But it wont change only usernames but links also.
Code:
a:link {
    font-family: your font name here;
}

Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Need help: statistic in center, forum widgets, and some fonts

Post by ANANASAS8 July 19th 2011, 1:42 pm

Thank you, Nera.
Here it is that forum - http://badthings.forumlt.com/forum
and what about forum widgets ? Is it posible to make forum widgets near logo or under it ?
avatar
ANANASAS8
New Member

Posts : 19
Reputation : 0
Language : Lithuanian

Back to top Go down

Solved Re: Need help: statistic in center, forum widgets, and some fonts

Post by Nera. July 19th 2011, 1:47 pm

Add this to CSS also for that font style.
Code:

.h3, h3 {
  font-family: Gabriola;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 5px;
}

I have to go now, will check rest latter.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Need help: statistic in center, forum widgets, and some fonts

Post by ANANASAS8 July 19th 2011, 2:05 pm

Okey, thank you very much. (:
I will wait.

I change my forum version to phbb2, I like it more, so some of these codes didn't work. Sad
avatar
ANANASAS8
New Member

Posts : 19
Reputation : 0
Language : Lithuanian

Back to top Go down

Solved Re: Need help: statistic in center, forum widgets, and some fonts

Post by Base July 19th 2011, 5:38 pm

'Need help' is not an explicit title related to your problem. In future, please use a title that is specific to your problem to facilitate the search engine. Wink
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Need help: statistic in center, forum widgets, and some fonts

Post by Nera. July 19th 2011, 10:41 pm

Hi Ana,

they are not the same for phpBB2.

Forum/Categories title
Code:
.secondarytitle, .secondarytitle h2 {
    text-shadow: 5px 5px 5px #E098E0;
}

Statistic in aligned center
Go to your AP >> Display >> Templates >> General >> index_body
Find this part
Code:

<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>

Replace it with this
Code:

<!-- BEGIN disable_viewonline -->
<table class="forumline" style="text-align: center;" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>

Save and publish on the green cross.

Username change code is the same.

Wio text, try this does it fit, but think it will change more for phpBB2.
Code:
a.cattitle {
  font-family: Gabriola;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 5px;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top


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