In my problem i have to store few variable as token like user name and user id and use these variable in email body. Here email body is customize in text area and saved as set variable. That is the reason i cant use token filter. <br>
I try to print <pre id="line200">[user-name] <br>[user-id]<br>[user-mail] <br>[site-url] <br>[site-name]<br>these global variable thew can&#39;t show appropriate result <br>i use this function to get these variable <br><span style="background-color: rgb(255, 255, 0);">print_r(token_get_list($types = &#39;all&#39;));</span><br>
</pre>  <br><br><div class="gmail_quote">On Thu, Jun 17, 2010 at 10:39 PM, Travis Carden <span dir="ltr">&lt;<a href="mailto:travis.carden@gmail.com">travis.carden@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<font face="verdana,sans-serif">You aren&#39;t just asking how to display a token in a node body, are you? Because if that&#39;s all you want, you can just use <a href="http://drupal.org/project/token_filter" target="_blank">Token Filter</a> module.<br>

<br></font><div><div></div><div class="h5"><br><div class="gmail_quote">On Thu, Jun 17, 2010 at 10:31 AM, Bhavin Joshi <span dir="ltr">&lt;<a href="mailto:bhavinjosi@joshics.in" target="_blank">bhavinjosi@joshics.in</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You can create your own token but you have to write a function or few<br>
lines of code to replace them with the original values.<br>
Like, you have to replace the values using t(&lt;string&gt;, array(tokens));<br>
I use the same technique in some of my contributed modules.<br>
<br>
Regards.<br>
<br>
2010/6/17 sidharth relhan &lt;<a href="mailto:sidhartharelhan@gmail.com" target="_blank">sidhartharelhan@gmail.com</a>&gt;<br>
<div><div></div><div>&gt;<br>
&gt; Hello!!<br>
&gt; I stuck with a problem in creating and using token.<br>
&gt; I think that it is create using function hook_token_value()<br>
&gt; and using token_replace() function it replace variable but how to use token in the body<br>
&gt; Example of creating token<br>
&gt;<br>
&gt; As in view they are called like [user].<br>
&gt; How to call them in the normal body if they are defined global.<br>
</div></div>&gt; _______________________________________________<br>
&gt; consulting mailing list<br>
&gt; <a href="mailto:consulting@drupal.org" target="_blank">consulting@drupal.org</a><br>
&gt; <a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
&gt;<br>
<br>
<br>
<br>
--<br>
Bhavin H. Joshi<br>
Mobile: +91 999 886 0979<br>
Skype: bhavinjoshi19<br>
google: <a href="mailto:bhavinjosi@joshics.in" target="_blank">bhavinjosi@joshics.in</a><br>
Web: <a href="http://joshics.in" target="_blank">http://joshics.in</a><br>
Get your tiny URL: <a href="http://ly2.in" target="_blank">http://ly2.in</a><br>
Portfolio: <a href="http://sites.google.com/site/bhavinhjoshi/portfolio" target="_blank">http://sites.google.com/site/bhavinhjoshi/portfolio</a><br>
_______________________________________________<br>
consulting mailing list<br>
<a href="mailto:consulting@drupal.org" target="_blank">consulting@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
</blockquote></div><br>
</div></div><br>_______________________________________________<br>
consulting mailing list<br>
<a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
<br></blockquote></div><br>