funky backspace
Posted: 06 January 2008 08:33 PM   [ Ignore ]
Newbie
Rank
Total Posts:  4
Joined  2008-01-06

I am running the following tag:

<p class="tags">Tags: {exp:tag:tags entry_id="{entry_id}" type="weblog" backspace="1"}
<a href="{path="blog/tags/{websafe_tag}"}" title="{tag_name}">{tag}</a>,
{/exp:tag:tags} </p>

But I still have the trailing , every time.
If I do backspace=“20” it takes off the comma, but backspace=“10” would not.
backspace=“200” takes half the tags out.  So i am not sure what number is a safe bet, I would have assumed 1 or 2 would be the answer, but for some reason it isn’t working as I would expect.

Profile
 
 
Posted: 07 January 2008 07:47 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3716
Joined  2006-10-18

Strange… I am unable to duplicate this error…

Any chance you could try the code as:

Tags: {exp:tag:tags entry_id="{entry_id}" type="weblog" backspace="1"}
<a href="{path="blog/tags/{websafe_tag}"}" title="{tag_name}">{tag}</a>, {/exp:tag:tags}

 Signature 

Check out the new Solspace Blog!

Profile
 
 
Posted: 07 January 2008 07:56 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  4
Joined  2008-01-06
Pie Man - 07 January 2008 07:47 AM

Strange… I am unable to duplicate this error…

Any chance you could try the code as:

Tags: {exp:tag:tags entry_id="{entry_id}" type="weblog" backspace="1"}
<a href="{path="blog/tags/{websafe_tag}"}" title="{tag_name}">{tag}</a>, {/exp:tag:tags}

I have tried this, I get the following:

Tags: emerging threats, exploit, malware (virus), security breach,

Profile