'''Short description''' Here's again a feature request that makes some people roll their eyes ('Oh gosh. Go away with that!') and the other shout out 'Yipee!'. So keep calm, take a seat and here it comes, the request is shown as follows: It would be nice if the wikiadmin could also force by some setting in wikiconfig.py a certain start page / splash screen. This could be very useful if you want to assure that people on login do really read these important information. If you don't have a splash screen you will probably loose all those users who have activated "Remember_Last_Visit" / "Jump to page last visited". Maybe they don't care looking at the front page. With this feature at hand you can assure, that every wikiuser must read the information before browsing the wiki. And that could be quite usefull depending of the wiki and its users. But this request mainly aims at wikis with a lot of inexperienced users or for larger companies and intranet usage. Here are some scenerios for a splash screen: * You have updated Moin to a new version, e.g. 1.6. You do now activate a splash screen, which gives information on new features etc., e.g. "Moin 1.6 has new search functionalities including cache_search and attachment search. Click here for more information. Moin 1.6 has also e-mail integration...Click here... For further question contact us here.. and so on" * You can inform about security problems and sever maintenance times... * ... -- OliverSiemoneit <> Great. I like that request. Looking forward to see that -- DollyBuster 2007-01-07 20:19:28 +1 -- HeinzKohut 2007-01-07 20:19:28 Thanks :-) -- OliverSiemoneit <> '''Here is a patch for Moin 1.6 (moin-1-6-main-7c58e8af1a97)''' 1.) Add a new var in multiconfig.py {{attachment:multiconfig.diff}} 2.) Make some changes to user.py {{attachment:user.diff}} 3.) To get the redirect work, you have to change request/_init_.py {{attachment:request__init__.diff}} 4.) In wikiconig.py you can now set a splash screen by: {{{ show_splash="SplashPageName" }}} 5.) To allow the user to toggle the splash screen, please add to the splash page the macro call {{{[[ToggleSplash]]}}}. !ToggleSplash displays a small checkbox with the labeltext "Don't show page again" and a save setting button. {{attachment:ToggleSplash.py}} 6.) To get the form work you need also this action, which does the event handling. {{attachment:togglesplash.py}} /!\ Please make sure each time you put a new splash screen for startup, name it differently than the old one otherwise the page won't be shown to the user!! I recommand to name the splash screen "splash" followed by the date as not to run into trouble, e.g. "splash-dd-mm-yy". That's it! -- OliverSiemoneit <> (!) And now do that again and use diff -urN oldtree newtree to generate a single diff. :) :-) Cool. Didn't know that. Here's a unified diff [[attachment:AdminSplash.diff]] . However it's not that talkative. Explaining a patch what you have done and why you have done it isn't that bad either.. ---- Can someone update this feature for moin_18x. I tried but no success. I think problem is with changes of multiconfig file. Thanks * I tried to implement this feature with my moin184. But i got error 500 "Internal Server Error". -- 217.6.213.210 <> btw. read SecurityFixes and update your wiki to 1.8.7 - that doesn't solve that issue here - but some others It is good functionality to administrate the wiki users. I send always emails to my users, when i want to say anything about wiki and offcourse it is not comfortable. Can you please activate/update this functionality for moin-193? -- [[Tinku]] <> Moin already has a configurable html header. You can use this to give hints to users (see header of http://master18.moinmo.in/ ). -- ThomasWaldmann <> ## Tell your story here. ## What is the problem you are trying to solve? ## Is this features useful to most users or just to specific users? ---- CategoryFeaturePatched