Hi,
i don’t want do make a field for width and height and put it by hand in there for my article images.
So i’m trying do do it with getimagesize. The problem is that the filemanager puts the whole URL in there and that gives me an 404 on the image.
So this works:
<a href="http://mydom.de/uploads/img_1/test.jpg">http://mydom.de/uploads/img_1/test.jpg</a>This not:
<a href="http://mydom.de/uploads/img_1/test.jpg">http://mydom.de/uploads/img_1/test.jpg</a>and is the output of:
{m_article_img}
any ideas?
Edit:
Can’t post my code - it gets cut…