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)
 MOD: Site Integration v1.1 (for Snitz v3.4.xx)
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 21

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 03 September 2002 :  10:38:31  Show Profile  Visit D3mon's Homepage  Reply with Quote
Oh dear! Email me and I'll take a look at your inc_header.asp file..<


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

Lydecker
Junior Member

United Kingdom
297 Posts

Posted - 03 September 2002 :  10:48:12  Show Profile  Visit Lydecker's Homepage  Reply with Quote
thanks, I have done<
Go to Top of Page

Lydecker
Junior Member

United Kingdom
297 Posts

Posted - 03 September 2002 :  10:49:59  Show Profile  Visit Lydecker's Homepage  Reply with Quote
where can I fond you email - its not in your profile :(<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 03 September 2002 :  10:52:32  Show Profile  Visit D3mon's Homepage  Reply with Quote
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"
Go to Top of Page

Lydecker
Junior Member

United Kingdom
297 Posts

Posted - 03 September 2002 :  10:53:34  Show Profile  Visit Lydecker's Homepage  Reply with Quote
but I can't attach my file that way :(<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 03 September 2002 :  10:57:35  Show Profile  Visit D3mon's Homepage  Reply with Quote
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"
Go to Top of Page

Lydecker
Junior Member

United Kingdom
297 Posts

Posted - 03 September 2002 :  10:58:17  Show Profile  Visit Lydecker's Homepage  Reply with Quote
ah - okay I sent one about 5 mins ago :)<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 03 September 2002 :  11:52:02  Show Profile  Visit D3mon's Homepage  Reply with Quote
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"
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 03 September 2002 :  14:20:07  Show Profile  Visit D3mon's Homepage  Reply with Quote
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
Go to Top of Page

tduffy
Junior Member

146 Posts

Posted - 04 September 2002 :  02:42:06  Show Profile  Reply with Quote
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.<
Go to Top of Page

joatham
Junior Member

United Kingdom
169 Posts

Posted - 04 September 2002 :  04:37:44  Show Profile  Visit joatham's Homepage  Reply with Quote
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)..<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 04 September 2002 :  06:05:48  Show Profile  Visit D3mon's Homepage  Reply with Quote
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"
Go to Top of Page

tduffy
Junior Member

146 Posts

Posted - 04 September 2002 :  12:11:42  Show Profile  Reply with Quote
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.<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 04 September 2002 :  13:17:40  Show Profile  Visit D3mon's Homepage  Reply with Quote
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"
Go to Top of Page

tduffy
Junior Member

146 Posts

Posted - 04 September 2002 :  13:30:54  Show Profile  Reply with Quote
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.<
Go to Top of Page
Page: of 21 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07