Loading...
 
Skip to main content

Comments

  • Xavi (as xavidp - admin)

    Hi, Yannick, looks great your Plugin! I'm not very skilled in PHP nor MysqL, but I administer a tiki site managing university student records, work on wiki_pages, etc., and something like what I saw in your screenshots would be really usefull for us in our trial of Tiki for wort-at-University purposes!

    By the way, I tried your example in local (tiki 1.8.4), following all the tips in your tutorial, and the input form is not inserting data to the table. (Other PluginSQL queries with DSN work fine in my site).

    Well, any more info as tutorial, general examples, or even specific examples from your use at your univ. would be really appreciated if possible. In any case, keep going with these plugin and its decumentation!!!! 😊 Cheers. Xavi

  • max-wolf

    I cannot get it to work:
    whenever i try to enter the demo code in the page-
    {DATATABLE()/}
    {REQUEST()}
    SELECT * FROM tiki_images
    {REQUEST}
    the edit is simply not stored - without any comment. Any regular edit will work. I guess it may have to do with permissions? but which permissions will I need to set? the "default" DSN permission is already set to my group.

    Any ideas? Thanks in advance,

    max

    • max-wolf

      aah that could not be quoted. sorry. correct code snippet is:

      { D A T A T A B L E () / }

      tester
      { R E Q U E S T () }
      SELECT * FROM tiki_images
      {R E Q U E S T}

  • Xavi (as xavidp - admin)

    Hello Yannick,
    Is there any news about any improvement of the code left at tw.o or its documentation?
    I'm still very interested in your nice work with this plugin...
    Yours,
    Xavier de Pedro

  • blanquita

    😬 are theese plugins really available❓
    I've tried, but it doesn't work, and i've looked for the plugins to install but i haven't found them...

  • Xavi (as xavidp - admin)

    Blanquita, plugins here:
    http://tikiwiki.org/tiki-download_wiki_attachment.php?attId=292&page=WikiPluginsDb


    Por ciuerto, te pongo aquí copia del mensaje que te iba a enviar por mensajería tiki, que por defecto la tienes inhabilitada. Si la quieres habilitar, ves a MyTiki, preferencias, y allí has de seleccionar que se te puedan enviar mensajes, con prioridad igual o superior a lo que quieras (por ejemplo, 3).

    Hola Blanquita,

    Yo lo saqué de aquí:
    http://tikiwiki.org/tiki-download_wiki_attachment.php?attId=292&page=WikiPluginsDb

    Es en el area de adjuntos de la página: http://tikiwiki.org/tiki-index.php?page=WikiPluginsDb#attachments

    Por cierto, a mi no me funcionó del todo.
    Ya me dirás si tu tienes más suerte, o consigues algun desarrollador que arregle los bugs que puede tener el código.

    Suerte,
    Xavi

  • Torpedro

    Hi!
    First i want to say Thank you for this set of Plugins.
    The documentation is really almost unuseful when you want ot do something else, sorry.

    Changes

    Then things are not working for the 1.9x (i think this is because it was written for 1.84 or something).
    Generally the parsing is not bottom-up, but top-down, which means the REQUEST ist the first and the DATATABLE cames later.

    REQUEST

    For REQUEST the quotes are not working, you have to change (the left quotes):

    Copy to clipboard
    ... Id=__~~#FF0000:’~~__?Id__~~#FF0000:’~~__ ...

    to (normal PHP single quotes):

    Copy to clipboard
    ... Id=__~~#FF0000:'~~__?Id__~~#FF0000:'~~__ ...

    DATATABLE

    Just wanted to tell you that the (title=1) parameter breaks the wiki-parsing of the output.

    Well, for navigator the most importnant fix would be in line 41 and 42:

    Copy to clipboard
    ... WHERE $ key>$ value OR...

    to

    Copy to clipboard
    ... WHERE $ key>__~~#FF0000:'~~__$ value__~~#FF0000:'~~__ OR...

    Other

    There is much more, that can be changed, so this post is just to tell you that you have to change the code to use the WikiPluginsDb.