Developer forum

Forum » Templates » How to get hold of a extranet user image on a standard html-template?

How to get hold of a extranet user image on a standard html-template?

Morten S. Hvid
Reply
How to get hold of a extranet user image on a standard html-template?

There is no tag defined in <!--@DwTemplateTags--> - and I tried with:

<!--@Global:Extranet.Photo-->
<!--@Global:Extranet.Image-->

But with no luck...

FYI: There is no tag show in templates.dynamicweb.dk either...

Any idears?

/M
Skærmbillede_2011-12-06_kl._22.57.41.png

Replies

 
David Matheson
Reply
Hi,
The tags you have at page/design level are:
<!--@Global:Extranet.CustomerNumber-->
<!--@Global:Extranet.Name-->
<!--@Global:Extranet.UserName-->
<!--@Global:Extranet.Password-->
<!--@Global:Extranet.Address-->
<!--@Global:Extranet.Address2-->
<!--@Global:Extranet.City-->
<!--@Global:Extranet.Country-->
<!--@Global:Extranet.Zip-->
<!--@Global:Extranet.Company-->
<!--@Global:Extranet.Email-->
<!--@Global:Extranet.Phone-->
<!--@Global:Extranet.Groups-->
so you will need to attach a Intra-/extranet module to the page in order to show the Extranet User image using either
<!--@UserManagement:User.Image.Clean-->
<!--@UserManagement:User.Image-->
which are available when using Extranet extended (DW7)

Hope this helps.
David

 

You must be logged in to post in the forum