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

Hybrid View

  1. #1

    Default ZenTagCloud Beta [support]

    ZenTagCloud Beta Available Today

    I’m pleased to announce that ZenTagCloud Beta (v0.2) is now available for trailing.
    Current Features Include:
    • Category tag link to you Zen Cart category pages.
    • Product meta keyword tags link to a search for the tag in question.
    • Displays tags from product meta keywords.
    • Displays tag sizes with either random weights OR custom weights OR proportional to the number of times the tag appears.
    • Uses CSS for formatting.
    This is my first Open Source project so I appreciate your feedback and suggestions.
    Available Here


    NOTE: This thread is not the support thread. Please see the link above.
    -- -- -- -- -- -- -- -- -- --
    TRAVEL PHOTOGRAPHY, THAT DOESN'T COST THE EARTH!
    -- -- -- -- -- -- -- -- -- --
    Online Photo Showcase :: http://lightfootphotos.com
    Blog :: http://madteckhead.com

  2. #2
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: ZenTagCloud Beta Available Today

    Looks interesting. Althought, 2 things I noticed:

    1 - The template CSS override file shows up as binary rather than text mode. This could create complications.

    2 - Are there any screenshots ?


  3. #3
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: ZenTagCloud Beta Available Today

    Please add your contribution to the Downloads section. Thanks.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  4. #4

    Default Re: ZenTagCloud Beta Available Today

    Hi Ken & TheOracle,

    Thanks for your interest. Sorry for the delay, but you can now find a screen shot of the tag cloud along with a link to the live site where it is implemented (if somewhat roughly) on my beautiful web log.

    TheOracle, I was a little lost about your CSS comment. When I view the css file all seem like text. Could you please elaborate.

    I would love to hear some suggestions for further developments to assist me in setting priorities.

    Cheers,

    Nathan
    -- -- -- -- -- -- -- -- -- --
    TRAVEL PHOTOGRAPHY, THAT DOESN'T COST THE EARTH!
    -- -- -- -- -- -- -- -- -- --
    Online Photo Showcase :: http://lightfootphotos.com
    Blog :: http://madteckhead.com

  5. #5
    Join Date
    Jun 2007
    Location
    Zurich, Switzerland
    Posts
    23
    Plugin Contributions
    0

    Default Re: ZenTagCloud Beta Available Today

    Hi Nathan,

    I have been fooling around with your tag cloud addition to Zen-Cart and have some recommendations for the HTML/CSS output:

    --- zentagcloud.php ---
    1. I'd get rid of the   entities on line 156 and add padding to the elements via CSS instead
    2. For some unknown reason I get an empty link right at the beginning. I inserted a quick fix to prevent this from happening on line 154:
      PHP Code:
      if ($returnType == "html" $value['tag'] != ""
    3. As the Wikipedia definition says, a Tag Cloud is a weighted list. So I recommend using the HTML unordered-list element for output on lines 156 & 159.


    The changes I described are included in the attachment as an example, feel free to use them if you want.

    Thank you for the funky contribution! Nicolas
    Attached Files Attached Files

  6. #6
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: ZenTagCloud Beta Available Today

    Nice mod, I don't think I'll use it tho. BTW, your site was extremely slow for me, you may want to fix that.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #7
    Join Date
    Aug 2008
    Posts
    340
    Plugin Contributions
    0

    Default Re: ZenTagCloud Beta Available

    Hy everyone
    I've uploaded the includes folder, as fare no problems . But ten I
    "Copy the code from 'ztc_pagecode.php' to one of the Defined Pages using: Tools -> Defined Pages Editor -> page_4.php"

    Since then , my site went ofline

    my site: www.afro-masks.com

    Maybe I also overrided the tpl_index_default.php page

    How can I restore these?

    thx in advance

  8. #8
    Join Date
    Aug 2008
    Posts
    340
    Plugin Contributions
    0

    Default Re: ZenTagCloud Beta Available

    my admin login also tells me:

    Warning: error_log(/home/a8033afr/public_html/cache/page_parse_time.log) [function.error-log]: failed to open stream: No such file or directory in /home/a8033afr/public_html/admin/includes/classes/logger.php on line 60
    Parse Time: 0.718s

    my site: www.afro-masks.com

  9. #9
    Join Date
    Aug 2008
    Posts
    340
    Plugin Contributions
    0

    Default Re: ZenTagCloud Beta Available

    Sorry my last post didn't had anything to do with zentagcloud, but thispost does.
    I get a blank page and this is the error the error debug utility says:
    [18-Aug-2009 01:14:01] PHP Parse error: syntax error, unexpected T_CLASS in /home/a8033afr/public_html/includes/classes/zentagcloud.php on line 10

    My problem is, there is nothing on line 10 :-(




    <?php
    /*
    @ZenWordCloud
    Author:
    - Nathan Keilar (www.madteckhead.com)

    Version 0.1;

    The is the project page for the ZenTagCloud. Its in development right now, its open source and I'd love input / contributions.
    LINE 10 GOES HERE....????????????????????????
    Note: the current version is not recommended for live online stores (where you have something to loose), however by all means try it out on you test site, have a look at the code and give me feedback.

    p.s. Don't hold me responsible if something breaks.

    What is a Tag Cloud?

    A tag cloud (or weighted list in visual design) can be used as a visual depiction of content tags used on a website. Often, more frequently used tags are depicted in a larger font or otherwise emphasized, while the displayed order is generally alphabetical. Thus both finding a tag by alphabet and by popularity is possible. Selecting a single tag within a tag cloud will generally lead to a collection of items that are associated with that tag.

    Features:
    2/June/07: Displays category titles with random weights
    3/June/07: Tags links to you Zen Cart site category pages.

    Install:

    1. Copy the code from this file to one of the Defined Pages using: Tools > Defined Pages Editor.

    2. Ensure that the Defined Pages module is enables under: Tools > Layout Box Controller

    3. Visit your site, and go to the defined page you pasted the code into. You should see a list of your sites categorie, with random sizes assigned to each one.

    Todo/Wishlist:
    - Save weights to database
    - Add code to ?category's page? so that visits to category's changes weights
    - Incorporate some noise in the category's weights to enable new category's a fair chance.
    - Option to read tags from meta data
    - Option to weight tags my relevance to current tag. (If you like a, you might like b type of thing)

    With some code from:
    - Derek Harvey (www.derekharvey.co.uk)
    - Zen Cart Team (www.zen-cart.com)


    Security Note: I've copied and modified a zen cart function to retrieve data from the db, and I think that by leaving the function embeded with the code if may pose some security risk. I'm open to advice on where to put it for best security practice.

    */

    class wordCloud
    {
    var $gtags = array(); // tags array

    /*
    * PHP 5 Constructor
    *
    * @param array $words
    * @return void
    */

    function __construct($newtags = false)
    {
    if ($newtags !== false && is_array($newtags))
    {
    foreach ($newtags as $key => $value)
    {
    $this->addTag($value[0],$value[1],$value[2]);
    }
    }
    }
    Last edited by lieven23; 18 Aug 2009 at 11:07 AM.

  10. #10
    Join Date
    Aug 2008
    Posts
    340
    Plugin Contributions
    0

    Default Re: ZenTagCloud Beta Available

    I suspect the error should be somewhere here ,but where?

    /*
    * PHP 5 Constructor
    *
    * @param array $words
    * @return void
    */

    function __construct($newtags = false)
    {
    if ($newtags !== false && is_array($newtags))
    {
    foreach ($newtags as $key => $value)
    {
    $this->addTag($value[0],$value[1],$value[2]);
    }
    }
    }

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. v155 BETA feedback for Responsive-Classic in v155-beta
    By picaflor-azul in forum Addon Templates
    Replies: 51
    Last Post: 5 Mar 2016, 09:14 PM
  3. zentagcloud v.2 Admin panel GUI question
    By goalsurfer in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 13 Feb 2011, 03:58 PM
  4. ZenTagCloud -> Alpha for review
    By madteckhead in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 21 Jun 2007, 05:23 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
  •  
disjunctive-egg