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.

abt posts boxes & avatar border

5 posters

Go down

Solved abt posts boxes & avatar border

Post by Hasan123 Sat Sep 11 2010, 13:37

i want to create default avatar border for avatar
&

i want to create background box for last posts of every forum?
see the images....

abt posts boxes & avatar border 911201034648pm

abt posts boxes & avatar border 911201033231pm


Last edited by Hasan123 on Mon Sep 13 2010, 15:00; edited 2 times in total
Hasan123
Hasan123
Forumember

Male Posts : 102
Reputation : 0
Language : Tamil, english
Location : Tamil nadu, india

http://islamintamil.forumakers.com/

Back to top Go down

Solved Re: abt posts boxes & avatar border

Post by Hasan123 Sun Sep 12 2010, 11:27

y no reply Crying or Very sad
Hasan123
Hasan123
Forumember

Male Posts : 102
Reputation : 0
Language : Tamil, english
Location : Tamil nadu, india

http://islamintamil.forumakers.com/

Back to top Go down

Solved Re: abt posts boxes & avatar border

Post by Hasan123 Mon Sep 13 2010, 14:16

still no reply........ Crying or Very sad
Hasan123
Hasan123
Forumember

Male Posts : 102
Reputation : 0
Language : Tamil, english
Location : Tamil nadu, india

http://islamintamil.forumakers.com/

Back to top Go down

Solved Re: abt posts boxes & avatar border

Post by !PU! Mon Sep 13 2010, 14:19

where is images dear hasan ????

images show nahi ho raha dear hasan???
!PU!
!PU!
Forumember

Posts : 64
Reputation : 21
Language : english

http://www.presmurdu.com

Back to top Go down

Solved Re: abt posts boxes & avatar border

Post by Hasan123 Mon Sep 13 2010, 14:52

!PU! wrote:where is images dear hasan ????

images show nahi ho raha dear hasan???

thanks 4 the info
Hasan123
Hasan123
Forumember

Male Posts : 102
Reputation : 0
Language : Tamil, english
Location : Tamil nadu, india

http://islamintamil.forumakers.com/

Back to top Go down

Solved Re: abt posts boxes & avatar border

Post by Guest Mon Sep 13 2010, 15:03

i can see the images Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: abt posts boxes & avatar border

Post by Hasan123 Mon Sep 13 2010, 15:09

Gangstar15 wrote:i can see the images Smile

thn ans me... Crying or Very sad
Hasan123
Hasan123
Forumember

Male Posts : 102
Reputation : 0
Language : Tamil, english
Location : Tamil nadu, india

http://islamintamil.forumakers.com/

Back to top Go down

Solved Re: abt posts boxes & avatar border

Post by Guest Mon Sep 13 2010, 15:12

I tried to find the code for the avatar border but couldn't :/. and the second i tried but it do all the forum, not only the right one, i think this is not possible in phpbb3 :/. i have it for phpbb2, lets wait for someone else Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: abt posts boxes & avatar border

Post by Adam360 Tue Sep 14 2010, 01:37

Gangstar, tell me how to do it as i'm on phpbb2 w00t =]

Send in Pm if a mod requests so.
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

Solved Re: abt posts boxes & avatar border

Post by Guest Tue Sep 14 2010, 10:35

I will, later xD im in school now >(
avatar
Guest
Guest


Back to top Go down

Solved Re: abt posts boxes & avatar border

Post by Hasan123 Wed Oct 06 2010, 12:44

still no one reply?
Hasan123
Hasan123
Forumember

Male Posts : 102
Reputation : 0
Language : Tamil, english
Location : Tamil nadu, india

http://islamintamil.forumakers.com/

Back to top Go down

Solved Re: abt posts boxes & avatar border

Post by ankillien Wed Oct 06 2010, 14:18

Hello,

I don't think border around avatar is possible but you can get box around the last post.

Please navigate to Admin CP > Display > Colors > CSS
Add this code there and submit...

Code:
.forums dd.lastpost {
border: 1px solid #333;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0 0 5px #333;
-moz-box-shadow: 0 0 5px #333;
-webkit-box-shadow: 0 0 5px #333;
}
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: abt posts boxes & avatar border

Post by Maki1 Wed Oct 06 2010, 15:17

Also if you want a code for the border around on your profile witch looks like this => http://albforum.forumotion.net/test-forum-f4/testing-poll-t24.htm see my profile Wink
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Solved Re: abt posts boxes & avatar border

Post by Hasan123 Wed Oct 06 2010, 19:16

ankillien wrote:Hello,

I don't think border around avatar is possible but you can get box around the last post.

Please navigate to Admin CP > Display > Colors > CSS
Add this code there and submit...

Code:
.forums dd.lastpost {
border: 1px solid #333;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0 0 5px #333;
-moz-box-shadow: 0 0 5px #333;
-webkit-box-shadow: 0 0 5px #333;
}

Thank u so much for ur help...... Very Happy
Hasan123
Hasan123
Forumember

Male Posts : 102
Reputation : 0
Language : Tamil, english
Location : Tamil nadu, india

http://islamintamil.forumakers.com/

Back to top Go down

Solved Re: abt posts boxes & avatar border

Post by Hasan123 Wed Oct 06 2010, 19:21

Maki1 wrote:Also if you want a code for the border around on your profile witch looks like this => http://albforum.forumotion.net/test-forum-f4/testing-poll-t24.htm see my profile Wink

no brother i already had that code anyway thank u for ur care... Smile
Hasan123
Hasan123
Forumember

Male Posts : 102
Reputation : 0
Language : Tamil, english
Location : Tamil nadu, india

http://islamintamil.forumakers.com/

Back to top Go down

Solved Re: abt posts boxes & avatar border

Post by ankillien Wed Oct 06 2010, 19:51

Glad I could help Very Happy

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