I've made a hack for v3 articles (
https://vborg.vbsupport.ru/showthread.php?t=65934) to display the featured article on the frontpage of your portal page(
https://vborg.vbsupport.ru/showthread.php?t=69424), in my case, vbIndex. Problem is, I can't get one line to work like I want
PHP Code:
$featuredarticle = unserialize($datastore['featuredarticle']);
No matter what I did, I could not get the unserialize function to work. What am I doing wrong?