Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Tag Cloud 0.3

  1. #1
    Former lead dev Nick's Avatar
    Join Date
    Jun 2009
    Location
    Kakamigahara, Japan
    Posts
    2,869
    Blog Entries
    88
    Thanks
    481
    Thanked 806 Times in 526 Posts

    Default Tag Cloud 0.3

    Tag Cloud
    Version: 0.3
    Author: Nick Ramsay
    Created: 2009/11/28
    Last Updated:
    2010/06/05
    Tested on: Hotaru 1.3.0
    Plugins Required: None
    Plug & Play: Yes
    Supported: Yes

    Description
    With this plugin you can view a tag cloud and put a tag cloud widget in your sidebar.

    Instructions
    1. Upload the "tag_cloud" folder to your plugins folder.
    2. Install it from Plugin Management in Admin.
    3. Edit the tag cloud settings in Admin -> Tag Cloud
    4. There are CSS and language files in the plugin folder that you can customize if you want to.

    Usage
    How to access the tag cloud page:
    * Friendly urls OFF: /index.php?page=tag-cloud
    * Friendly urls ON: /tag-cloud/

    Revision History
    v.0.3 2010/06/05 - shibuya246 - Reworked SQL query for making tag cloud to use less memory
    v.0.2 2010/05/27 - Nick - Removed requirement for Submit and Tags plugins to be installed
    v.0.1 2010/01/01 - Nick - Released first version

    Please click "Rate Thread" and give this plugin a rating. Thank you.

    Attached Thumbnails Attached Thumbnails tag_cloud.png  
    Attached Files Attached Files
    Last edited by carlo75; 02-06-2010 at 12:42 PM.

  2. Thanked by:


  3. #2
    Junior Member
    Join Date
    May 2010
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi Nick

    How can I get 2 colours for the tags as in the screenshot in your post ? I am seeing only one colour on the tags in my site.

  4. #3
    Former lead dev Nick's Avatar
    Join Date
    Jun 2009
    Location
    Kakamigahara, Japan
    Posts
    2,869
    Blog Entries
    88
    Thanks
    481
    Thanked 806 Times in 526 Posts

    Default

    Not sure about that screenshot, it's probably something to do with "visited" links. The default colors for the tag cloud are gray scale. You can copy the tag_cloud.css file into your theme's css folder and edit them however you like.

  5. #4
    Donor
    Join Date
    Jun 2010
    Posts
    49
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default

    i don't see this as a problem as such but i don't remember what i did before to make this work, but when i click on my tag cloud keywords, it doesnt display any until i press on the upcoming, latest or all tabs...how can i make these mandatory so when users press on a keyword it shows them maybe them all?

  6. #5
    Former lead dev Nick's Avatar
    Join Date
    Jun 2009
    Location
    Kakamigahara, Japan
    Posts
    2,869
    Blog Entries
    88
    Thanks
    481
    Thanked 806 Times in 526 Posts

    Default

    Quote Originally Posted by norby500 View Post
    how can i make these mandatory so when users press on a keyword it shows them maybe them all?
    It's a hack, but in tag_cloud.php, change line 122:

    PHP Code:
    echo "<a href='" $h->url(array('tag' => $tag['link_word'])) . "' "
    to

    PHP Code:
    echo "<a href='" $h->url(array('page' => 'all''tag' => $tag['link_word'])) . "' "

  7. #6
    Donor
    Join Date
    Jun 2010
    Posts
    49
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default

    worked perfect, thanks

  8. #7
    Junior Member
    Join Date
    Jun 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hi Nick, I have upgraded my site to version 1.4 but when I search one tag --> result always is null.
    Could you check it for me http://vtheme.info

    thanks

  9. #8
    Former lead dev Nick's Avatar
    Join Date
    Jun 2009
    Location
    Kakamigahara, Japan
    Posts
    2,869
    Blog Entries
    88
    Thanks
    481
    Thanked 806 Times in 526 Posts

    Default

    Quote Originally Posted by saosangmo View Post
    hi Nick, I have upgraded my site to version 1.4 but when I search one tag --> result always is null.
    Click a tag, then click "Sort & Filter" and choose "Latest" or "All".

  10. #9
    Junior Member
    Join Date
    Jun 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank Nick so much.
    It works and now i know what to do with your guide at #5 post.
    -saosangmo

  11. #10
    Donor Kyan's Avatar
    Join Date
    May 2010
    Location
    N/A
    Posts
    36
    Thanks
    35
    Thanked 25 Times in 5 Posts

    Default

    The widget side of this is working great for me, but the tag cloud page itself is making all the tags .tag_group0.

    When I originally implemented it, it worked. Well, I checked the tag page and it was fine. Then when I edited the css to change some colours in the widget groups, the tag cloud page started making them all .tag_group0. I deleted and reinstalled, but that didn't fix it. I can't think of anything else I could have done. I'm not using friendly urls, but I doubt that has anything to do with it.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •