|
Joomla Tags Support Forum :: General Question |
|
|
|
|
|
Subject :possibility to suppress certain keywords from related articles feature..
2009-12-27 14:14:46
|
|
|
| scotia |
|
| Intern |
 |
Joined: 2009-07-02 16:48:58
Posts: 9
Location: Sydney, Nova Scotia, Canada |
|
|
|
|
|
Subject :possibility to suppress certain keywords from related articles feature?
<p>Hi, quick question;</p>
<p> </p>
<p>I have allot of articles that utilize the same keyword, I use the related articles function, and find this really messes things up.</p>
<p>Example - allot of my articles have to do with the province Nova Scotia, and, of course nova scotia is in most of the articles so it makes sense to use this keyword.</p>
<p>However, since this keyword is in soooo many articles, this then messes the "show related articles by tags" function. (every article is then related!)</p>
<p>IS there any way to select a certain keyword to not be used for the related articles function?</p>
<p>this would assist me in insuring that related articles are more tuned to the actually content, rather than generally picking up all articles with the keyword "nova scotia" in them.</p>
<p>Does anyone have any advice on this? would you recommend either removing the "nova scotia" keyword from all articles? or might there be some kind of option in the future of this component to suppress certain keywords from related articles?</p>
<p>IF bulk removal of this keyphrase is my only option here, can anyone recommend an easy way to do this for over 500 articles? </p>
<p> </p>
<p>Thanks for any assistance!</p> |
IP Logged
|
|
Last Edited On: 2009-12-27 14:14:46 By scotia for the Reason |
|
|
|
|
|
|
Subject :Re:possibility to suppress certain keywords from related articles feat..
2009-12-28 21:19:54
|
|
|
| joomlatags |
|
| Master |
 |
Joined: 2009-02-15 12:36:41
Posts: 581
Location: |
|
|
|
|
|
Subject :Re:possibility to suppress certain keywords from related articles feature?
<p>Perhaps we can add the option to suppress the specail keywords in the related articles.</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:possibility to suppress certain keywords from related articles feat..
2009-12-29 08:22:35
|
|
|
| scotia |
|
| Intern |
 |
Joined: 2009-07-02 16:48:58
Posts: 9
Location: Sydney, Nova Scotia, Canada |
|
|
|
|
|
Subject :Re:possibility to suppress certain keywords from related articles feature?
<p>That would be much appreciated, looking forward to it</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:possibility to suppress certain keywords from related articles feat..
2010-01-25 16:46:37
|
|
|
| scotia |
|
| Intern |
 |
Joined: 2009-07-02 16:48:58
Posts: 9
Location: Sydney, Nova Scotia, Canada |
|
|
|
|
|
Subject :Re:possibility to suppress certain keywords from related articles feature?
<p>Any word on the ability to filter keywords/phrases at this point?</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:possibility to suppress certain keywords from related articles feat..
2010-03-05 02:55:18
|
|
|
| joomlatags |
|
| Master |
 |
Joined: 2009-02-15 12:36:41
Posts: 581
Location: |
|
|
|
|
|
Subject :Re:possibility to suppress certain keywords from related articles feature?
<p>
<div style="font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 76%; background-color: #ffffff; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 1.3em; color: #333333;">
<p>Sorry for no response for a long time.</p>
<p>In the last month, it is Chinese traditional new year.</p>
<p>Yes, we can filter certain keywords.</p>
<p>But my to-do-list becomes longer and longer, perhaps you can remove these tags first,</p>
<p>if all articles have the tag, tag will lose category meaning.</p>
<p>You can use the following two sql to remove the tag:</p>
<p>select id,name from jos_tag_term where name='toberemovedtagname'</p>
<p>Find the tag id, then</p>
<p>delete from jos_tag_term_content where tid=the-above-found-id</p>
</div>
</p> |
IP Logged
|
|
|
|
|