Using token insert 7.x-2.x-dev I did the following:
1. Checked "Replace Tokens" in php filter format
2. Enabled "Node" and "Date" tokens in admin/config/content/token_insert
3. Go to node/add/page
4. Switch input filter to PHP

I expected to see a fieldset with the available tokens, but there is not one there. I have run update.php and cleared cache for good measure, but the fieldset doesn't appear.

I can manually type in the tokens and it works correctly.

Comments

chrisrockwell’s picture

Component: User interface » Documentation
Category: support » bug
Status: Active » Needs review
StatusFileSize
new1.06 KB

The project page is not clear that you have to explicitly add the Token Insert capability on the field level in addition to configuring which tokens are to be available. I was led to believe that this would automatically add them to any text and textarea field if the permissions were correctly set. Digging through the code I was able to figure it out.

I have attached a patch for the README.txt, which I'm not used to writing but am trying to do more, that explains the steps I had to take this make this module work for me.

Hope it helps.

attiks’s picture

Status: Needs review » Fixed

Thanks, committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.