Panic-Station / yii-taggable

Yii Behaviour to make any model taggable.
BSD 2-Clause "Simplified" License
10 stars 0 forks source link

Making Use of Yii Taggable #6

Open larry-tx opened 10 years ago

larry-tx commented 10 years ago

After our initial minor glitch, I've got your extension working. Many thanks for all your hard work!

Now, I'm trying to make use of it and hope you can provide some additional help. Tags, in my experience, have generally had two purposes:

Since, without such functionality, your extension wouldn't be of much use, I'm sure you've worked through both of those issues. For me to try to develop the functionality would certainly be a duplication of effort as well as being non-trivial (and a violation of the whole purpose of a framework which is to avoid coding as much as possible). In addition, all of the tag cloud extensions that I could find require a frequency column, something that your extension lacks. Could you share what you've developed in this regard?

If you could add some wiki pages to GitHub or some additional functionality to your extension, it would make it truly useful! Again, many thanks for all your efforts.

dpoltoratsky commented 10 years ago

Hi LarryTX,

Thanks again for great feedback!

I need some more time in order to answer you thoroughly, I did not forget about you =) just need some time...

larry-tx commented 10 years ago

Any idea whether you're going to do anything further with the extension. It would be helpful if you could, at least, at a count field to the model so that it could feed that to a tag cloud.