I need to define anchors in templates for a forum I'm developing with
pmwiki/ZAP. These anchors would position a specific message in a thread
page.

The anchor name is the timestamp corresponding to the message date stored as
a ZAP variable {=$:MessageDate}. I'm using the following synthax :
[[#{=$:MessageDate}]]. I've also tried [[(#{=$:MessageDate})]]. This does
not work : the template generates a normal link. Indeed, the html
corresponding source for an example message is :

<a href='#1175087439'></a>

Any idea of how I could do this?

Benoit
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to