When you have thousands of taxonomy terms, the Tags tab under the notifications UI simply runs out of memory. This patch creates a system setting to provide the option of limiting the display to the subscribed terms only. In other words, it makes the Tags tab of the UI to behave like "Author" or "Thread" tabs. Note that if you enable the setting, you will have to provide your users an alternative way to subscribe to taxonomy items, such as providing links like: notifications/subscribe/%user/taxonomy/tid/%tid . The link will bring up the standard subscription confirmation dialog.
| Comment | File | Size | Author |
|---|---|---|---|
| notifications_tags.module-6.x-1.0beta4-TagsFix.patch | 18.2 KB | mehmeta |
Comments
Comment #1
jose reyero commentedThe patch looks good -though it seems to replace the whole module-.
But the best way to go here, I think, would be to use autocomplete fields for tags.
Comment #2
mehmeta commentedSorry I accidentally posted the diff between the windows and unix encoded files. I'll post a proper patch again soon, that brings the same exact change with the addition of an autocomplete tags field you can use to subscribe to tags.
Comment #3
cardentey commentedSubscribed
Comment #4
jose reyero commentedAgree, this is a huge usability improvement so added it into the module, reusing part of the code.
Also there's now a subscription page which has autocomplete fields for this. Check notifications ui settings to enable it.
So I think this is mostly done.
Thanks for your patches.