ChadSmiley Blog Things about family, life, coding, and more

26Feb/060

Blogsphere 2.5 – Technorati fix

With the new 2.5 release of Blogsphere there is a bug with the handling of the new Technorati tagging. The root problem is the merging the list of tags with the HTML anchor tags. The original code did not using any parameters for the @Explode. With no second parameter @Explode with split the string into a list using a space, comma, or semicolan; thus the problem. By adding the second paramater of ";" only semicolan will be used to split the string. I made this change to the 'Technorati_Tags' field on the 'SubForm_StoryFields' subform.

"Technorati Tags : " + @Implode("<a href=\"http://technorati.com/tag/" + @Explode(Technorati_Tag_List ; ";" ) + "\">" + @Explode(Technorati_Tag_List ; ";" ) + "</a>";" ")

This could have been a good Show-n-Tell Thursday topic.

Filed under: Domino Leave a comment
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.