News:

Wondering if this will always be free?  See why free is better.

Main Menu

Submitting new theme

Started by devilkin, January 23, 2007, 02:29:49 AM

Previous topic - Next topic

devilkin

Hello,

I'm trying to upload my theme in the SMF Theme site at http://custom.simplemachines.org/themes/index.php but no matter what I try, I keep getting:

QuoteYou must upload a package file containing theme_info.xml which contains the package id when submitting a theme to this site

The zip file in question contains a theme_info.xml file, with an <id></id> section. So what am I doing wrong?

Link to the theme: http://www.kcore.org/software/smf/smfSubBlack-SMF1.1.x.zip
SMF 1.1.1, located at http://www.aelst.be/smf/

a2h_

<id></id>

Is not enough.

Please read this
With an underscore. Because the one without an underscore's taken.

devilkin

Quote from: rctxtreme on January 23, 2007, 02:47:19 AM
<id></id>

Is not enough.

Yees... What I meant is that it does include an <id></id> section, next to all the rest:


<?xml version="1.0"?>
<theme-info xmlns="http://www.simplemachines.org/xml/theme-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>jandeluyck:smfsubblack</id>
        <version>2.0</version>
        <!-- Theme name, used purely for aesthetics. -->
        <name>smfSubBlack</name>
        <!-- Author: your email address or contact information.  The name attribute is optional. -->
        <author name="Jan De Luyck">[email protected]</author>
        <!-- Website... where to get updates and more information. -->
        <website>http://www.kcore.org/?menumain=3&menusub=8</website>
        <!-- Template layers to use, defaults to "main". -->
        <layers>main</layers>
        <!-- Templates to load on startup.  Default is "index". -->
        <templates>index</templates>
        <!-- Base this theme off another?  Default is blank, or no.  It could be "default". -->
        <based-on>default</based-on>
</theme-info>
SMF 1.1.1, located at http://www.aelst.be/smf/

bloc

It should work fine, the file looks ok. I will check to see what it can be.

Advertisement: