Antonio Goncalves wrote: > Hi all, > I've installed the new blog application ( > http://code.xwiki.org/xwiki/bin/view/Applications/BlogApplication) on XWiki > 1.1.1. My old blog entries have been migrated and I can created new entries. > But when I go to the Blog/WebHome page ( > http://www.antoniogoncalves.org/xwiki/bin/view/Blog/WebHome) I get the > following text showing instead of the list of entries : > > #preparePagedViewParams($totalEntries 10) > $xwiki.jsx.use($blogScriptsDocumentName) 1.1 Create a new post > > Do you know if I need to do something special to make this page work and get > the 10 last entries of my blog ?
The new blog application works with recent (>= 1.7) versions of XE (at least somehow original versions). To fix your problems, you must: - use a recent version of the macros.vm file, which contains the preparePagedViewParams macro (you can just copy it into from a downloaded XE distribution into your installation) - install and enable the ssx and jsx plugins - install and enable the JsxAction and SsxAction Struts actions These tasks can be done in older version of XE, too, if you don't want to upgrade. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
