Hi,

we have installed this module. numeric values are not working properly.

10 Days to War
324 Days to the Next Election Campaign

This embed something in front of title.

like

0210.0 Days to War
03324.0 Days to the Next Election Campaign

CommentFileSizeAuthor
#1 00000148.png84.89 KBgeneralredneck
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

generalredneck’s picture

FileSize
84.89 KB

Ok so this will be really simple to fix...

In your view, change the field you are displaying to just "Node: Title" or "Content: Title" depending on your version of Drupal. This will display the title that you inputted when you created the node.
View example D7
Then in your sort section add "Node: Title - Natural Sort" and sort in the order you wish to sort... ascending or descending.

The reason Natural Sort is appends things to numbers is to "trick" the database into doing a numerical sort on alphanumeric data. The same is true with words that are removed like A, The, and An.

Let me know if this doesn't help and if you would, show me a copy of your view so that I may replicate your results.

Also if you need a D6 example screenshot, let me know. I just didn't have a copy on my work machine to pull from.

generalredneck’s picture

I did end up Drawing up some documentation as a result of this. Check out the Drupal 6 Documentation and see if that helps you any?

generalredneck’s picture

Status: Active » Closed (works as designed)

Closing because of inactivity.