dklemmt / contao_dk_caroufredsel

Implementation of jQuery.carouFredSel as Contao extension
4 stars 9 forks source link

Pick news article as image link target #27

Open saleh-tavassoli opened 6 years ago

saleh-tavassoli commented 6 years ago

Hello,

In order to redirect to a specific page, I use page picker feature. However, I actually can't pick a news article using this feature. Therefore I always need to use absolute links for any news article. Is there a possibility to pick a specific news article so that by probable link changes it doesn't affect the slider target link?

.................................. Contao v3.5.12

Thanks, Saleh

saleh-tavassoli commented 6 years ago

A quick way which I found is that to use insert tags from Contao in "Image link target". e.g. in order to pick a news article one can use {{news_url::}} in which is replaced with ID of the news article. The tag will be replaced with the URL of the news article with the specified ID.