SELECT ForumNumber, ForumTitle, ForumURL FROM forums WHERE Deleted=0 AND Searchable=1 AND ForumCategory='sig' AND archived = 0 ORDER BY ForumTitle ForumsList[GetForumsList.ForumNumber] = StructNew(); ForumsList[GetForumsList.ForumNumber].ForumTitle = GetForumsList.ForumTitle; ForumsList[GetForumsList.ForumNumber].ForumURL = GetForumsList.ForumURL;
#HeaderFont#  Search#RowHeight_img#
#DefaultFont# 
#DefaultFont#   Choose which SIGs to search:#DefaultFont#Unselect All | Select All
checked checked > #DefaultFont##ForumTitle#

#DefaultFont#   Date:

 #RowHeight_img#
#DefaultFont#   Author:  #RowHeight_img#
#DefaultFont#   Title:  #RowHeight_img#
#DefaultFont#   Body:
#DefaultFont# 
#DefaultFont# 
SELECT ForumNumber, ID, NumReplies, TSCreated, Title, Author, parentID, username FROM Threads WHERE ForumNumber in (#ListChangeDelims(attributes.SearchForums, ", ")#) AND Deleted = 0 AND Class=1.0 AND TSCreated > #attributes.Date# AND Title LIKE '%#attributes.Title#%' AND Author LIKE '%#attributes.Author#%' AND Body LIKE '%#attributes.Body#%' ORDER BY TSCreated Desc pages = Ceiling(GetResults.RecordCount / SearchPageLength); PageNavigator = ""; if (Pages GT 1) { PageNavigator = DefaultFont & "Pages:"; for (count = 1; count LTE Pages; count = count + 1){ if (attributes.CurrentPage NEQ count) { PageNavigator = PageNavigator & " #Count# |"; } else { PageNavigator = PageNavigator & " #Count# |"; } } if (attributes.CurrentPage LT Pages) { PageNavigator = PageNavigator & " Next &##187;"; } PageNavigator = PageNavigator & "
"; }
#DefaultFont##PageNavigator#
   ---> if (NumReplies GT 0) {Replies_dsp = " (#NumReplies#)";} else {Replies_dsp = "";} if (CurrentRow MOD 2 eq 1) {bg_color=RowColor1;} else {bg_color=RowColor2;}
#HeaderFont#  Dialogue   #HeaderFont#  Posted by   #HeaderFont#  Date  #RowHeight_img#
#HeaderFont#Last Post Date Posted SIG Title
#DefaultFont#  
  No matches found.
  Try again
 #RowHeight_img#

#title#
posted replied to by #author#

#DateFormat(TSCreated,'mmm d, yyyy')#

#ForumsList[ForumNumber].ForumTitle#


#DefaultFont##PageNavigator#