Hash tag and post type substitution support
cafuego - April 17, 2009 - 03:29
| Project: | |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | needs review |
| Issue tags: | tags |
Description
I added support for !terms and !type substitution to the module.
!terms inserts a list of associated taxonomy terms, whilst !type is the human readable node type.
The patch is attached, it applies cleanly to 2.3 and 2.x-dev.
| Attachment | Size |
|---|---|
| twitter-terms-type.patch | 1.96 KB |

#1
Updated patch to ensure taxonomy terms exist *before* the node is saved.
#2
Shouldn't that be
$taxonomy_array[] = preg.replace('/\s/',"","#{$term->name}");to handle multi word terms?
Otherwise great patch.
#3
Um... yes? :-)
#4
waiting for release!
subscribe
#5
May be better way - integrating with token?
#6