Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Bottom of the post page.

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
thelodger Posted - 10 January 2010 : 15:17:11
When reading a thread that has a zillion responses, the links available at the bottom of the page are...

New Topic
Reply to Topic
Send Topic to a Friend
Printer Friendly
and a few other icons

The new topic and reply to topic, are used by our members, the rest are not.

We really could do with a shortcut back to 'active topics' instead of the other stuff

Is this doable?

If so can anyone help me with it?
2   L A T E S T    R E P L I E S    (Newest First)
AnonJr Posted - 11 January 2010 : 08:05:39
Sure. I've been playing with that very idea on another project. In inc_footer.asp I made a call to sForumNavigation() where I wanted it to show. I've made some extensive changes to the header and footer so I'm not sure posting the code would help. The only issue I've run into is that on default.asp it shows I have two members pending when I have two members (actual members, not pending).
Etymon Posted - 10 January 2010 : 18:16:21
You can make a copy of the PostingOptions subroutine, calling it something like PostingOptions2 where you add and or comment out the code and then replace the call to the PostingOptions subroutine (as in the code below) with your new subroutine, or you can comment out the call to the PostingOptions subroutine and just write in the code you want to go there instead of a subroutine:


Response.Write "<table align=""center"" border=""0"" cellPadding=""0"" cellSpacing=""0"" width=""95%"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td>" & vbNewLine & _
" <table width=""100%"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td align=""center"" valign=""top"" width=""50%"">" & vbNewLine
' Call PostingOptions()
Call PostingOptions2()
Response.Write "</td>" & vbNewLine & _
" <td align=""right"" valign=""top"" width=""50%"" nowrap>" & vbNewLine
%>
<!--#INCLUDE FILE="inc_jump_to.asp" -->
<%
Response.Write " </td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" </table>" & vbNewLine

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.07 seconds. Powered By: Snitz Forums 2000 Version 3.4.07