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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Moving my "Stats" CELL to my "Board Stats" TABLE..
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Hasheba
New Member

USA
97 Posts

Posted - 25 January 2003 :  12:44:44  Show Profile  Visit Hasheba's Homepage  Send Hasheba an AOL message
If you look at http://www.leo-land.net/forum you can see I have a Stats Cell and a Board Stats Table. I want to move that cell into the Board Stats TABLE. Is there any way of doing this?

Thanks

-Jeff
http://www.leo-land.net

masterao
Senior Member

Sweden
1678 Posts

Posted - 25 January 2003 :  12:52:19  Show Profile  Visit masterao's Homepage
In your default.asp, look for this piece of code (lines 563-574):


	next '## Next Category
end if
if strPMStatus = "1" then
%>
<!--#INCLUDE FILE="privatemess.asp"-->
<% end if
if strShowStatistics = "1" then
	WriteStatistics
end if
%>
<!--#include file="inc_activeusers.asp"-->
<%


Change it to this:


	next '## Next Category
end if
%><!--#include file="inc_activeusers.asp"--><%
 if strPMStatus = "1" then 
%>
<!--#INCLUDE FILE="privatemess.asp"-->
<% end if
if strShowStatistics = "1" then
	WriteStatistics
end if


Then it will look as you want it to.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

Hasheba
New Member

USA
97 Posts

Posted - 25 January 2003 :  13:02:05  Show Profile  Visit Hasheba's Homepage  Send Hasheba an AOL message
Awesome! I just changed one thing on that new code you gave me, now it is perfect! Thanks! I think I'm starting to learn a few things in ASP! lol..

Thanks again, you are very helpful!

-Jeff
http://www.leo-land.net
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 25 January 2003 :  16:18:57  Show Profile  Visit masterao's Homepage
Im just glad to be of assistance. Snitz is a very good way to pick up skill with ASP, which is how I started coding in ASP.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
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.28 seconds. Powered By: Snitz Forums 2000 Version 3.4.07