Joomla tags

a real free joomla tag system

  • Increase font size
  • Default font size
  • Decrease font size
 Joomla Tags Support Forum
Welcome Guest   [Register]  [Login]
 Subject :Show as list instead of cloud.. 2009-12-15 19:07:32 
wardjame
Intern
Joined: 2009-11-23 18:09:05
Posts: 5
Location

I would like an option to show tags as a list instead of as a size weighted tag cloud.  This would be a helpful option for the All Tags menu view and for each of the modules.  In my case I particularly want to list the top 10 tags used on the site as a list using the mod_mostPopularTags module.

It would be an added bonus if the All Tags list view could include an article count with each tag similar to the category/article count displayed in the section or category list view respectively.

IP Logged
 Subject :Re:Show as list instead of cloud.. 2009-12-16 03:55:43 
nadam
Enthusiast
Joined: 2009-07-21 21:29:40
Posts: 11
Location: Hungary
 

overwrite the module's template file:

<?php if(isset($list)&&!empty($list)) : ?>
<ul class="tags">
<?php    foreach ($list as $item) : ?>
<li>
<a href="/<?php echo $item->link; ?>" rel="tag" >
<?php echo $item->name; ?>
</a>
</li>
<?php endforeach; ?>
</ul>
<?php endif; ?>

IP Logged
 Subject :Re:Show as list instead of cloud.. 2009-12-17 11:59:26 
wardjame
Intern
Joined: 2009-11-23 18:09:05
Posts: 5
Location

I made a module to handle this instead since there was a lot of unnecessary code being run for the css sizes.  In a future version I would like to tweak it to allow a user to select between ul ol p and br format.  For now it just uses an ul.  You can see it in action at http://www.whadvocacy.com



Attachments
 mod_listPopularTags.zip [3 KB] :: Show most popular tags in an list format
IP Logged
Last Edited On: 2009-12-17 11:59:26 By wardjame for the Reason uploaded attached file
 Subject :Re:Show as list instead of cloud.. 2009-12-28 21:27:22 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 581
Location

Perhaps we can add an option to show as list or cloud in the feature.

IP Logged
Page # 


Powered by ccBoard


Newsletter

Please subscribe to our newsletter to stay up-to-date with the latest news and release notifications delivered to your inbox.
Tags for Joomla



Joomla Plugin:ReadMoreExt