PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Insert new subcat above other subcats (http://www.photopost.com/forum/photopost-pro-how-do-i/131602-insert-new-subcat-above-other-subcats.html)

Doug_Nelson April 27th, 2007 06:29 PM

Insert new subcat above other subcats
 
I'm trying to figure the simplest way to insert a new subcategory on top of the other subcategories.

I used to do this every week until I upgraded to the most recent version. Before the upgrade I was able to enter zero and they'd all reorder after that. Now if I enter zero, I end up with two zeros, and they're in the wrong order.

I have a couple of hundred subcats, that's a lot of renumbering every week.

There's a sort order in the category editor, but it seems to refer to the photos in the category, not subcategories. I tried setting it to most recent, and it didn't change the category sort order.

The Sort Subcats link would be excellent, except it puts the oldest at the top (since they're sequentially named).

Any help would be appreciated.

Chuck S April 27th, 2007 07:33 PM

The sort of subcats is always placed at the end of the list. To sort them you click sort subcats in admin => edit categories on the parent category

Doug_Nelson April 27th, 2007 08:07 PM

When I click sort subcats it only sorts them alphabetically, which is the opposite of what I need since the subcats are sequential. Is there a way to have the sort subcats link sort another way? Changing "Default Sort Order" has no effect on this.

Chuck S April 28th, 2007 02:42 PM

when you hit sort subcats you get a screen with them all listed and you place the numbers of how you want them ordered there

Doug_Nelson April 28th, 2007 02:54 PM

Yes, I know, but as I said in my opening post "I have a couple of hundred subcats, that's a lot of renumbering every week". Is there any way to:

a) restore the now missing function of entering zero to insert at the beginning of the list
or b) change the default sort from alphabetic to reverse alphabetic

?

Chuck S April 28th, 2007 03:22 PM

How do I is a forum for us to explain to you how the program operates if you are unclear on how it is suppose to operate. I have explained how this function operates and that there is built in a sort subcats feature.

Your going to have to hack your code if your trying to do something other than the program is made to do. When you add a subcat it is automatically placed at the bottom of the subcat order.

You use the sort subcats list to order them in any other order than the default. The sort is automatically catname and you can try altering the adm-cats.php file for anything else.

Chuck S April 28th, 2007 03:31 PM

Here is where you want to look cause this is where we define the catorder

Code:

Content visible to verified customers only.


All times are GMT -5. The time now is 05:25 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97