![]() |
how do I show an md5 encrypted email address in the templates?
The subject says it all. I know I can show a plain text email by just using $bbuserinfo[email]
How can I get this to be md5 encrypted? Would I have to use js? I've have no clue about js so any ideas? Thanks! |
An untested idea via PHP...
Set a line of code using the global_start hook: Code:
$vbulletin->userinfo['md5_email'] = md5($vbulletin->userinfo['email']); Code:
$bbuserinfo[md5_email] or {$vbulletin->userinfo[md5_email]} |
All times are GMT. The time now is 06:54 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|