Hi,

I'm working on a site where a certain content type can have unlimited links attached to it. In a view, I'm trying to output the multi link fields as <a href="link">title</a>, <a href="link">title</a>, <a href="link">title</a>.

But in examining the data output by views, when multiple links are being outputted per node, there is the output containing <div class="field-item">. In the field array (in a fields/row template) there is the raw URL that I could work with, but not the title. If there also was an array element that contained the title, I could format the output for this view in a preprocess function without difficulty, but the data isn't there. How could I get that data into the array so themers like myself could have more flexibility?

Alex

Comments

dqd’s picture

Status: Active » Closed (cannot reproduce)

... since this issue is too old to reproduce. Feel free to start a new issue for latest link module versions.