WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Poster name Empty Poster name Wed Jun 15, 2011 2:18 am

black beauty

black beauty
Registered Member
Registered Member
Hi how are you

i need a code css or template to enlarge the name of member in the viewtopic_body

because the names of the posters are small and if u could do a background for the name too

thx very much

2Poster name Empty Re: Poster name Wed Jun 15, 2011 2:27 am

Nera

Nera
Technician
Technician
Hi,

What is your forum verision?

3Poster name Empty Re: Poster name Wed Jun 15, 2011 2:57 am

Unknown Data

Unknown Data
Registered Member
Registered Member
I think it's either PunBB or phpBB2 because He's using templates, but posted them all to be sure.

PunBB:
Code:
.username a {
// Properties and values here
}
phpBB2:
Code:
.name strong a {
// Properties and values here
}
Invision:
Code:
.postprofile-details dt a {
// Properties and values here
}
phpBB3:
Code:
.postprofile dl dt strong a {
// Properties and values here
}

http://woops.dk

4Poster name Empty Re: Poster name Wed Jun 15, 2011 4:51 pm

black beauty

black beauty
Registered Member
Registered Member
oh i am sorry my versin php 2

5Poster name Empty Re: Poster name Wed Jun 15, 2011 4:53 pm

black beauty

black beauty
Registered Member
Registered Member
Unknown Data wrote:I think it's either PunBB or phpBB2 because He's using templates, but posted them all to be sure.

PunBB:
Code:
.username a {
// Properties and values here
}
phpBB2:
Code:
.name strong a {
// Properties and values here
}
Invision:
Code:
.postprofile-details dt a {
// Properties and values here
}
phpBB3:
Code:
.postprofile dl dt strong a {
// Properties and values here
}



oh thanks very much

but i use the css bit i dont know it didnt work

i think i need a template code

6Poster name Empty Re: Poster name Wed Jun 15, 2011 9:02 pm

Nera

Nera
Technician
Technician
It will work see http://i.imm.io/6tsw.png
Code:
.name a {
    font-size: 20px;
}

If you want templates, go to viewtopic_body template and it's this variable
Code:
{postrow.displayed.POSTER_NAME}

7Poster name Empty Re: Poster name Wed Jun 15, 2011 10:11 pm

black beauty

black beauty
Registered Member
Registered Member
oh thanks it works but if i want to put a background to the poster name

8Poster name Empty Re: Poster name Thu Jun 16, 2011 3:50 am

Nera

Nera
Technician
Technician
Only to the name?

Code:
.name a {
background-image: url('YOUR IMAGE LINK HERE');
}

9Poster name Empty Re: Poster name Thu Jun 16, 2011 3:57 am

black beauty

black beauty
Registered Member
Registered Member
i want the code in the topic just but topics list appears too

10Poster name Empty Re: Poster name Thu Jun 16, 2011 4:01 am

Nera

Nera
Technician
Technician
Find this in viewtopic_body
Code:
{postrow.displayed.POSTER_NAME}
Replace it with this.
Code:
<span class="ime">{postrow.displayed.POSTER_NAME}</span>
Than add this to CSS
Code:
.ime {
background-image: url('YOUR IMAGE LINK HERE');
}

11Poster name Empty Re: Poster name Thu Jun 16, 2011 9:26 pm

black beauty

black beauty
Registered Member
Registered Member
Thanks

12Poster name Empty Re: Poster name Thu Jun 16, 2011 10:28 pm

Nera

Nera
Technician
Technician
Solved => Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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