m (wikified the list) |
m (Bot: Automated text replacement (-" +")) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The last step is compressing all the files into an archive. You should compress your [[Theme]] into a .tar.gz (gzip) or .zip (zip) file, with the files and | The last step is compressing all the files into an archive. You should compress your [[Theme]] into a .tar.gz (gzip) or .zip (zip) file, with the files and directories inside your [[Theme]] in the "root" of the zip file. This means that your archive might have contents similar to: | ||
*index.php | *index.php | ||
Line 8: | Line 8: | ||
*theme_info.xml | *theme_info.xml | ||
Important is that these files are not in a subdirectory inside the archive. You can test this by extracting it to a | Important is that these files are not in a subdirectory inside the archive. You can test this by extracting it to a directory and checking to see if the files are in that directory itself, or in a directory under that directory. After this, you're done. A little complicated, perhaps, but it's a lot easier the second time. Good luck! | ||
<noinclude>[[Category:Customizing SMF]]</noinclude> | <noinclude>[[Category:Customizing SMF]]</noinclude> |
Latest revision as of 12:02, 1 July 2013
The last step is compressing all the files into an archive. You should compress your Theme into a .tar.gz (gzip) or .zip (zip) file, with the files and directories inside your Theme in the "root" of the zip file. This means that your archive might have contents similar to:
- index.php
- index.template.php
- images/
- css/
- scripts/
- theme_info.xml
Important is that these files are not in a subdirectory inside the archive. You can test this by extracting it to a directory and checking to see if the files are in that directory itself, or in a directory under that directory. After this, you're done. A little complicated, perhaps, but it's a lot easier the second time. Good luck!