This is a great module, thanks for releasing it. I'm advertising it as a replacement to tokenize module on http://drupal.org/project/tokenize

I think it would be wonderful to have this for Drupal 6.x. Any plans to upgrade? It should be fairly easy.

Comments

lee20’s picture

To use this module with Drupal 6 you just need to add the following lines to your token_filter.info file:

dependencies[] = token
core = 6.x

If someone could branch this for D6 and make it easily available to others that would be great.

greggles’s picture

Status: Active » Needs review
StatusFileSize
new567 bytes

And a patch.

eojthebrave’s picture

Status: Needs review » Reviewed & tested by the community

Just tested out the above patch and it appears to be working as expected.

greggles’s picture

Thanks, eojthebrave!

pvhee’s picture

any update on this? This module provides much wanted functionality for the community, thanks!

pvhee’s picture

StatusFileSize
new1.88 KB
new459 bytes

I've patched the module for drupal 6. Apparently a space in the regex of line 25 made tokens not get replaced, and I changed the behavior of the module so you can use your own contexts for tokens (and not only user and global).

I am willing to co-maintain this module if the current maintainer is interested.

greggles’s picture

@pvhee nice work! If AsciiKewl doesn't respond in this thread, please follow http://drupal.org/node/251466 to become a comaintainer.

suit4’s picture

while the patches themselfs do not work from scratch, the content of them seems to work nice.

pvhee’s picture

StatusFileSize
new1.48 KB

For convenience I have uploaded a tar with the entire module (containing .info, .module and README.txt).

jaharmi’s picture

Any news on this becoming an official D6 release, even a development one? That would inspire more confidence than having to sort through the issue queue to get a working version. It looks like this module might be what I want, and potentially reduce my need for a D6 update to Copyright module (which itself appears to be languishing without a D6 port).

pvhee’s picture

Status: Reviewed & tested by the community » Fixed

A dev snapshot for Drupal 6 has been committed to CVS. I will make this stable very soon, but I want to include #356241: Filter Tips first.

Status: Fixed » Closed (fixed)

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