Thanks for public download count. I installed it on our site but it didnt work. I think it is because we dont actually display the $node->body section of our pages. In our theme we print specific CCK fields in the template.

Do you think it would be possible to make _filter_pubdlcnt part of the API of this module? I think if I call that now it should convert my anchors, but I'd be worried that it might change as clearly it is supposed to be part of the internals of your module rather than part of its API.

Comments

pixture’s picture

Actually, at the beginning of the pubdlcnt.module, there's an API function pubdlcnt_filter() for external modules and themes to call.
It's a wrapper function and just calls _filter_pubdlcnt(). You can use it from your theme.
I hope this helps your site.