Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Image location


Go to End


4 Posts   1646 Views

Avatar
Aaron Brockhurst

Community Member, 30 Posts

27 October 2009 at 12:22am

Hi

Can someone tell me how I define where images are stored in the assets directory when using:

$fields->addFieldToTab("Root.Content.Images", new ImageField('Image','Page Image'));

Thanks

Aaron

Avatar
Mo

Community Member, 541 Posts

27 October 2009 at 9:48am

Apparently like this: http://doc.silverstripe.org/doku.php?id=imagefield

I would be interested to hear if this works for you, for me it always seems to just dump the files in the assets directory, no matter what I enter.

Mo

Avatar
ajshort

Community Member, 244 Posts

27 October 2009 at 10:29am

This only works in trunk though, and is broken in the 2.3 series.

Avatar
Aaron Brockhurst

Community Member, 30 Posts

27 October 2009 at 10:44am

That explains why it's never worked for me either

Thanks for the suggestion. I'll take a look at the trunk code to see if there's a fix that can be used

Thanks

Aaron