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)
 Add PM Bar and Active Users to Active Topics
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Titan
Starting Member

14 Posts

Posted - 09 May 2002 :  16:29:13  Show Profile
Most of my users, myself included, will sit on the ACTIVE TOPICS page and wait for new topics to appear. They, as well as myself, think it would be great to have the Private Message Bar and the Active Users bars at the bottom of the page so when it refreshes, they can see who is still on and if they have messages without leaving the Active Users page.

Can I follow the instructions for both mods for the default.htm page and add the code in the instructions to the active users page?

Thanks much,

Titan

Steve D.
Average Member

USA
640 Posts

Posted - 09 May 2002 :  16:49:01  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
yep, just add the include statement for the PM's and Active Users where you want to see them appear on active.asp



----------------------------------------
Badges? We don't need no stinking badges
Go to Top of Page

Steve D.
Average Member

USA
640 Posts

Posted - 09 May 2002 :  17:06:17  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
Find this code


Set rs = nothing
Response.Write " </tr>" & vbNewline & _
" </table>" & vbNewline & _
" </td>" & vbNewline & _
" </tr>" & vbNewline & _
"</table>" & vbNewline
%>

and replace with this

Set rs = nothing
Response.Write " </tr>" & vbNewline & _
" </table>" & vbNewline & _
" </td>" & vbNewline & _
" </tr>" & vbNewline
%>
<tr><td><table><tr><td>
<!--#INCLUDE FILE="inc_activeusers.asp" -->
</td></tr></table></td></tr>
</table>


This is only for Active Users, but I'm assuming you'll just need to do add another Include for PM's as well.


----------------------------------------
Badges? We don't need no stinking badges
Go to Top of Page

Steve D.
Average Member

USA
640 Posts

Posted - 09 May 2002 :  17:09:15  Show Profile  Visit Steve D.'s Homepage  Send Steve D. a Yahoo! Message
I did this on my site. Someone had asked a while ago for it so I figured now was as good a time as any to add it.

http://www.itsallswing.com/forum/active.asp

----------------------------------------
Badges? We don't need no stinking badges
Go to Top of Page

Titan
Starting Member

14 Posts

Posted - 09 May 2002 :  17:20:14  Show Profile
Thanks Steve D.

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07