Or better idea is to make contacts can be customized from ACP like managing ranks. So i can add new contact with it's photo same as ranks. Hope this is good idea
Thanks.
So why you add WhatsApp and Messenger and Yahoo? Why these only?
It's not possible all that i can do something like in the photo:DavidIQ wrote: Fri Jun 02, 2017 4:19 pmAlso custom profile fields have been possible since 3.0 and you can set them up as contact fields.
I search and found this: https://www.phpbb.com/community/viewtop ... &t=23270013Di wrote: Fri Jun 02, 2017 9:50 pm All you need is a more advanced profile fields extension, there is one, validated.
Have a look at phpbb dot com for it.
my_telegram
styles/<yourstyle>/theme/images
and name it EXACTLY THE SAME as the profile field you created, with -icon.png
; so in this example case, it would be my_telegram-icon.png
styles/<yourstyle>/theme/colours.css
(example using the name specified above; change if needed, but ONLY the name, and change it EXACTLY):
Code: Select all
.contact-icon.my_telegram-icon {
background-image: url("./images/my_telegram-icon.png");
background-position: 0 0;
}
I hope it was easy to deal with icons like ranks. Hope this to be done in the near future in next versions.hanakin wrote: Sun Jun 04, 2017 12:14 pm yes the icons are horrible to work with. The contact system needs a re-write eventually to allow for the front-end to completely control the icons.