Some news only are links to pdf file, so i try this way:
- I create a TV named "news-pdf"
- in the singles pages that will be "links" to pdf files I set the value of TV "news-pdf"
- in this pages i call a snippet with this code
<?php
$modx->sendRedirect($modx->documentObject[’news-pdf’]);
?>
...the problem is this: documentObject[’news-pdf’] return "array" as value... why?
thanks MadeMyDay
If you are saying only some news entries should link to a pdf, just make the default value of the tv [~[+id+]~] that way it will link to the full news entry if it is not a PDF.