Results 1 to 2 of 2

Thread: Mod Tags Color

  1. #1
    Member clems365's Avatar
    Joined
    May 2007
    Posts
    56
    Thanks
    Received:0
    Given: 0

    Mod Tags Color

    hi all

    a little addon to give some colors in your tags:

    In templates>YOUR_TEMPLATE>tag_cloud_center.tpl

    Code:
    <div style="margin: 10px 0 20px 0; line-height: {$tags_max_pts}pt; margin-left: 10px;">
    	{section name=customer loop=$tag_number}
    		<span style="font-size: {$tag_size[customer]}pt"><a href="{$tag_url[customer]}">{$tag_name[customer]}</a></span>&nbsp;&nbsp;
    	{/section}
    </div>
    to

    Code:
    <div style="margin: 10px 0 20px 0; line-height: {$tags_max_pts}pt; margin-left: 10px;">
    	{section name=customer loop=$tag_number}
    {if ($tag_size[customer] < 9) }
    <span style="font-size: {$tag_size[customer]}pt"><a href="{$tag_url[customer]}"><font color="blue">{$tag_name[customer]}</font></a></span>&nbsp;&nbsp;
    {/if}
    {if ($tag_size[customer] > 9) and ( $tag_size[customer] < 12)}
    <span style="font-size: {$tag_size[customer]}pt"><a href="{$tag_url[customer]}"><font color="red">{$tag_name[customer]}</font></a></span>&nbsp;&nbsp;
    {/if}
    {if ($tag_size[customer] > 12) and ( $tag_size[customer] < 16)}
    <span style="font-size: {$tag_size[customer]}pt"><a href="{$tag_url[customer]}"><font color="green">{$tag_name[customer]}</font></a></span>&nbsp;&nbsp;
    {/if}
    {if ( $tag_size[customer] > 16) }
    <span style="font-size: {$tag_size[customer]}pt"><a href="{$tag_url[customer]}"><font color="gray">{$tag_name[customer]}</font></a></span>&nbsp;&nbsp;
    {/if}
    {/section}
    </div>

    In sidebar tags

    Code:
    {* --- to change the way the words are displayed, change this part --- *}
    			<span style="font-size: {$tag_size[customer]}pt"> <a href="{$tag_url[customer]}">{$tag_name[customer]}</a> </span>
    		{* ---		--- *}
    to

    Code:
    {* --- to change the way the words are displayed, change this part --- *}
    {if ($tag_size[customer] < 10) }
    
    <span style="font-size: {$tag_size[customer]}pt"><a href="{$tag_url[customer]}"><font color="blue">{$tag_name[customer]}</font></a></span>&nbsp;&nbsp;
    {/if}
    
    
    {if ($tag_size[customer] > 10) and ( $tag_size[customer] < 11)}
    
    <span style="font-size: {$tag_size[customer]}pt"><a href="{$tag_url[customer]}"><font color="red">{$tag_name[customer]}</font></a></span>&nbsp;&nbsp;
    {/if}
    
    
    {if ($tag_size[customer] > 11) and ( $tag_size[customer] < 12)}
    
    <span style="font-size: {$tag_size[customer]}pt"><a href="{$tag_url[customer]}"><font color="green">{$tag_name[customer]}</font></a></span>&nbsp;&nbsp;
    {/if}
    
    {if ( $tag_size[customer] > 12) }
    
    <span style="font-size: {$tag_size[customer]}pt"><a href="{$tag_url[customer]}"><font color="gray">{$tag_name[customer]}</font></a></span>&nbsp;&nbsp;
    
    
    
    {/if}
    		{* ---		--- *}
    Can see this mod in Wikeo / En Portada and Wikeo / Nube de Etiquetas

    Best regards
    Clems

  2. #2
    New Pligger proppd's Avatar
    Joined
    Oct 2007
    Posts
    6
    Thanks
    Received:0
    Given: 0
    Nice work but it's probably better to create a few CSS styles and use those as classes rather than using the <font color="red"> HTML tag which I believe is deprecated.

Similar Threads

  1. change background color + category color (specific areas)
    By spirrsguy in forum Questions & Comments
    Replies: 4
    Last Post: 10-29-2011, 11:59 AM
  2. Color
    By Geoserv in forum Questions & Comments
    Replies: 1
    Last Post: 01-19-2008, 01:09 PM
  3. tags color
    By clems365 in forum Questions & Comments
    Replies: 2
    Last Post: 10-24-2007, 08:25 AM
  4. ¿Color Tags Cloud?
    By eft0 in forum Questions & Comments
    Replies: 2
    Last Post: 08-09-2007, 05:05 PM
  5. categories color pb
    By ddayn in forum Questions & Comments
    Replies: 1
    Last Post: 02-23-2007, 09:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Pligg Modules and Pligg Templates from Pligg Pro Web Hosting Services by Midphase Dreamhost Web Hosting Donate to Pligg