TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 14, 2024, 07:40:54 PM

Login with username, password and session length
Members
  • Total Members: 3,886
  • Latest: Grendor
Stats
  • Total Posts: 195,188
  • Total Topics: 21,220
  • Online today: 161
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 86
  • Total: 86

Need Package Install Info

Started by Xarcell, January 25, 2006, 03:43:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Xarcell

I tried using this code to install my avatar package, but it doesn't work. I creates the folder, and says it ready to be used, but the images aren't there.



  <?xml version="1.0" ?>
  <!DOCTYPE package-info (View Source for full doctype...)>
- <!--  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This is a simplified package manifest for SMF packages.

ATTENTION: If you are trying to install this manually, you should try
the package manager.  If it will not work for you, please take a look
at the following for information on this format:
http://mods.simplemachines.org/docs/manual-install.php

================================================================================

This script can be used to make your package do many different things.
The following documentation should be available on the format of this
file and the things you can do with it:
http://mods.simplemachines.org/docs/package-info.php

Please see the other included file, package-info_advanced.xml, for
a more detailed description of what you can do with this file.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  -->
- <package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
- <!--  For the id, always use something unique - put your name, a colon, and then the package name. -->
  <id>Xarcell:XS Babes x100</id>
- <!--  Below should be the name of this package. -->
  <name>XS Babes x100</name>
- <!--  The version of this modification.  Keep it numeric so PHP can tell that old < new. -->
  <version>1.0</version>
- <!--  Type, one of: modification, avatar, language. -->
  <type>avatar</type>
- <!--  Installation, the key part of this file. -->
- <install>
  <require-dir name="XS_Babes_x100" destination="$avatar_dir" />
  </install>
- <!--  Don't forget something to make it uninstallable! -->
- <uninstall>
       <remove-dir name="$avatar_dir/XS_Babes_x100" />
</uninstall>
  </package-info>



Any suggestions?