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.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

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

workign with audio files / mp3


Go to End


24 Posts   4926 Views

Avatar
CHD

Community Member, 219 Posts

8 September 2010 at 7:56am

just tried a 1mb mp3 and it works!
must be an upload limit somewhere.... do you know where else i should check?

Avatar
UncleCheese

Forum Moderator, 4102 Posts

8 September 2010 at 7:59am

You downloaded it from there, or checked it out with SVN?

Avatar
CHD

Community Member, 219 Posts

8 September 2010 at 8:01am

sorry, checked it out with SVN.

Avatar
UncleCheese

Forum Moderator, 4102 Posts

8 September 2010 at 8:32am

I'd be curious to see a screenshot, because the main reason I created DataObjectManager and ImageGallery was because the Gallery module had such a horrific UI. Something isn't right with your configuration.

--------------------
SilverStripe tips, tutorials, screencasts and more: http://www.leftandmain.com

Avatar
CHD

Community Member, 219 Posts

8 September 2010 at 8:39am

here you go:

http://ryanbadger.co.uk/facebox.jpg

also, i think i fixed the upload limit problem. i needed this:

php_value upload_max_filesize 20M

in htaccess, not what i copied form your video:

php_value upload_max_size "20M"

p.s - have you had any luck with adding a playlist to the audio player?
does it already generate an xml feed or is that something you haven't done with it yet?

thanks!

Avatar
CHD

Community Member, 219 Posts

8 September 2010 at 8:41am

sorry forgot to add:

im using Firefox 3.6.8
SS 2.4.1
the image gallery as SVN CO'd from here: http://carlinowebdesign.svn.beanstalkapp.com/modules/trunk/image_gallery
and windows vista(!)

Avatar
UncleCheese

Forum Moderator, 4102 Posts

8 September 2010 at 9:05am

Yikes. What's that about?

Can you right click on one of the images and tell me what the "rel" attribute says? It should contain a number that corresponds to the width of the lightbox, e.g. rel="500"..

Avatar
CHD

Community Member, 219 Posts

8 September 2010 at 9:51am

if you're referring to the <A> rel, its blank!
just says rel=""