Major Feature #10490
Tagcloud
| Status: | Resolved | Start date: | 2010-10-28 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Georg Ringer | % Done: | 100% |
|
| Category: | Core | |||
| Target version: | 2.1.0 | |||
| TYPO3 Version: | 6.0 | Has patch: | No | |
| PHP Version: | Complexity: | |||
| Votes: | 1 (View) |
Description
create tagclouds. from where? should be tagpack used or the keywords or a seperate table with TCA suggest?
Associated revisions
[FEATURE] Simple Tag view
Display list of tags
Change-Id: Ia78e2a62d0e420464fe6d338c2e41f99a457b72a
Resolves: #10490
Reviewed-on: https://review.typo3.org/19112
Reviewed-by: Georg Ringer
Tested-by: Georg Ringer
History
Updated by Georg Ringer over 2 years ago
extension tagpack seems to be fine enough for that, maybe ship a configuration for it
Updated by Georg Ringer over 2 years ago
- Target version set to 2.0.0
Updated by Steffen Müller over 1 year ago
Have a look at vge_tagcloud which ships some nice algorithms to calculate element sizes. (e.g. logarithmic vs. linear proportions)
Updated by Georg Ringer 8 months ago
- Status changed from New to Rejected
- Patch is reviewed set to No
- Has patch set to No
- TYPO3 Version set to 6.0
won't be within the ext, so closing this for real
Updated by Matthias Krappitz 7 months ago
Hi, I just tried what is suggested in the comments here:
I have set up EXT:vge_tagcloud for EXT:news. My question is - how can I link to either the news list or the news search-results list view with a get-parameter containing the search word (= the title of the tag) and then triggering the search.
I tried with calling a page with a news search results plugin on it and appending tx_news_pi1[search][subject]=tag as get-parameter, but this did not work as the extbase controller complained about the missing hmac, what I fully understand. But how else can you actually do it?
I also tried appending tx_news_pi1[overwriteDemand][search]=tag to the url of a page containing a news list plugin. this also does not work as search is exepected to be an object of type Tx_News_Domain_Model_Dto_Search, which it of course not is.
Any hints?
Updated by Stefano Cecere 3 months ago
to show a tag you have to call a news list adding
&tx_news_pi1[overwriteDemand][tags]=$tag_uid
@George: are you sure you don't want to add a simple Tag list into basic News?
i've written one (a simple alpèhabetical list)
Updated by Georg Ringer 3 months ago
wanna create a new issue called "list of tags" and push the change?
Updated by Stefano Cecere 3 months ago
sure.. today i beta test, tomorrow i'll push into News trunk
Updated by Georg Ringer 3 months ago
hey, did you find some time for that? otherwise I will try to look into it
Updated by Stefano Cecere 3 months ago
Hi Georg
i have working tag list controller, with it's simple VIEW (USING &tx_news_pi1[overwriteDemand][tags]=$tag_uid for the links)
but since i had already made it within my extension, i haven't already integrated it into news
also because i didn't know if to add the taglistAction to News controller, or create a new TagController
then i discovered the difficulty of selecting just the tags used in the list contexts (storage pid, categories selection, etc)
and the thing started to become messy...
i don't have time in next 2 days to work on it, then i can help!
Updated by Georg Ringer 3 months ago
- Category set to Core
- Status changed from Rejected to Accepted
- Assignee set to Georg Ringer
- Target version changed from 2.0.0 to 2.2.0
reopened.
I will make some code
Updated by Gerrit Code Review 3 months ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19112
Updated by Gerrit Code Review 3 months ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19112
Updated by Georg Ringer 3 months ago
- Status changed from Under Review to Resolved
- Target version changed from 2.2.0 to 2.1.0
- % Done changed from 0 to 100