hey hey,
thanks for your support, its very cool seeing the progress of the plugin through the forums.
Im using your user plugin for an upcoming class registration system.
I can get the info I need using this embeded template, but not when I try to pass the variable “my_teach” to the username filter.
so if I specify it with a string of the teacher name, it works. but passing of the variable gives me nothing
Class template
{exp:weblog:entries weblog="classes"}
<h2>{title}</h2>
<p>{teacher}</p>
<p>
{embed="classes/teacher" my_teach="{teacher}"}
</p>
{/exp:weblog:entries}
teacher embed template
{exp:user:stats username="{embed:my_teach}" member_only="no" dynamic="off"}
The id inside = {member_id} :
The email = {email} :
{/exp:user:stats}
Is there anything I may be overlooking? or some setting I forgot to set?
