Normally, we can rename the list or document library in Sharepoint CMS but from the admin panel we can’t change the url. Renaming the list doesn’t confirm that the corresponding url is also changed, the url will remain same. The easier way is to copy this list template and create a new list with it,… Continue reading Who says you can’t change URL for list or document library in Sharepoint?
Category: Slider
How to copy a list using list template in sharepoint?
When we need to move a large list to another sharepoint site, it is really boring to create a new one. So we can copy this list template and upload it to the new site where we need it. Follow the instruction to do it? Go to Site Actions => View all site content Go… Continue reading How to copy a list using list template in sharepoint?
Fix png issue for jQuery fadeIn()/fadeOut() effect IE7
When we use jQuery fadeIn() or faeOut() function with transparent png image, in IE7 we get a weird borer around it. There are many solutions for it, but we cant say that all of those are okay to everyone. This one works for me and some other guys. Call the following function in document load.… Continue reading Fix png issue for jQuery fadeIn()/fadeOut() effect IE7