The tag cloud as well as the search has problems with compound words:
I have the tag "group" in my tag cloud an submit a new story with the tag "working group". Pligg creates a tag "working group" and displays the tag "group" bigger. A click on the tag "group" shows the stories with "group" and "working group" tags
Edit: I haven´t changed the separator, it´s still the colon (,)!
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| v9.5: Compound word tags Last edited by tbones; 07-04-2007 at 04:30 PM.. Reason: Defined tag separator |
| ||||
|
i haven't tried this, but does it make a difference if you submit the tag as: "working group" or "working+group"?
__________________ RunStream :: RSS feed creator | RSS Marketing Platform | TagBlast! ...and a Pligg site on deck! |
| |||
|
I canīt persuade my members to use "non-natural" characters like "+". Either I allow compound words or I forbid them. If last they would lose all their motivation to tag the stories.
|
| ||||
|
Understand tbones, ultimately its about the user experience since we're dealing with user driven content. I was just curious as to whether it worked or not since there might be a way to hack it so compound words have a "+" automatically added for them upon submission. Just a thought...
__________________ RunStream :: RSS feed creator | RSS Marketing Platform | TagBlast! ...and a Pligg site on deck! |
| |||
|
I´ve tested it: "working+group" has the same sideeffects as "working group". |
| |||
|
Has this been fixed with revision 1200? SourceForge.net Repository - [pligg] Revision 1200 |
| ||||
|
Yup, i "fixed" it. It's actually a quickfix, so not the best solution, but it works. the tag "hello world" searches for all stories with hello AND world, because $tag_url = "hello+world" the tag "hello-world" only searches for "hello world", so i replaced the + (plus) in the tags with - (minus). It works, but now you will see those minus signs in the title , breadcrumb and header. I fixed that in search.php (line 58) Code: $search->searchTerm = str_replace("-", " ", $search->searchTerm); // Steef 2k7-07 tag search fix
__________________ Like my work? Donations are welcome if you would like to support my work! Finger pliggin' good sites of mine: receptencocktail.nl / numarketing.nl / goboz.com |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pligg tags table performance | eben | General Help | 0 | 08-31-2008 06:37 PM |
| Tags not cloud in Pligg v9.9 | bhatiacane | Bug Report | 4 | 05-03-2008 02:16 AM |
| tags in rss importer | Alexei2014 | Bug Report | 1 | 10-15-2007 12:28 PM |
| Rss importer do not feed Tags | Alexei2014 | Modification Tutorials | 0 | 10-14-2007 06:06 PM |
| How to add del.icio.us tags to your Pligg in a native manner | abenamer | Bug Report | 10 | 06-01-2007 10:21 PM |




Linear Mode

