noumo / easyii

Easy yii2 cms powered by Yii framework 2
http://easyiicms.com
593 stars 272 forks source link

Add Path params variable for Images #191

Open auzadventure opened 7 years ago

auzadventure commented 7 years ago

Currently if the image path is not in the main root 'example.net/mysite'

it will currently point to '/uploads' instead of '/mysite/uploads'.

I would like to suggest putting a config variable in the params as 'image path' = '/mysite/' if thumb is called it will display '/mysite/uploads'/