XenForo
Administrative
- Thread starter
- Admin
- #1
Hi, its me.. again.
I've try to build a little addon for default cover images in article threads. In every node option when article thread is set, you can upload a default image. It is stored per data assets and the url is set in db table xf_node.

My problem now is the way how to get this image in the thread template per node_id. I tried to extend the XF/Repository/Thread.php and find the imagePath per
Read more
ادامه مطلب...
I've try to build a little addon for default cover images in article threads. In every node option when article thread is set, you can upload a default image. It is stored per data assets and the url is set in db table xf_node.

My problem now is the way how to get this image in the thread template per node_id. I tried to extend the XF/Repository/Thread.php and find the imagePath per
XF:Thread
where node_id ==...
Read more
ادامه مطلب...