As long as you got the attachmentid, you can always serve attachments from all
objects from one url. I.e:
youhost.com/images 
that contains code to serve images where argv[0]=imageid thus you can at least
reference images of other objects etc in simple html. Eks: <img
src="http://myhost/images/134";> will serve image 134. 

It's not hard to take this consept further and make an interface for lokking
through all the images of a certain group of objects and inserting one (a
imagetag) into the document etc.

Tarjei

pp wrote:
> 
> Hi!
> 
> Some time ago I posted about nadmin images behaviuor.
> And now I think that this is a 50% good idea.
> This is good to share attachments , and use attachment
> from one article to second one. But this is not usefull
> when I got plenty articles with attachments within one topic.
> 
> What I mean is to attache something to object , and make any
> possibility to check attachment as shared.
> 
> Is something like that under progress?
> I do not mean admin site, just midgard functions.
> BTW this is similiar to multitopic article.
> I am not good at mysql , but there could be
> another table to keep $object->sharing info there.
> or something like this
> 
> Piotras
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to