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/Code)
 Snitz 'SpeedBall 2'
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 19

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 30 October 2004 :  16:30:52  Show Profile  Visit D3mon's Homepage
Speedball uses % font sizes in CSS, so if a quote is within a quote, the font size then becomes a percentage of the parent quote's size. I hadn't noticed that until now, so I'll have a look for a fix.


Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod
"In war, the victorious strategist only seeks battle after the victory has been won"
Go to Top of Page

Chuck McB
Junior Member

WooYay
196 Posts

Posted - 30 October 2004 :  20:27:17  Show Profile  Visit Chuck McB's Homepage  Send Chuck McB an ICQ Message
cheers.

I've also found a bug in admin_accounts_pending.asp, it's displaying the email address and registered date twice. Deleteing these lines fixes it (#4.1 & 4.2)
		"<td class=""" & CColor & " ffs c"">" & ChkDate(MP_MemberDate,"<br />",true) & "</td>" & _
		"<td class=""" & CColor & " iffc c"">" & MP_MemberEMail & "</td>" & _


Also the highlighting doesn't seem to be working on accounts pending for 7+ days.
Is fixed by changing line 402 from
		if days >= 7 then Response.Write hlfc else Response.Write iffc
to
		if days >= 7 then Response.Write "hlfc" else Response.Write "iffc"


HTH

Edit: Seems the "Send Topic to a Friend" pop up is a shade too short to show the 'submit' button (same does for pop_moderate).

Edit #2: the TopicPaging function on moderate.asp is a wee bit broken (black borders arround each page number), using the one from active.asp looks much better IMHO.

Edit #3: The jump to menu on topic.asp doesn't work, it gives a JS error. If you get this as well, open topic.asp and find this code (about #300)
	Response.Write "<script language=""JavaScript"" type=""text/javascript"">" & _
	"<!--" & _
	"function jumpTo(s) {if (s.selectedIndex != 0) location.href = s.options[s.selectedIndex].value;return 1;}" & _
	"// -->" & _
	"</script>"

to
	Response.Write "<script language=""JavaScript"" type=""text/javascript"">" & _
	"<!--" & vbNewline & _
	"function jumpTo(s) {if (s.selectedIndex != 0) location.href = s.options[s.selectedIndex].value;return 1;}" & _
	"// -->" & _
	"</script>"



Edit #4: Seems that search.asp doesn't set ARCHIVE=true on links to posts in the archives.

(ps. still loving this mod, has taken my bandwidth usage down by 30%

Edited by - Chuck McB on 07 November 2004 19:29:08
Go to Top of Page

tiwale
Starting Member

1 Posts

Posted - 11 November 2004 :  17:23:51  Show Profile
what's up with the Universal Login, Conquerchat with Speedball II ??

any issues ?

great work daemon
Go to Top of Page

Ric
Starting Member

United Kingdom
47 Posts

Posted - 19 November 2004 :  06:11:48  Show Profile
Is there any documentation on what's needed to convert a mod to Speedball? e.g. Something that lists what each of the CSS tags applies to rather than guessing or changing each one to see what it affects would be handy.

I tagged my Photo Album onto a Speedball install and the header blew out straight away (something to do with dWStatus IIRC).

New Photo Album Mod demo
Go to Top of Page

Chuck McB
Junior Member

WooYay
196 Posts

Posted - 19 November 2004 :  14:44:23  Show Profile  Visit Chuck McB's Homepage  Send Chuck McB an ICQ Message
Clickity Click (from the first post)
Go to Top of Page

Ric
Starting Member

United Kingdom
47 Posts

Posted - 22 November 2004 :  04:04:33  Show Profile
Typical! Completely missed that link in the original post. Now it's blindingly obvious!!

Thanks Chuck.

New Photo Album Mod demo
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 11 December 2004 :  15:37:52  Show Profile  Visit D3mon's Homepage
Anyone interested in Speedball 3?


Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod
"In war, the victorious strategist only seeks battle after the victory has been won"
Go to Top of Page

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 11 December 2004 :  15:41:27  Show Profile  Visit PeeWee.Inc's Homepage
uh huh

well, details on the upgrades would be super first

De Priofundus Calmo Ad Te Damine
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 11 December 2004 :  16:18:22  Show Profile  Visit D3mon's Homepage
Well, I guess another pass over the code for bandwidth savings would be in order, plus some SEO optimisations (courtesy of ASPWiz).
Thinking of optimizing the CSS a little more and removing some of the nested table structure where possible, replacing it with a more CSS-focussed system.
Not to forget the 3.4.05 updates and fixes suggested by various members here in the past few months.


Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod
"In war, the victorious strategist only seeks battle after the victory has been won"
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 11 December 2004 :  16:20:51  Show Profile  Visit D3mon's Homepage
In two-minds about adding in some of the more popular mods too, as this seems to be a major issue for potential users. I think that would seriously set back the release though in terms of time.


Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod
"In war, the victorious strategist only seeks battle after the victory has been won"
Go to Top of Page

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 11 December 2004 :  17:04:21  Show Profile  Visit PeeWee.Inc's Homepage
Make a new topic in MOD Add-On Forum (W/O Code) for idea's and members views

De Priofundus Calmo Ad Te Damine
Go to Top of Page

Chuck McB
Junior Member

WooYay
196 Posts

Posted - 14 December 2004 :  14:43:52  Show Profile  Visit Chuck McB's Homepage  Send Chuck McB an ICQ Message
I noticed that the spoiler code wasn't working in SB2 so I did a quick hack:

inc_func_common.asp line #196
change
fString = doCode(fString, "", "", "<span color=" & Chr(34) & CColor & Chr(34) & ">", "</span id=" & Chr(34) & CColor & Chr(34) & ">")

to
fString = doCode(fString, "", "", "<span class=" & Chr(34) & "sffc" & Chr(34) & ">", "</span>")


Then add another line to snitz.css like so:
.sffc			{ color:black; background:black } /* spoiler */


Edit:
Anyone else getting _hundreds_ of 404s for /none in their server logs? EG:
quote:
2004-12-19 21:13:56 195.93.33.7 - 68.76.254.161 GET /none - 404 2 1188 408 0
2004-12-19 21:13:59 81.178.250.24 - 68.76.254.161 GET /none - 404 2 1188 488 0
2004-12-19 21:14:02 195.93.33.7 - 68.76.254.161 GET /none - 404 2 1188 474 0
2004-12-19 21:14:16 195.93.33.7 - 68.76.254.161 GET /none - 404 2 1188 406 0
2004-12-19 21:14:17 83.31.31.239 - 68.76.254.161 GET /none - 404 2 1188 754 0
2004-12-19 21:14:17 69.242.69.37 - 68.76.254.161 GET /none - 404 2 1212 475 0
2004-12-19 21:14:24 195.93.33.7 - 68.76.254.161 GET /none - 404 2 1188 416 0
2004-12-19 21:14:26 83.31.31.239 - 68.76.254.161 GET /none - 404 2 1188 754 15
2004-12-19 21:14:29 81.178.250.24 - 68.76.254.161 GET /none - 404 2 1188 531 0
2004-12-19 21:14:29 195.93.33.7 - 68.76.254.161 GET /none - 404 2 1188 406 0
2004-12-19 21:14:32 67.168.148.95 - 68.76.254.161 GET /none - 404 2 1188 423 0
2004-12-19 21:14:34 195.93.33.7 - 68.76.254.161 GET /none - 404 2 1188 416 0
2004-12-19 21:14:37 195.93.33.7 - 68.76.254.161 GET /none - 404 2 1188 406 0
2004-12-19 21:14:43 195.93.33.7 - 68.76.254.161 GET /none - 404 2 1188 416 0
2004-12-19 21:14:46 195.93.33.7 - 68.76.254.161 GET /none - 404 2 1188 406 0
2004-12-19 21:14:47 67.168.148.95 - 68.76.254.161 GET /none - 404 2 1188 433 0


It seems the only page in the entire site with the word none is snitz.css. Strange. :/

Edit #2

Just seen a bug in pop_messengers.asp line 60 there is an extra ) after strAIM_Name that is not needed.

Edited by - Chuck McB on 23 December 2004 13:35:01
Go to Top of Page

Chuck McB
Junior Member

WooYay
196 Posts

Posted - 29 December 2004 :  18:22:03  Show Profile  Visit Chuck McB's Homepage  Send Chuck McB an ICQ Message
Just dug this out of my sites stats, may be handy for some folks to compare to the default Snitz install:


pages-url     Viewed  Average size 
/topic.asp    91688   43.19 KB  
/forum.asp    33253   39.31 KB 
/default.asp  19278   35.64 KB 
/active.asp   15362   50.96 KB 
/Default.asp  12841   33.00 KB



Go to Top of Page

golfmann
Junior Member

United States
450 Posts

Posted - 29 June 2005 :  20:23:29  Show Profile  Visit golfmann's Homepage
quote:
Originally posted by D3mon

Anyone interested in Speedball 3?


Yes...
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 30 June 2005 :  15:43:04  Show Profile  Visit D3mon's Homepage
I must get off my lazy ass and do some more work on it...


Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod
"In war, the victorious strategist only seeks battle after the victory has been won"
Go to Top of Page
Page: of 19 Previous Topic Topic Next Topic  
Previous Page
 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