From: Martin K. <ma...@pr...> - 2004-07-07 10:19:55
|
Roy, I you're trying the thing Nils-Magne talks about I think functionality like this could be created quite easily by using WobjectProxies and some code that put 'em on this 'home page'. Of course you also need some code to create the page and set the privilege correctly at user creation time. This could either be done by putting the setup code in a macro and put that Macro in the 'Run on registration field' or by writing your own auth handler. The latter approach is way safer the the first. If you were going down the Dark Macro Path be sure to have your macro return undef and have it check that $session{form}{op} is actually set to 'createAccountSave'. That is with 5.x.x and lower auth system. I haven't toyed with the 6.x.x system yet, so I can't say to much about that. Martin Nils-Magne Kvammen wrote: >The company i work for use Microsoft Sharepoint portal server, and the >intranet is huge and covers four different languages. This intranet is >loaded with information that is crusial for us to do our daily job. And it >is possible for us to find nearly everything on this intranet. But it has a >feature that it's called "My Home Page", this page is a spesial page with a >predifined layout (5-6 regions) where onely you as a user have the rights to >view. >To populate this page you can view any page on the intranet and clik on a >link on that page that say's "put on My Home Page" it then copys itself to >one of the regions on "My Home Page" and you hav instant acsess to it. The >administrator desides which region a page should be placed in. >In the end we end up with a page that is customased to each persons need. If >WebGUI could extend this furtermore with the ability to not put the whole >page in this page but elements from the page too... that would be great. And >your plannes for the dashboard wobject would be perfect for extending such a >page to be even more useful. >Just think of it. You are visiting a huge site wich contains a lot of useful >stuf in a lot of different places. You are offered the possibility to create >your own customased "home Page" which containes only the stuff that you are >interested of and a section of What is new on the site. I addition you have >alle the toy's > > |