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
 Help needed with Simple Site Statistic v1.1
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

loren57
Starting Member

Australia
13 Posts

Posted - 12 October 2004 :  00:36:05  Show Profile  Visit loren57's Homepage
I've installed the site stats mod on my snitz 3.4.04 forum and its working fine except that the table where the stats are showing is small and i'd like to make it 100%, same size as the rest of the table. And also on the bottom right corner part of the forum table is black.
Can anyone help me please?
Here is a link to an image so you can see what i'm talking about or see my forum.

Ranko
Junior Member

400 Posts

Posted - 12 October 2004 :  05:04:30  Show Profile
The balck cell in the bottom is there because ou most probably missed a colspan.

Can you upload the code for the page?
Go to Top of Page

loren57
Starting Member

Australia
13 Posts

Posted - 12 October 2004 :  06:19:00  Show Profile  Visit loren57's Homepage
Thanks Ranko!
Is that the code for the default.asp you want me to upload?
If so here it is default.txt
Go to Top of Page

loren57
Starting Member

Australia
13 Posts

Posted - 12 October 2004 :  19:22:44  Show Profile  Visit loren57's Homepage
ok, i've sorted out the problem of making the table 100%. I added the table width (width=""100%"") to all the tables in the inc_sitestat.asp and that seemed to work.

Now the only problem is the black space on the bottom of the last row where it says "Please welcome our newest member". I tried looking at the colspan on the default.asp file but it's the same as the rest of it so I don't really know what to look for. Maybe it's not the file i'm supposed to be looking at?
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 13 October 2004 :  03:02:33  Show Profile
loren57,

The code we need to see is in the statistics file you use, but I would say there is a
<td>
near where is says "Please welcome our newest member" and you need to add a
colspan=""2""
in there so it looks like
<td colspan=""2"">


How does that work?

Cheers,

David Greening
Go to Top of Page

loren57
Starting Member

Australia
13 Posts

Posted - 13 October 2004 :  03:54:03  Show Profile  Visit loren57's Homepage
Hi David,
thanks for the hint!
I couldn't quite find any of the code that had the
<td colspan=""2"">
my code seems a bit different. I found this code though:
	if NewMember_Name <> "" then 
		Response.Write	"              <tr>" & vbNewline & _
				"                <td bgcolor=""" & strForumCellColor & """ colspan=""" & sGetColspan(6,5) &_
				""">" & _
				"<font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """ color=""" & strForumFontColor & """>" & fLangN("L_Default074", "<span class=""spnMessageText"">" & profileLink(NewMember_Name,NewMember_Id) & "</span>") & "</font></td>" & vbNewline & _
				"              </tr>" & vbNewline

I don't know why, but I tried changing the red section above to this
sGetColspan(7,6)
and it seems to have worked. I just hope I didn't stuff something else up.
Thanks mate!
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.38 seconds. Powered By: Snitz Forums 2000 Version 3.4.07