I tried it but it is not quite what I want I want comments that can be edited like wiki entries
In doc2py I want to allow the uses to add comments that contain source code or videos, for that I want the functionalities that the wiki editor has for comments also I do not have a db table and a record, but rather a unique string for each "record" (in my case this are module names + class names + function names) On Aug 9, 3:50 pm, selecta <gr...@delarue-berlin.de> wrote: > thanks, i understand, i will try it > > I noticed that line 132 of controllers/plugin_wiki.py should probably > read > > return A(T('login to comment'), _href=auth.settings.login_url) > > On Aug 9, 3:15 pm, mdipierro <mdipie...@cs.depaul.edu> wrote: > > > > > Just install plugin_wiki and in your pages add > > > {{=plugin_wiki.widget('comments',table='mytable',record_id=myrecord)}} > > > where you are attaching the comments to the item > > db.mytable.id==myrecord > > > On Aug 9, 7:58 am, selecta <gr...@delarue-berlin.de> wrote: > > > > I wonder if I can use the plugin wiki, or at least the code that > > > creates and parses the pages to create non threaded comments? > > > Anyone done that already? How would I start? > > > > In case you want to know - I want to add this to doc2py