- Joined
- Jul 28, 2021
- Messages
- 39
- Points
- 93
Reputation:
soner submitted a new resource:
Skype, Twitter, etc. in the personal information section in XenForo. make it clickable - Skype, Twitter, etc. in the personal information section in XenForo. make it clickable
Read more about this resource...
Skype, Twitter, etc. in the personal information section in XenForo. make it clickable - Skype, Twitter, etc. in the personal information section in XenForo. make it clickable
View attachment 24993
for Skype
We go to Admin panel > Users > Custom user fields > Skype and enter the following in the Value display HTML section in the General options section:
Code:<a href="skype:{$value}" target="_blank">{$value}</a>
for twitter
We go to the Admin panel > Users > Custom user fields > Twitter and enter the following in the Value display HTML section in the General options section:
Code:<a rel="nofollow" href="https://twitter.com/{$value}"...
Read more about this resource...