Drupal-7 how to use token in block body

By default block body does not support Drupal token. To parse token in block body you need to install Token filter. Following are the steps to install and configure Token filter module: 1) download Token filter module and place in "site/all/default" folder. 2) Go to admin-> module and search for "Token filter". Select "Token filter" and click "Save Configuration" to activate the module. [caption id="attachment_901" align="alignnone" width="300"]Token filter Activation Token filter Activation[/caption] 3) Now go to Configuration -> Content Authoring -> Text formats. You will see the list of all format available on this page, click on configure (in operation column) of "Full HTML" and enable "Replace tokens". click "Save Configuration" button. [caption id="attachment_903" align="alignnone" width="300"]Token filter Full HTML Token filter Full HTML[/caption] 4) Now open the Admin -> Structure -> block and open any block and place token in body and select text format as "Full HTML" and save it. Now you will experience tokens are getting parse. [caption id="attachment_902" align="alignnone" width="300"]Token filter block body Token filter block body[/caption] You can see a list of token here : https://www.drupal.org/node/390482 [si-contact-form form='1']



Your feedbacks are most welcome..