View Full Version : Re-sorting Order
Scott D Davis
2003-05-07, 03:10 AM
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?
Steven Campbell
2003-05-07, 03:21 AM
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
Scott D Davis
2003-05-07, 03:30 AM
:shock:
[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.
christopher.zoog51272
2003-05-07, 01:51 PM
:shock:
[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 :wink:
cmahoney
2003-05-07, 02:10 PM
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/
christopher.zoog51272
2003-05-07, 02:25 PM
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 :D
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.