|
[dokuwiki]
||
[Date Prev]
[12-2006 Date Index]
[Date Next]
||
[Thread Prev]
[12-2006 Thread Index]
[Thread Next]
[dokuwiki] Re: backlinks from plugin code
- From: "Martin Tschofen" <martin.tschofen@xxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Wed, 13 Dec 2006 21:36:17 -0600
I thought I understood. But I'm stuck again.
I've changed my wiki syntax to accept standard link notation
(using html_wikilink()) and am able to write the meta data to the proper
meta data file. It shows up in the ['relation']['references'] data element
next to all the other backlink pages. (excerpt: 'tests' is the page with the
link to this page:
s:8:"relation";a:2:{s:7:"haspart";a:0:{}s:10:"references";a:3:{s:14:"account:forgot";b:0;s:4:"home";b:1;s:5:"tests";b:1;}})
When I then go to the page that the link points to, the meta data gets
rewritten. It removes the added link reference.
(excerpt:
s:8:"relation";a:2:{s:7:"haspart";a:0:{}s:10:"references";a:2:{s:14:"account:forgot";b:0;s:4:"home";b:1;}})
I tried to figure out where this occures but am at a loss.
Any idea what I'm doing wrong?
Thanks in advance...martin
On 12/12/06, Martin Tschofen <martin.tschofen@xxxxxxxxx> wrote:
Thanks again and sorry for missing it. This is exactly what I've been
looking for..martin
On 12/12/06, Chris Smith < chris@xxxxxxxxxxxxx> wrote:
>
> Martin Tschofen wrote:
> > Chris,
> > I looked through my old messages and searched the archives but I can't
> > find
> > your response. (The last question I posted was around events and your
> > suggestion was right on.) Would you be so kind and send your backlink
> > suggestion again?
> >
> http://www.freelists.org/archives/dokuwiki/12-2006/msg00006.html
>
>
> --
> DokuWiki mailing list - more info at
> http://wiki.splitbrain.org/wiki:mailinglist
>
|