Closed (fixed)
Project:
Token Filter
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2009 at 19:06 UTC
Updated:
18 May 2009 at 09:10 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | token_filter.tgz | 1.48 KB | pvhee |
| #6 | token_filter.info.patch | 459 bytes | pvhee |
| #6 | token_filter.module.patch | 1.88 KB | pvhee |
| #2 | token_filter-6x.patch | 567 bytes | greggles |
Comments
Comment #1
lee20 commentedTo 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.
Comment #2
gregglesAnd a patch.
Comment #3
eojthebraveJust tested out the above patch and it appears to be working as expected.
Comment #4
gregglesThanks, eojthebrave!
Comment #5
pvhee commentedany update on this? This module provides much wanted functionality for the community, thanks!
Comment #6
pvhee commentedI'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.
Comment #7
greggles@pvhee nice work! If AsciiKewl doesn't respond in this thread, please follow http://drupal.org/node/251466 to become a comaintainer.
Comment #8
suit4 commentedwhile the patches themselfs do not work from scratch, the content of them seems to work nice.
Comment #9
pvhee commentedFor convenience I have uploaded a tar with the entire module (containing .info, .module and README.txt).
Comment #10
jaharmi commentedAny 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).
Comment #11
pvhee commentedA 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.