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.

speech bubble look on my forum phpBB3

4 posters

Go down

In progress speech bubble look on my forum phpBB3

Post by Ape Wed 21 May 2014 - 0:32

Hi all i was looking on the new updates and see this post can this now be down in phpBB3 now we have templates editor system ?
Paulostge wrote:Congrats to the community Forumotion.

In the future try to enter the option in most places as I have on my page, so as not to burden it with javascript.


speech bubble look on my forum phpBB3  113

i would also like to do this for my post profile's please

Thanks for ant help gave Wink

Ape
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: speech bubble look on my forum phpBB3

Post by Beyonder Wed 21 May 2014 - 0:42

Are those for profile comments?
Beyonder
Beyonder
Forumember

Male Posts : 721
Reputation : 29
Language : English
Location : Beyond Realm

http://fictionalomniverse.forumotion.com/

Back to top Go down

In progress Re: speech bubble look on my forum phpBB3

Post by Ape Wed 21 May 2014 - 0:50

Hagoromo Otsutsuki wrote:Are those for profile comments?
them are the last post avs
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: speech bubble look on my forum phpBB3

Post by SLGray Wed 21 May 2014 - 3:37

So you want to style how the avatar looks in the last post column?


speech bubble look on my forum phpBB3  Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: speech bubble look on my forum phpBB3

Post by Ange Tuteur Wed 21 May 2014 - 21:02

Hiya APE,

See how this looks :
Display > colors > CSS stylesheet
Code:
.lastpost-avatar {
    background:#EEE;
    border:1px solid #CCC;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    float:left;
    padding:4px;
    margin-right:10px;
    position:relative;
}

.lastpost-avatar:before {
    content:"";
    border-left:12px solid #CCC;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    display:block;
    position:absolute;
    right:-12px;
    top:14px;
}

.lastpost-avatar:after {
    content:"";
    border-left:10px solid #EEE;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    display:block;
    position:absolute;
    right:-10px;
    top:15px;
}

.lastpost-avatar img {
    height:38px;
    width:38px;
}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: speech bubble look on my forum phpBB3

Post by Ape Wed 21 May 2014 - 21:19

Ange Tuteur wrote:Hiya APE,

See how this looks :
Display > colors > CSS stylesheet
Code:
.lastpost-avatar {
    background:#EEE;
    border:1px solid #CCC;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    float:left;
    padding:4px;
    margin-right:10px;
    position:relative;
}

.lastpost-avatar:before {
    content:"";
    border-left:12px solid #CCC;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    display:block;
    position:absolute;
    right:-12px;
    top:14px;
}

.lastpost-avatar:after {
    content:"";
    border-left:10px solid #EEE;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    display:block;
    position:absolute;
    right:-10px;
    top:15px;
}

.lastpost-avatar img {
    height:38px;
    width:38px;
}
Wow that is so cool how about the post profile is that the same way ?
EDIT:
I did the same to my post profile box aswell but is there away to make the little bit that sticks out a little bigger and longer ?
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top


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