Author |
Topic |
zeth
Junior Member
United Kingdom
117 Posts |
Posted - 27 November 2003 : 09:05:11
|
Good Plan, Download Updated Accordingly. |
THEOLOGY.ME.UK CROSSRING.COM |
Edited by - zeth on 27 November 2003 09:26:22 |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 29 November 2003 : 06:42:24
|
BUGFIX: topic.asp Quick Reply box - Nested table creates 2px wide border, should be 1px
Find (approx. line #1084)
Sub QuickReply()
intSigDefault = getSigDefault(MemberID)
Response.Write "<script language=""JavaScript"" type=""text/javascript"" src=""inc_code.js""></script>" & _
"<table width=""100%"" border=""0"" cellspacing=""0"" cellpadding=""0"" align=""center"">" & _
"<tr>" & _
"<td class=""PopupBorderColor"">" & _
"<table width=""100%"" border=""0"" cellspacing=""0"" cellpadding=""1"">" & _ and change it to look like this:
Sub QuickReply()
intSigDefault = getSigDefault(MemberID)
Response.Write "<script language=""JavaScript"" type=""text/javascript"" src=""inc_code.js""></script>" & _
"<table class=""PopupBorderColor"" width=""100%"" border=""0"" cellspacing=""0"" cellpadding=""1"">" & _ Then find (approx. line #1129) and remove lines in red
"</table>" & _
"</td>" & _
"</tr>" & _
"</table>" & _
"<br />"
end sub [updated download] |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
Edited by - D3mon on 29 November 2003 06:49:13 |
|
|
zeth
Junior Member
United Kingdom
117 Posts |
Posted - 30 November 2003 : 17:01:58
|
Well finally got My site Speedballed.
All of the following MODs worked fine using D3mon's conversion guide:
Avatar mod, Content Mod, Firewall Register fix, Links Manager, Message Image Mod, Mozilla fix, Private Messages Mod, Rules Mod, Spell check mod, Universal login, Who read mod.
So there is no exuse not to take the plunge and upgrade to Speedball today!
D3mon, how about putting the Mozilla fix in the Speedball Base Code? Since it is a really annoying bug for Firebird/Mozilla users.
(I wish the forum.snitz.com would add it too since it is very annoying to have to cut and paste the forum code while writing this.) |
THEOLOGY.ME.UK CROSSRING.COM |
Edited by - zeth on 30 November 2003 17:02:17 |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
|
zeth
Junior Member
United Kingdom
117 Posts |
Posted - 30 November 2003 : 18:05:56
|
The Mozilla fix allows users of Mozilla/Firebird and most other non-Internet Explorer browsers to use all the formatting buttons and smile buttons, and allows the code to be inserted in the right place. |
THEOLOGY.ME.UK CROSSRING.COM |
|
|
altisdesign
Junior Member
United Kingdom
357 Posts |
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 10 December 2003 : 15:49:26
|
I'm currently working on the next (and even tighter) version of Speedball. New goals are improved CSS and XHTML compatibility (where possible)
see the live demo |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
sr_erick
Senior Member
USA
1318 Posts |
Posted - 06 January 2004 : 12:08:31
|
Cool. I have been looking at my logs. I am actually using more bandwidth to .asp files than images or anything else. Anywheres from 700 megs to 1.2 gigs a day in .asp files alone. My default page though, lets say, the filesize is quite large. I do have compression enabled for IIS and that is saving me around 70% on the bandwidth though. I'd like to use some CSS on my forum. Does anyone know if some of these modifications will be included in V4 of snitz or is it strictly internationalization only? |
Erick Snowmobile Fanatics
|
|
|
davemaxwell
Access 2000 Support Moderator
USA
3020 Posts |
Posted - 06 January 2004 : 14:00:30
|
AFAIK, the current plan is for internationalization only (though I think SOME css has been done since all the files were being touched). |
Dave Maxwell Barbershop Harmony Freak |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 06 January 2004 : 14:41:39
|
all the files had been updated, but that's becasue there were changes to the standard comment block at the top of each file. I'm currently working the 3.4.0.4 changes into the new version of Speedball which should be ready for release shortly (but when exactly, I can't really say.) |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
zeth
Junior Member
United Kingdom
117 Posts |
|
zeth
Junior Member
United Kingdom
117 Posts |
Posted - 07 January 2004 : 17:43:01
|
When we get through all that (3.4.04), is it worth me publishing MODs for Speedball or should I wait until you release your newer version?
I have converted the MODS that I listed above but do not want to have to write new readme files if they will not be useful for very long... |
THEOLOGY.ME.UK CROSSRING.COM |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 08 January 2004 : 15:28:01
|
the new version employs a revised set of CSS names so it may well be worth holding off for the new version before converting any medium-large size MODS. |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
zeth
Junior Member
United Kingdom
117 Posts |
|
Topic |
|