Images in avatar gallery for 1 user

f199

Paragon
Joined
May 25, 2007
Messages
1,621
Reaction score
0
FP$
6
In phpbb3 I would like to know how to make each avatar in the avatar gallery only to be used by 1 user.
 
That is not possible and it would require a mod of some sort although there isn't one around that i know of.
 
I'd guess you could add an extra field to the avatars table, 'in_use' a simple boolean value, and amend the code in the gallery page to just show those which aren't in use
 
spyka said:
I'd guess you could add an extra field to the avatars table, 'in_use' a simple boolean value, and amend the code in the gallery page to just show those which aren't in use
Easier said then done... Most people don't have a clue.
 
Back
Top Bottom