remove Post to del.icio.us link

eliteweb's picture

I am running v4.3

I want to remove the Post to del.icio.us link on the product page. I see that it is just one line of code. When I remove that line of code, the whole page breaks. Can someone help me with this?

admin's picture

Hiding the del.icio.us link

You should also be able to set the Visible property of this control to False.

Znode Administrator
email: support@znode.com
url: www.znode.com

bhusch's picture

You have to modify the C# code behind as well.

You have to modify the C# code behind has well. I believe in the onload event.

eliteweb's picture

i'm not a developer. it

i'm not a developer. it should be as simple as removing some code but i guess it is more complicated than that. can you guide me with some steps how to do this?

admin's picture

Removing the del.icio.us link

Here is an easy way to do this without a lot of coding:

In Web/Themes/Default/Product/Product.ascx change the following (around line 59):

To:

This is just a starting point. You will need to try this out for yourself.

Znode Administrator
email: support@znode.com
url: www.znode.com