Hi Rick, > I'm trying to get a 1.5 macro working in 1.6. The error I'm getting > is MoinMoinNoFooter.
This was an exception raised by moin < 1.6 to signalize that they don't want a theme footer rendered by the framework code. This method was completely removed and now we have kind of inverted it: if an action want to have a footer rendered it needs to call a theme method. If it does not want to have a footer rendered, it does not need to do anything. Thus: just remove "import ... MoinMoinNoFooter" and "raise MoinMoinNoFooter". (You can see how it is done by looking at actions that have no footer rendered vs. actions that render a footer). Cheers, Thomas ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
