Author |
Topic |
D3mon
Senior Member
United Kingdom
1685 Posts |
|
Lydecker
Junior Member
United Kingdom
297 Posts |
Posted - 03 September 2002 : 10:48:12
|
thanks, I have done< |
|
|
Lydecker
Junior Member
United Kingdom
297 Posts |
Posted - 03 September 2002 : 10:49:59
|
where can I fond you email - its not in your profile :(< |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 03 September 2002 : 10:52:32
|
quote: Originally posted by Lydecker
where can I fond you email - its not in your profile :(
when I look it says - E-mail User: Click to send an E-Mail< |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
Lydecker
Junior Member
United Kingdom
297 Posts |
Posted - 03 September 2002 : 10:53:34
|
but I can't attach my file that way :(< |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 03 September 2002 : 10:57:35
|
I know it's a bit of pain like that - however it does allow me to reply to you then, you can reply again with the file attached as normal.< |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
Lydecker
Junior Member
United Kingdom
297 Posts |
Posted - 03 September 2002 : 10:58:17
|
ah - okay I sent one about 5 mins ago :)< |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 03 September 2002 : 11:52:02
|
Oh hell, I'm having all kinds of problems with my email at the moment. Try downloading the latest version of the MOD. I made some changes to the readme that might make it clearer.< |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 03 September 2002 : 14:20:07
|
Found another tiny bug - When selecting footer and right columns only, the footer/header area does not stretch across 100% of the screen width. Change the following lines in the modified inc_footer.asp to fix it:
if strSiteLeft = "1" then
if strSiteRight = "1" then
Response.write " colspan=""3"""
else
Response.write " colspan=""2"""
end if
end if
To:
if strSiteRight = "1" then if strSiteLeft = "1" then Response.write " colspan=""3""" else Response.write " colspan=""2""" end if end if
if strSiteLeft = "1" or strSiteRight = "1" then
if strSiteLeft = "1" and strSiteRight = "1" then
Response.write " colspan=""3"""
else
Response.write " colspan=""2"""
end if
end if
Do the same in inc_header.asp too. Header area was bugged to! .zip has been updated.< |
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 05 September 2002 11:33:28 |
|
|
tduffy
Junior Member
146 Posts |
Posted - 04 September 2002 : 02:42:06
|
i'm having the problem where the settings wont stay or save in admin options, could anyone help me, i'm using 3.4.02 and have all the code added.< |
|
|
joatham
Junior Member
United Kingdom
169 Posts |
Posted - 04 September 2002 : 04:37:44
|
I had similar problems (see my earlier post on page 2 in this thread) and when I made the changes to the chkRadio calls, ran it, it worked fine. Then I changed them back and it still worked fine, so that's why I crossed them out.
It might be worth trying the changes, running it and seeing what happens (I wasn't sure if it was that or that I'd not added the variables correctly to the config.asp though, and haven't had time to look at the chkRadio function more closely to understand it)..< |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 04 September 2002 : 06:05:48
|
Try running the 'check installation' option in the Admin options for this problem. Its seems to reset the session and get things moving.< |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
tduffy
Junior Member
146 Posts |
Posted - 04 September 2002 : 12:11:42
|
quote: Originally posted by D3mon
Try running the 'check installation' option in the Admin options for this problem. Its seems to reset the session and get things moving.
I just gave that a try and it didn't fix it.< |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 04 September 2002 : 13:17:40
|
Ah. Two things to check then. Did you make the changes to the config.asp file and also did you run the dbs_ file via MOD set up in the Admin options?< |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
tduffy
Junior Member
146 Posts |
Posted - 04 September 2002 : 13:30:54
|
quote: Originally posted by D3mon
Ah. Two things to check then. Did you make the changes to the config.asp file and also did you run the dbs_ file via MOD set up in the Admin options?
I have made the changes that you have listed in your readme.htm, and the dbs file was ran via mod setup first thing.< |
|
|
Topic |
|