how to make forum like this?

akoe.akbar at 10h15
14
Jan
2012
hello, please help me,
how to make forum like this?

my forum is PunBB www.tarsiusforum.forumid.net
thanks Very Happy
1 Coddy, on 14/01/2012 at 10h18
Can you provide your forum url? Wink
2 akoe.akbar, on 14/01/2012 at 10h20
Gassy wrote:Can you provide your forum url? Wink

sure Very Happy
www.tarsiusforum.forumid.net
3 Coddy, on 14/01/2012 at 10h50
Try to add this to your CSS Stylesheet:
Code:
td.tc2 span, td.tc3 span{
padding: 17px 17px 17px 17px !important;
background: #0088FF !important;
border: 1px solid #22AAFF !important;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

Replace #0088FF by a background color code and #22AAFF by border color. Wink
Then replace from index_box template this:
Code:
<td class="tc2">{catrow.forumrow.TOPICS}</td>
                                          <td class="tc3">{catrow.forumrow.POSTS}</td>

to this:
Code:
<td class="tc2"><span>{catrow.forumrow.TOPICS}</span></td>
                                          <td class="tc3"><span>{catrow.forumrow.POSTS}</span></td>

Save and publish. Wink
4 akoe.akbar, on 14/01/2012 at 11h06
i don't find the code
5 Coddy, on 14/01/2012 at 11h51
Can you provide me an test account? Smile
6 Coddy, on 14/01/2012 at 13h37
Where certain you want to add that CSS effect from that image? I see you have another categories and forums structure. Can you please make a screenshot and to show in screenshot where you want to add that effect?
7 akoe.akbar, on 14/01/2012 at 13h42
Gassy wrote:Where certain you want to add that CSS effect from that image? I see you have another categories and forums structure. Can you please make a screenshot and to show in screenshot where you want to add that effect?


i don't understand
8 akoe.akbar, on 20/01/2012 at 10h38
bump
9 akoe.akbar, on 22/01/2012 at 00h21
bump
10 boswell3782, on 23/01/2012 at 18h23
is this possible in phpbb2 looks very nice
11 Nera., on 23/01/2012 at 21h50
akoe.akbar wrote:bump


Please change the topic title to something related to your problem.


Take Matt's index_box template
/t100732-punbb-nice-blue
and paste it in yours and than add this CSS:

Code:
.for_topics {
    background: url("http://i43.servimg.com/u/f43/14/53/79/27/fp10.png") no-repeat scroll left top transparent;
    color: #0E2C3E;
    font-size: 12px;
    font-weight: bold;
    height: 33px;
    line-height: normal;
    margin-left: 13px;
    padding-top: 3px;
    text-align: center;
    width: 74px;
}
.for_topics span {
    color: #105289;
    display: block;
    font-size: 10px;
}
.for_posts {
    background: url("http://i43.servimg.com/u/f43/14/53/79/27/fp10.png") no-repeat scroll left top transparent;
    color: #0E2C3E;
    font-size: 12px;
    font-weight: bold;
    height: 33px;
    line-height: normal;
    margin-left: 13px;
    padding-top: 3px;
    text-align: center;
    width: 74px;
}
.for_posts span {
    color: #105289;
    display: block;
    font-size: 10px;
}


boswell3782 wrote:is this possible in phpbb2 looks very nice


Please open your own topic.
12 akoe.akbar, on 26/01/2012 at 13h13
thanks Very Happy
its solved now Very Happy
13 Leeloo, on 26/01/2012 at 14h22
Topic Solved & Locked
Similar topics
How to make text bigger on the templates? Click Spoiler Spoiler: I already use Code: <font size="6">text</font> But i can't be bigger
Hey guys i was wondering. I have seen one of my friends forums and they have a forum within a main forum, but on the main page, the forum that is inside that main forum is not seen. How can I do that? I have been trying to figure that out for some time
I am going to make one for this forum. Who is willing to play at least every saturday? Then I will make it.
Replies 1 to 13 on 13 for "how to make forum like this?"
See also
more_less
Informations

13 Replies For the topic :
"how to make forum like this?"

This topic has been viewed 977 times.

Last message :
14/01/2012 at 10h15 by "akoe.akbar"