Adding another spot under avatar

death180

Seasoned Veteran
Joined
Jul 3, 2009
Messages
4,338
Reaction score
0
FP$
1,767
How would i add another line of text(and possible a link) underneath someones avatar.

Below the posts, and cash, and rep, and gender and all that. Skip a line, then add another line of text. What would i edit to get that?

They can't edit it, and it shows the same for everyone.
 
That is quite easy but depends on what theme your using, im assuming your using phpBB, so what's the theme's name?
 
Yes it could be done on those styles, but i can't because i don't know how. Hence, why i posted this.
 
Yeah i know. I think it will only vary on the templates(ex: subsilver/prosilver)
 
As for iceblue:

Find:

Code:
<!-- IF postrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</dd><!-- ENDIF --> 

Add after:

Code:
<dd><strong>Put text here</strong></dd>

Other styles may vary, the iceblue style is based off prosilver so this will work with most prosilver based styles. As for subsilver it's different.
 
What Nathan forgot to specify is that you must do these changes to viewtopic_body.html in the template folder 😛
 
Thanks that worked! This will probably work for you too darth, if you have any use for it.
 
Yep. worked for me. Sorry if i took the idea you had, but i am making it into a service on promotion Box
 
DirTek said:
What Nathan forgot to specify is that you must do these changes to viewtopic_body.html in the template folder 😛

Oh crap yes I did, thanks for that DirTek.

No problem, glad I could help.
 
Back
Top Bottom