Results 1 to 6 of 6

Thread: Re-sorting Order

  1. #1
    Revit Technical Specialist - Autodesk Scott D Davis's Avatar
    Join Date
    2003-04
    Location
    Chino, CA
    Posts
    4,756
    Login to Give a bone
    0

    Default

    Zoog!

    Is there a way to allow us to re-sort a thread in reverse chronological order, so the newest is on top of the list? Maybe a button, or clickable column headers that will allow re-sorting?

  2. #2
    I could stop if I wanted to Steven Campbell's Avatar
    Join Date
    2003-05
    Location
    The Factory - North & some times far East
    Posts
    310
    Login to Give a bone
    0

    Default Re: Re-sorting Order

    Look just below the last post in a topic.

    Display posts from previous: All Posts\/ Newest First \/ Go

    Should be at the top of the page to be usefull, and with some way to save the setting.

    ___________________________________________________
    Steve

  3. #3
    Revit Technical Specialist - Autodesk Scott D Davis's Avatar
    Join Date
    2003-04
    Location
    Chino, CA
    Posts
    4,756
    Login to Give a bone
    0

    Default Re: Re-sorting Order



    [open eyes] slap forhead [/open eyes]

    there it is....i knew there had to be something. It should be at the top of the page, and it would be nice if the setting was saved per user so it would remain as selected.

  4. #4
    AUGI Addict christopher.zoog51272's Avatar
    Join Date
    2003-04
    Location
    Cinnaminson, NJ / NYC
    Posts
    1,096
    Login to Give a bone
    0

    Default Re: Re-sorting Order

    Quote Originally Posted by Scott Davis


    [open eyes] slap forhead [/open eyes]

    there it is....i knew there had to be something. It should be at the top of the page, and it would be nice if the setting was saved per user so it would remain as selected.
    I'll see what I can do about moving it up top, but lately, everythime I mess with the code, I always screw someting up, (see the search results page page lately?) It's an easy fix, but you go blind after a while of staring at stuff like this:[code:1:3742a82f72] <tr>
    <th class="thHead" colspan="2">{L_POSTED_ATTACHMENTS}</th>
    </tr>

    <!-- BEGIN attach_row -->
    <tr>
    <td class="row1"><span class="gen"><b>{L_FILE_NAME}</b></span></td>
    <td class="row2"><span class="gen"> <a class="gen" href="{attach_row.U_VIEW_ATTACHMENT}" target="_blank">{attach_row.FILE_NAME}</a></span>
    </td>
    </tr>
    <tr>
    <td class="row1"><span class="gen"><b>{L_FILE_COMMENT}</b></span></td>
    <td class="row2"><span class="genmed"><textarea name="comment_list[]" rows="3" cols="35" wrap="virtual" size=40 class="post">{attach_row.FILE_COMMENT}</textarea></span>
    </td>
    </tr>
    <tr>
    <td class="row1"><span class="gen"><b>{L_OPTIONS}</b></span></td>
    <td class="row2"><span class="genmed">
    <input type="submit" name="edit_comment[{attach_row.ATTACH_FILENAME}]" value="{L_UPDATE_COMMENT}" class="liteoption" />
    <!-- BEGIN switch_update_attachment -->
    & <input type="submit" name="update_attachment[{attach_row.ATTACH_ID}]" value="{L_UPLOAD_NEW_VERSION}" class="liteoption" />
    <!-- END switch_update_attachment -->
    & <input type="submit" name="del_attachment[{attach_row.ATTACH_FILENAME}]" value="{L_DELETE_ATTACHMENT}" class="liteoption" />
    <!-- BEGIN switch_thumbnail -->
    & <input type="submit" name="del_thumbnail[{attach_row.ATTACH_FILENAME}]" value="{L_DELETE_THUMBNAIL}" class="liteoption" />
    <!-- END switch_thumbnail -->
    </td>
    </tr>
    {attach_row.S_HIDDEN}
    <!-- END attach_row -->[/code:1:3742a82f72]

    I don't know how programmers do it all day, I'm sure the revit code is beyond difficult
    Chris
    SOM | New York

  5. #5
    Active Member
    Join Date
    2003-05
    Location
    Brockton, MA
    Posts
    61
    Login to Give a bone
    0

    Default Re: Re-sorting Order

    You might want to look into an editor that does syntax hilighting, if you haven't already. It's much easier on the eyes. Check this:

    http://bluefish.openoffice.nl/

  6. #6
    AUGI Addict christopher.zoog51272's Avatar
    Join Date
    2003-04
    Location
    Cinnaminson, NJ / NYC
    Posts
    1,096
    Login to Give a bone
    0

    Default Re: Re-sorting Order

    Quote Originally Posted by cmahoney
    You might want to look into an editor that does syntax hilighting, if you haven't already. It's much easier on the eyes. Check this:

    http://bluefish.openoffice.nl/
    Woah! This looks awesome, I was using power edit, but this looks sooo much better and has php sytax-ing!!!!

    Thanks for the link
    Chris
    SOM | New York

Similar Threads

  1. Replies: 4
    Last Post: 2015-01-29, 04:46 PM
  2. Layer sorting order
    By Wish List System in forum AutoCAD Wish List
    Replies: 3
    Last Post: 2014-01-22, 09:24 PM
  3. 2012: Display Order / Draw Order
    By Iceberg in forum AutoCAD General
    Replies: 1
    Last Post: 2013-08-08, 02:33 PM
  4. Replies: 4
    Last Post: 2010-05-14, 08:38 PM
  5. Replies: 7
    Last Post: 2007-05-03, 03:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •