Adding more fields to the profile, viewtopic, phpBB

Zaborg

Web Designer
Joined
Jul 3, 2010
Messages
2,713
Reaction score
2
FP$
5,146
Hello again....

I want to know how to add more fields under the avatar (if you know what I mean). Like:
Topics:
Joining date: (Once I removed the code and can't get it back now...)
Gender:
Age:
.....etc

Is there any .MOD for this? If yes, please share it with us 😀

Thanks again!

(Admins/Moderators: if I make too many topics, please warn me via PM, thanks)
 
Zaborg said:
Hello again....

I want to know how to add more fields under the avatar (if you know what I mean). Like:
Topics:
Joining date: (Once I removed the code and can't get it back now...)
Gender:
Age:
.....etc

Is there any .MOD for this? If yes, please share it with us 😀

Thanks again!

(Admins/Moderators: if I make too many topics, please warn me via PM, thanks)

Topics is a mod: http://thehazey.co.uk/modsdb.php?mode=moddetail&m=17
Gender is a mod: http://thehazey.co.uk/modsdb.php?mode=moddetail&m=9
to add age to view topic paste this code where every you want to show it in viewtopic:
Code:
		<!-- IF postrow.POSTER_AGE --><dd><strong>{L_AGE}:</strong> {postrow.POSTER_AGE}</dd><!-- ENDIF -->

to re add join date:
Code:
		<!-- IF postrow.POSTER_JOINED --><dd><strong>{L_JOINED}:</strong> {postrow.POSTER_JOINED}</dd><!-- ENDIF -->
 
At first I thought you are.. kinda rude and not a helpful person...Looks like I was wrong 😀
But remember when I asked how to change that online/offline image? I think you answered and wanted to help... (I may be wrong on this).
I still need help with that.. (Wanted to add that green/red dot-like things. I will create squeres actually 😀)
 
Why did you think i was rude may I ask and never replied to online/offline.

Online is a simple replace of your current imageset, for offline you will need to add some code to the css files, will dig them out later, if i forget remind me as i dont always visit here.
 
I have to add the code again because I deleted it...It was so messed up and then I just deleted it...

And I remember, you wanted to help me to change these default buttons...Is that true?

Thanks for helping, I'll be visiting your site often to 'pay' for your help 😀
 
Back
Top Bottom