A friend of mine is working on a mod for my site. He's done other stuff before, but he doesn't quite know how to do the following.
How do you package the assets (images, swf-files) so that they all end up in the right place after the application has been installed. What is the standard path for assets?
Could someone help?
Regards.
Question for modders
Started by Telemacus, Aug 28 2010 10:27 AM
2 replies to this topic
#1
Posted 28 August 2010 - 10:27 AM
#2
Posted 28 August 2010 - 10:33 AM
Depends on where it is used.
Usually images used on the public side is places in ./public/style_images/master/ (this causes an issue with 3rd party skins, as the user have to manually upload these icon to these skins respective image folder), or ./public/style_extra/<appName>/. For the latter you can not make customized icons for each skins.
For the ACP you place the images in ./admin/skin_cp/images or ./admin/applications_addon/other/<appName>/skin_cp/.
Usually images used on the public side is places in ./public/style_images/master/ (this causes an issue with 3rd party skins, as the user have to manually upload these icon to these skins respective image folder), or ./public/style_extra/<appName>/. For the latter you can not make customized icons for each skins.
For the ACP you place the images in ./admin/skin_cp/images or ./admin/applications_addon/other/<appName>/skin_cp/.
My: Modifications · Tutorials · Twitter

#3
Posted 28 August 2010 - 10:36 AM
Thanks a lot Martin!
Regards.
Regards.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users





Contributor










