How to force a WebPart to display in all pages of a portal?
- by Mehdi
Hi,
I'm working on a portal/CMS project and (unfortunately) build the foundation on WebParts platform.
However I need to provide an option for admin to choose whether a webpart should be display in all pages or not. Finally I've found a nice article from Damon Armstrong that describes a way to store all personalization data of a group of pages into one record. Thus every changes the admin made for a webpart, affect whole pages.
But it doesn't seems to be a solution for me. May be it would be solved by writing a custom personalization provider, but I don't now how.
Any Ideas about the problem?
Thanks