Needs review
Project:
Auto Tagging
Version:
6.x-1.4-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Jan 2010 at 08:34 UTC
Updated:
5 Nov 2010 at 15:55 UTC
Jump to comment: Most recent file
hello
i defined a lot of words -> but they are not filtered properly.
alt
asset
align
alignnone
alive
border
class
height
hspace
img
left
right
src
title
width
for example are still rendered to tags ....
i'm associating TagThe.net data with vocabularies ...
does somebody knows something about this problem?
thanks momper
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | filter_stop_words.patch | 2.23 KB | muka |
Comments
Comment #1
momper commentedi'm using this together with the feedapi - but if i save a node manually i have the problem too ...
are there others with that problem too?
my keywords have german umlauts - should this be a problem? or upper and lower case?
Comment #2
momper commentedthis is the list - is there something wrong?
Comment #3
momper commentedis it possible that this variable isn't used?
Comment #4
IncrediblyKenzi commentedLooks like this isn't properly wired up. I'll try and submit a fix for it tomorrow.
Comment #5
muka commentedI've done some edit to the autotagging/autotagging.module using the current version
// $Id: autotagging.module,v 1.7 2009/07/24 17:38:20
Here is a patch to try, seems to work.
filter the whole $node->taxonomy['tags'], removing the phrases specified in the settings page of autotagging
Luca
Comment #6
momper commented@muka thanks a lot - my site is running for a long time now without this feature - whith the next update round i will test ...
Comment #7
momper commented+ is this module still maintained?
Comment #8
IncrediblyKenzi commentedYep, it's still being maintained, though not agressively. Taxonomy is changing in D7, so it will likely require some heavy rework.
Comment #9
momper commented@muka - thanks
@acstewart - would you release a new beta, if we do some enhancements?