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.

last post

4 posters

Go down

In progress last post

Post by nike1600 January 19th 2012, 10:16 pm

last post IOeKI

How can i put the last post on a box like th photo on phbb3?
nike1600
nike1600
Forumember

Male Posts : 155
Reputation : 2
Location : Somewhere in the ocean

Back to top Go down

In progress Re: last post

Post by Guest January 19th 2012, 11:17 pm

Add this to CSS Stylesheet:
Code:
li.row dl.icon dd.lastpost{
border: 1px solid #333;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 3px 3px 4px #333;
-moz-box-shadow: 3px 3px 4px #333;
box-shadow: 3px 3px 4px #333;
}
avatar
Guest
Guest


Back to top Go down

In progress Re: last post

Post by nike1600 January 20th 2012, 9:29 pm

and how i do the same with the number of posts?
nike1600
nike1600
Forumember

Male Posts : 155
Reputation : 2
Location : Somewhere in the ocean

Back to top Go down

In progress Re: last post

Post by Mike January 21st 2012, 2:14 am

You need to edit the index_box templates so that the two PHP Codes are in the same little tag.
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

In progress Re: last post

Post by nike1600 January 21st 2012, 12:45 pm

i have phbb3 ...
nike1600
nike1600
Forumember

Male Posts : 155
Reputation : 2
Location : Somewhere in the ocean

Back to top Go down

In progress Re: last post

Post by Nera. January 21st 2012, 12:50 pm

Remove the CSS Gassy gave you and add only this, it will work for the homepage and the topic list box:

Code:
dd.lastpost {
border: 1px solid #333;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 3px 3px 4px #333;
-moz-box-shadow: 3px 3px 4px #333;
box-shadow: 3px 3px 4px #333;
}
Nera.
Nera.
Energetic

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

Back to top Go down

In progress Re: last post

Post by nike1600 January 21st 2012, 1:16 pm

i dont want this i want to put the "posts number" in the box.
nike1600
nike1600
Forumember

Male Posts : 155
Reputation : 2
Location : Somewhere in the ocean

Back to top Go down

In progress Re: last post

Post by Nera. January 21st 2012, 1:17 pm

Number of replays or what?
Nera.
Nera.
Energetic

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

Back to top Go down

In progress Re: last post

Post by nike1600 January 21st 2012, 1:23 pm

i mean the topics and posts e.x topics 234 posts 400 this i want to put in a box
nike1600
nike1600
Forumember

Male Posts : 155
Reputation : 2
Location : Somewhere in the ocean

Back to top Go down

In progress Re: last post

Post by Nera. January 21st 2012, 1:27 pm

Code:
.row .posts {
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #333333;
    box-shadow: 3px 3px 4px #333333;
}
.row .topics {
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #333333;
    box-shadow: 3px 3px 4px #333333;
}
Nera.
Nera.
Energetic

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

Back to top Go down

In progress Re: last post

Post by nike1600 January 21st 2012, 1:34 pm

pfffffff i one box not two like the example on first post
nike1600
nike1600
Forumember

Male Posts : 155
Reputation : 2
Location : Somewhere in the ocean

Back to top Go down

In progress Re: last post

Post by nike1600 January 22nd 2012, 1:01 am

does anyone knows
nike1600
nike1600
Forumember

Male Posts : 155
Reputation : 2
Location : Somewhere in the ocean

Back to top Go down

In progress Re: last post

Post by petros_7 January 22nd 2012, 1:30 am

yes i Wink

Put the code into css
petros_7
petros_7
Forumember

Male Posts : 341
Reputation : 2
Language : Greek
Location : Greece

http://www.thegreeksenergy.com/forum

Back to top Go down

In progress Re: last post

Post by nike1600 January 22nd 2012, 1:34 am

geia s petro

who code do you mean?
nike1600
nike1600
Forumember

Male Posts : 155
Reputation : 2
Location : Somewhere in the ocean

Back to top Go down

Back to top

- Similar topics

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