Forum


TF Articles bug in file default_bs_blog.php line 37

Daniel Pardons
20%
Posts: 20
TF Articles
August 14, 2022

Error: 

tmpl\default_bs_blog.php on line 35

Please correct line 35:

//TfHtml::display_link($item->title, $item->link);

by:
TfHtml::display_link($item->title, $item->url);

Regards

Daniel

Joomla Fry
100%
Posts: 947
August 14, 2022

Thank you for reporting the error.

Appreciate your efforts in finding the problem too!

Will update this as well in 1 to 2 days.

Daniel Pardons
20%
Posts: 20
August 14, 2022

Hi

Check also following files where $item->link is also used:

default_air_blog.php

default_blog.php

default_card.php

Regards

Daniel

Login to Reply