You should be able to do: in models/db.py
wiki = auth.wiki() in model/menu.py remove any reference to response.menu in controllers/defaulty.py def index(): return wiki On Sunday, 26 August 2012 13:06:15 UTC-5, Alan Etkin wrote: > > > I mean, the wiki section might be available under app/default/wiki. In >> which case the wiki menu should only appear from pages under that path. >> All other areas of the site would have the normal menu. I think it is >> already working like that, I just wanted to mention it again so you don't >> change that :) >> >> > The wiki menu will appear only if you created an auth.wiki in the action > controller, but only there, as far as I know. > > Now, since crud.create(db.wiki_page) fails, wiki records appear to behave > in a different way as normal. > Is there any help available for the new wiki feature? > > What I want to do is to link other tables to wikis, for example add > reference wiki_page fields in other table definitions, link more than one > wiki to a table with list:reference wiki_page, in a word, access wiki > tables with the usual command syntax. > > --

