i use drupal 7 and alinks to predefine phrases and make the link to a specific node.
the hyperlinks are not created in article content type although i checked this content type in alinks settings.
actually it is not working obn any content type- and the links do not show on nodes. the do show just on pages that are created by views.
can you fix this please?

Comments

cohenoa created an issue.

greg boggs’s picture

That version of the module relies on the body field of nodes. Are you using the body field for your content?

cohenoa’s picture

of course. the body field is the default in "article" content type in drupal 7. and this is where i want the links created by Alink to appear. somehow the Alink code does'nt recognize the content type checked in its settings or doesn't create the link. how do you suggest to proceed?
i need this module:)

szy’s picture

The same for me.

Szy.

miroslaw.krawczyk’s picture

At my place Alinks module (7.x-1.2) only works if the body field contains text located between any tags: <tag>...</tag>.

Something like that:

<p>Tekst redagowany w body.</p>
<div>Tekst redagowany w body.</div>

Not like here:

Tekst redagowany w body.