Gossamer Forum
Home : Products : Gossamer Links : Discussions :

How do I get rid of pop in my links?

Quote Reply
How do I get rid of pop in my links?
I put 0 in Admin/setup/build/build_pop_cutoff. Still pop shows up. Then I marked out the paragraph in link.html. STill blue pop shows up. How do I make it go away? Thanks.
Quote Reply
Re: [banana] How do I get rid of pop in my links? In reply to
You can remove the 'pop' tag for links:

Build > User Templates > link.html

Look for <%if isPopular%> and remove that part of the template
---
<%if isPopular%>
&nbsp;<font color="#6699cc"><small><sup class="pop">pop</sup></small></font>
<%endif%>
---

Note: If you're using static mode you'll have to do a rebuild to reflect the change.

All the best
Shaun
Quote Reply
Re: [banana] How do I get rid of pop in my links? In reply to
Thanks, shaun:

I did what you said, but did not rebuld after that. So I did a rebuld as you suggested. They are gone. Thanks.