Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I may be missing something here, but this does not seem to be working?
I have a number of content folders that contain "Product" nodes.
I installed the package and created the following line in the config file:
<add docTypeAlias="Product" field="nodeName" type="Alpha" order="Asc" />
I reloaded the nodes, but no sort happened. I "touched" the web.config, reloaded the nodes but no sort ... is there something else I need to do?
This is Umbraco V4.7.0 running on MySQL.
Hi Gordon,
Your config looks correct. Did you try saving a document or were you just reloading the nodes? The sort happens when you create or save a Document that matches your config. So try saving a Product and see if that does it..
-Tom
Ah, I see!!! Now it's working!
It might be worth adding that as a note to the project page?
Done!
Glad it's working :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Doesn't seem to be working?!
I may be missing something here, but this does not seem to be working?
I have a number of content folders that contain "Product" nodes.
I installed the package and created the following line in the config file:
<add docTypeAlias="Product" field="nodeName" type="Alpha" order="Asc" />
I reloaded the nodes, but no sort happened. I "touched" the web.config, reloaded the nodes but no sort ... is there something else I need to do?
This is Umbraco V4.7.0 running on MySQL.
Hi Gordon,
Your config looks correct. Did you try saving a document or were you just reloading the nodes? The sort happens when you create or save a Document that matches your config. So try saving a Product and see if that does it..
-Tom
Ah, I see!!! Now it's working!
It might be worth adding that as a note to the project page?
Done!
Glad it's working :)
is working on a reply...