Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Bottom of the post page.
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

thelodger
Junior Member

United Kingdom
296 Posts

Posted - 10 January 2010 :  15:17:11  Show Profile  Reply with Quote
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?

Etymon
Advanced Member

United States
2385 Posts

Posted - 10 January 2010 :  18:16:21  Show Profile  Visit Etymon's Homepage  Reply with Quote
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

Edited by - Etymon on 10 January 2010 18:22:55
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 11 January 2010 :  08:05:39  Show Profile  Visit AnonJr's Homepage  Reply with Quote
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).
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07