You are not logged in.
Hi, me again:
when i click a node in the linker tree, it writes: /Resumen_de_Reunion_Panama_9_de_Mayo_de_2005.doc, but what i would like is that the link, would point to /somedir/Resumen_de_Reunion_Panama_9_de_Mayo_de_2005.doc, where "/somedir" is a php var.
Finally, the html code should look like: href="http://mydomain.com/somedir/Resumen_de_Reunion_Panama_9_de_Mayo_de_2005.doc, but i dont wich to show in the tree the content of the parent of "somedir". I hope what i wrote make sense.
Offline
aldoh: copy the Linker backend (scan.php in plugins/Linker), modify it to suit your needs, and set config.Linker.backend to point to your new backend. It's fairly straight forward PHP code.
Also see the Linker plugin wiki page which details the structure that gets returned and alternative ways to supply it - http://xinha.python-hosting.com/wiki/Linker
James Sleeman
Offline
thanks...i just did as u said.
Offline