Extended options for media manager -> no title, no fun

Found a bug? Tell us!!
Post Reply
nick1785
Regular
Posts: 5
Joined: Tue Jul 29, 2008 4:08 pm

Extended options for media manager -> no title, no fun

Post by nick1785 »

hi,
i tried to insert a whole gallery in a post. without a post-title the imgaes ended up in the comments/posted-by box (at least in the preview). doesnt really bother me, but is still weird.

actually i couldnt get this plugin to work at first, because the path in

plugin_mediainsert.tpl

expects serendipity to be in root dir. maybe you could have an $installpath in main config and take it from there?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Extended options for media manager -> no title, no fu

Post by garvinhicking »

Hi!

You are right about the template file, it should work if you change

Code: Select all

src="/uploads/...
with

Code: Select all

src="{$serendipityHTTPPath}uploads/...
can you verify this?

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
nick1785
Regular
Posts: 5
Joined: Tue Jul 29, 2008 4:08 pm

Post by nick1785 »

yes. works!
Post Reply