Sunday 21 November 2010 2:59:58 am
Lo' F, /* How to set a dynamic link to a node/page within a "text block" attribute (.. the footer text of "Template look" class)? */ If I am correct you want to setup a dynamic link in text block attribute . I think you thinks in wrong way. May be it should be like this You have objects(suppose this object is of class article) with one of its attribute is of text block. If you want to set up a dynamic link from one of its textblock attributes, what you do is, extend the class article with a url datatype attribte, so that for each object you create you can add some URL to that obejct. So in your template you can use it with a href whenever click on text block attribute. Set it as it your needs. Hope you understand. Regards Romeo
|