View Issue Details

IDProjectCategoryView StatusLast Update
0001164OXID eShop (all versions)1.06. Search, Tagspublic2012-12-07 14:42
Reporterlars_sobanski Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionno change required 
Product Version4.1.4 revision 21266 
Summary0001164: tags have all the same size and no class >> can´t be styled
DescriptionTags have all the same (small) size. Tags have no "size-class" with which they could be designed.

http://demoshop.oxid-esales.com/professional-edition/#tags
http://demoshop.oxid-esales.com/professional-edition/stichworte/
Additional InformationI think css selectors like that would be usefull:
class="tagitem size1"
class="tagitem size2"
...
class="tagitem size6"
from 1 to 6 like html headlines, <h1> to <h6>

This is the full current renderd html output of a tag element:
http://demoshop.oxid-esales.com/professional-edition/tag/design/

A title should be applied and empty style attribute removed.
Here my proposal:
/professional-edition/tag/design/

[URI]

Somthing for inspriration in tag-clouds:
http://www.smashingmagazine.com/2007/11/07/tag-clouds-gallery-examples-and-good-practices/

(screengrabbing plugin kills box title, in browser everthing is ok)
TagsTags
Attached Files
text-with-tags.txt (813 bytes)   
I think css selectors like that would be usefull:
class="tagitem size1"
class="tagitem size2"
...
class="tagitem size6"
from 1 to 6 like html headlines, <h1> to <h6>

This is the full current renderd html output of a tag element:
<a href="http://demoshop.oxid-esales.com/professional-edition/tag/design/" class="tagitem_" style="">design</a>

A title should be applied and empty style attribute removed.
Here my proposal:
<a href="/professional-edition/tag/design/" class="tagitem size3" title="Tag: design (9 Items)">design</a>

<a href="[URI]" class="tagitem [SIZE-CLASS]" title="['TAG']: [TAGNAME]([TAG-AMOUNT] [MULTI-LANG-TEXT])" rel="section">[TAGNAME]</a>

Somthing for inspriration in tag-clouds:
http://www.smashingmagazine.com/2007/11/07/tag-clouds-gallery-examples-and-good-practices/
text-with-tags.txt (813 bytes)   
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Relationships

related to 0001000 resolvedrimvydas_paskevicius Tag cloud can't be styled via oxid.css 
related to 0001181 resolvedarvydas_vapsva All tags are the same size 

Activities

philipp_grashoff

2009-08-04 16:00

reporter   ~0001356

Seems work on Bug 0001000 wasnt finished: all tags have a class "tagitem_", but there is no number/size after the underscore.

lars_sobanski

2009-08-04 16:43

reporter   ~0001357

my html got killed... tray again with spaces
###
I think css selectors like that would be usefull:
class = " tagitem size1 "
class = " tagitem size2 "
...
class = " tagitem size6 "
from 1 to 6 like html headlines, < h1 > to < h6 >

This is the full current renderd html output of a tag element:
< a href = " http://demoshop.oxid-esales.com/professional-edition/tag/design/ " class = " tagitem_ " style = " " > design < / a >

A title should be applied and empty style attribute removed.
Here my proposal:
< a href = " /professional-edition/tag/design/ " class = " tagitem size3 " title = " Tag: design (9 Items)" > design < / a >

< a href = " [ URI ] " class = " tagitem [ SIZE-CLASS ] " title = " [ ' TAG ' ]: [ TAGNAME ]( [ TAG-AMOUNT ] [ MULTI-LANG-TEXT ] ) " rel = " section " >[ TAGNAME ]< / a >

Somthing for inspriration in tag-clouds:
http://www.smashingmagazine.com/2007/11/07/tag-clouds-gallery-examples-and-good-practices/

lars_sobanski

2009-08-04 17:06

reporter   ~0001358

don´t work with html here in inputfields.
Put my proposal in text-with-tags.txt

dainius.bigelis

2009-08-07 09:03

reporter   ~0001382

Thank you for your note. But this is more a feature request - so it was moved to customers whishlist and will be considered later.
And here the entry is closed.