OK v1.5 is out!!!! Grab it on the first post of this thread.
This will allow you to create as many sort databases from the same base category database as you want. How? Well when you pick your category from the top drop down you can now save it with a different name - simple really!!!
IMPORTANT:
There has been a slight change to the xtoppicks.xml config file that saves your data in the xtoppicks folder in the plugins directory. You have 2 choices, you can delete it and start again, or you can add the following to each category element....
I now save the base category name in an element clevely called <base/> so all you need to do is open the xml file and add after the <name/> element type <base>[the text inside the name element]</base>. As an example...
before:
- Code: Select all
<category>
<name>tv</name>
<field>(i)date</field>
<sort>0</sort>
<direction>1</direction>
<count>10</count>
<changed>10/02/2008 09:11:05</changed>
<isinfo>True</isinfo>
<useparent>True</useparent>
<wrapper>False</wrapper>
</category>
After:
- Code: Select all
<category>
<name>tv</name>
<base>tv</base>
<field>(i)date</field>
<sort>0</sort>
<direction>1</direction>
<count>10</count>
<changed>10/02/2008 09:11:05</changed>
<isinfo>True</isinfo>
<useparent>True</useparent>
<wrapper>False</wrapper>
</category>
You will then be able to use your existing sorts.
If you edit an existing one and do not change the name, it will overwrite. If you change the name it will create a new one. All names are still prefixed by "xtoppick-".
Scott, hope this is what you were after... let me know how you get on.