Is it possible to add cms phrases to $vboptions so they can be called when needed?
Currently, when a new article is posted it
PHP Code:
$vbphrase[comment_thread_firstpost]
You can view the page at [url={1}]{1}[/url]
creates a link to an article.
I want to edit this so that it pulls the brief preview description along with the link, when it posts.
I tried:
PHP Code:
{article_ preview} [url={1}]{article_title}[/url]
but that didn't work out...
The phrase variables I want to include are article_preview & article_title. Does anyone know the correct format for adding these variables into the phrase?? Or how to add CMS phrases into vboptions so they can be called in the phrase?