Small bugfix for linklist

Thanks to Doc for pointing out a bug with the checkupdated tag not working “silently”. Please be sure to redownload the ZIP file again, as I’ve reuploaded it with this bug fixed.

Posted in Uncategorized

Linklist Module 1.1

Linklist 1.1 has been released. Please find the download in the downloads section. A number of features have been added! CHANGES:

- Tweaked the exp:linklist:checkupdated tag to show more descriptive messages when silent=”false”

- Changed an error message to state what exactly was wrong if you did not check off the check boxes.

- added detecting of either atom or rss feeds in the rss auto-detection.

- changed the exp:linklist tag to exp:linklist:entries. This was casuing a problem in performance when running the other tags.

- added keywords and some new tags: exp:linklist:keywords, exp:linklist:related_keywords

- parameters added to entries dynamic (defaults to on), keywords (specify keywords to use to display links with that keyword)

- added a new function called sql_lik_str($value,$field) that works similar to the sql_andor_string() in the FNS class, but this one will instead do a LIKE ‘%word%’ query.

- keyword weighting : you can now specify {font_size} to change the sizes of your keywords to show which has more weight.

- changed it so you can use {linklist:url} instead of just {url} to alleviate any confusion between tags. ( if you’re nesting tags )

- new action that increments a counter everytime a person clicks on that link using the clickthru link method tag. (it uses url_id as an identifier for clicking on, since EE seems to ban ‘www.’ in the URL string and i’m not sure how to get around that.)

- new tags, {count_linkcode} and {counturl}. {count_linkcode} is identical to {normal_linkcode}, except it will display the URL used to keep track of clickthrus. {counturl} will display only the URL for the clickthru.

- dropped the idea of having categories. I just feel this isn’t needed.

Posted in Uncategorized