Sunday 30 November 2014

sharepoint public website customization

Ok. So many days struggling. The problem been fixed one by another. here are the problems.

1. anonymous access without login prompt.

create a main site on 8080 port. give it a intranet host header.

Enable anonymous access both on central administration and website.

extend it on 80 port, give it a internet host header.

On IIS only enable the anonymous authentication for 80 port new site.

MAKE SURE EVERYTHING IS CHECKED IN AND PUBLISHED!!!!

2. Picture can not be seen by anonymous user.

TURN OFF PICTURE LIBRARY VERSIONING.

MAKE SURE PICTURE IS CHECKED IN! BLoody Hell.

3. anonymous user seen different background or master page or css than normal user!

MAKE SURE MASTER TEMPLATE AND CSS ARE PUBLISHED OR CHECKED IN.

4. Anonymous user can not see the content of content query web part.

I followed both, but i am not sure which one solved my problem , because it was cured instantly but after I have checked in manythings that i could not remember, as long as it is working now. I dont want touch it!!!

http://blog.mastykarz.nl/inconvenient-sharepoint-2010-content-query-web-part-anonymous-access/

http://sharepointyankee.com/2010/12/10/content-query-web-parts-anonymous-access-and-the-dreaded-copyutil-aspx-in-sharepoint-2010/

I really want to believe the second thread is more like the queue, although i am not sure. But at least it is not a problem at the moment.

5. hide login for anonymous users

<Sharepoint:SPSecurityTrimmedControl>

6. hide ribbon, same.

To make a login for users. I just use another master page to do it.

I have 3 master page. Home for welcome page, main for websites,  and login.master for users to login.

7.

Error an unhandled exception occurred in the Silverlight Application when creating SharePoint 2010 Sites
http://ianankers.wordpress.com/2011/09/12/error-an-unhandled-exception-occurred-in-the-silverlight-application-when-creating-sharepoint-2010-sites/

8. Database need upgrade

http://blogs.technet.com/b/sbs/archive/2011/05/24/you-must-manually-run-psconfig-after-installing-sharepoint-2010-patches.aspx

9. Anonymous user can not use search, check my another post->

http://rockyoz.wordpress.com/2012/01/30/enable-search-for-anonymous-user-in-sharepoint-2010/

10.

OOTB Navigation fix to support IPad & I-Devices
http://tommdaly.wordpress.com/2011/11/10/ootb-navigation-fix-to-support-ipad-i-devices/

11.

Fast rounded corners in Photoshop
http://matthom.com/archive/2004/09/10/fast-rounded-corners-in-photoshop

12. Googlemap

http://support.google.com/maps/bin/answer.py?hl=en&answer=72644

13. Insert content editor webpart into page, put html code like this.

http://FILENAME.PDF
14. website is not working on iphone

http://blogs.pointbridge.com/Blogs/nielsen_travis/Pages/Post.aspx?_ID=46

15. Website is not working on win7 phone or Android phone
go to \app_broweser\compat.brower
Change isMobileDevice under android and win7 to false. save it.

No comments:

Post a Comment