Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListRich textRich text's unique sorting order
Previous
 
Next
New Post
10/7/2007 6:07 PM
 

I just added a UDT module at the bottom of this page. I uses Rich Text so that I could have real links that would be followed by Google. 

When I add my son-in-laws valet company Butler Valet it show up at the top of the list sorted  right before Aging Care.  When I reverse the sort it has problems too. This is using UDT 3.4.0.   In the other UDTs on the page the text is JustPlainText and it sort just fine, however these links don't count with Google et al. 

Since a major purpose of these links is for search engines I'll take the trade-off and keep them in Rich Text. Any idea on how to work around this?

BTW: I got 5 exceptions while trying to submit this via FireFox earlier.


/Dave S
 
New Post
10/7/2007 6:35 PM
 

Dave, sorting is fine, it is just not what you are expecting.

You have the following entries inside: 

  1. <p><a href="somelinkToB">BCaption.</a></p>
  2. <p><strong><a href="somelinkToA">ACaption.</a></strong></p>
  3. ....

Remove the bold formating, and it will work. However, the datatype Link is using some more tricks, and you may want to use this also, even if  you would need to handle this manually:

  1. <!--ACaption--><p><strong><a href="somelinkToA">ACaption.</a></strong></p>
  2. <!--BCaption--><p><a href="somelinkToB">BCaption.</a></p>
  3. ....
 
New Post
10/8/2007 11:21 AM
 

I think you have two options:

- Add a separate field to the UDT for the company name which is plain text that you hide but sort against
- Add a calculated column to create the Name/Link column heading that displays the company name as a link

Remember, Rich Text is HTML.  So when you sort on Rich Text, you're ultimately sorting on the underlying code that was entered.  This is definitely not something you'd want to sort on.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListRich textRich text's unique sorting order


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out