Is there any way to present IP address with Tokens and if yes, how? I need this very bad :) Thanks in advance
You could create your own token using the documentation provided in the module's API.txt and the tokenSTARTER.module. Drupal also provides an ip_address() function for this.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
dave reidYou could create your own token using the documentation provided in the module's API.txt and the tokenSTARTER.module. Drupal also provides an ip_address() function for this.