The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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! |
#2
|
|||
|
|||
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]} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|