XenForo
Administrative
- Thread starter
- Admin
- #1
In web forum one i have pictures in /data/item-icons/{dir}/{item-id}.extension
like /data/item-icons/0/12.jpg
I also have a list like
item_id|source_id
from this list i do know that I need this picture 12.jpg in my forum two as
/data/other-item-icons/{dir}/{other-item-id}.extension
Normally i would copy all pictures from web one to web two,
then copy the pictures from /temp/ to destination.
But this means to have these pictures 3 times on the server for form one, forum two and temp
Is...
Read more
Read more about this Feed . . .
like /data/item-icons/0/12.jpg
I also have a list like
item_id|source_id
from this list i do know that I need this picture 12.jpg in my forum two as
/data/other-item-icons/{dir}/{other-item-id}.extension
Normally i would copy all pictures from web one to web two,
then copy the pictures from /temp/ to destination.
But this means to have these pictures 3 times on the server for form one, forum two and temp
Is...
Read more
Read more about this Feed . . .