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?
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?
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
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.
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?
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