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

Neilr
Junior Member

Australia
107 Posts

Posted - 02 January 2005 :  22:28:54  Show Profile  Visit Neilr's Homepage  Reply with Quote
Hi,

I have installed your fine mod and am trying to get it all to work.

Problem with Firefox:

I seem to be running into problems with certain pages. For example the frontpage of the forum is broken at the bottom and the footer is displaced.

Yet if you go into a thread it seems all fine??


Edit: Fixed this issue. It seems to be the placement of the include file cal_default.asp. Only will work if it is placed at the top

IE:

In IE the same problem exists on the frontpage of the forum except that there is no left or right images at all?? And the same deal with threads?? Is it me? have I screwed up something??

Any suggestions greatly accepted.

http://www.ausbream.com/forum/default.asp

Login: Tester
PW: tester
V. 3.4.05

Regards

Neil.
<

Edited by - Neilr on 03 January 2005 21:30:46
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 03 January 2005 :  08:21:14  Show Profile  Visit D3mon's Homepage  Reply with Quote
whats inside your site_include files?
<


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

Neilr
Junior Member

Australia
107 Posts

Posted - 03 January 2005 :  18:46:09  Show Profile  Visit Neilr's Homepage  Reply with Quote
inc_site_footer.asp
<!-- START FOOTER TABLE -->
<TABLE cellSpacing="0" cellPadding="0" width="100%" bgColor="#FFFFFF" border="0" align="center">
<tr>
<td bgColor="#899DC2">

<TABLE cellSpacing="0" cellPadding="0" width="770" height="100" bgColor="#EBF5FF" border=0 align="center">
<TR>
<TD width="20" background="../images/shadow1.gif" bgColor="#D5EAF9" vAlign="bottom"></TD>

<TD width="730" rowSpan="2" bgColor="#FFFFFF" vAlign="bottom">
<table border="0" cellpadding="0" cellspacing="0" width="730" height="59">

<TR>
<TD vAlign="bottom" bgColor="#a5adc2" height=45><img src="../images/bottom-f.jpg" width="730" height="45"></TD>
</TR>

<TR>
<TD vAlign="bottom" height="14"><img src="../images/blackbarbottom.gif" width="730" height="14"></TD>
</TR>

<TR>
<TD height="20" vAlign="bottom" background="../images/blacknav2.gif" class="copyright">
<DIV align="center">© Copyright 2004, Sportsfish Australia Pty Ltd. All Rights Reserved.</DIV></TD>
</TR>

</TABLE> </TD>

<TD width="20" background="../images/shadow11.gif" bgColor="#D5EAF9" vAlign="bottom"></TD>
</TR>
</table>
</TD>
</TR>
</table>
<!-- END FOOTER TABLE -->

</td>
</tr>
</table>
</TBODY>
<!-- END OUTER TABLE -->

Inc_site_left.asp
<!-- START LEFT TABLE --><table><img src="../images/shadow1.gif" width="20" height="100%"></table>
<!-- END LEFT TABLE -->

inc_site_right.asp
<!-- START LEFT TABLE --><table><img src="../images/shadow11.gif" width="20" height="100%"></table>
<!-- END LEFT TABLE --><

Edited by - Neilr on 03 January 2005 21:32:20
Go to Top of Page

Neilr
Junior Member

Australia
107 Posts

Posted - 03 January 2005 :  18:58:05  Show Profile  Visit Neilr's Homepage  Reply with Quote
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 04 January 2005 :  05:59:28  Show Profile  Visit D3mon's Homepage  Reply with Quote
<table><img src="../images/shadow1.gif" width="20" height="100%"></table> is not valid code.
Remove the table tags for these occurences...<


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

Neilr
Junior Member

Australia
107 Posts

Posted - 04 January 2005 :  08:38:23  Show Profile  Visit Neilr's Homepage  Reply with Quote
Hi D3mon,

Have done as you suggested but still the same

Cheers

Neil<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 04 January 2005 :  09:39:16  Show Profile  Visit D3mon's Homepage  Reply with Quote
in inc_site_footer.asp you have opening (<table>) 2 times and closing (</table>)4 times. It is absolutely essential that your tables be properly structured and complete for this mod.
<


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 04 January 2005 09:40:29
Go to Top of Page

Dubie
Junior Member

USA
127 Posts

Posted - 05 January 2005 :  22:54:14  Show Profile  Visit Dubie's Homepage  Reply with Quote
Hate to ask again but, I have played around and for some lame reason I can not get it to go all the way to the top.
Any idea on what I would need to change to get the topmargin to work?

Thanks for your time,
Dubie<
Go to Top of Page

Neilr
Junior Member

Australia
107 Posts

Posted - 06 January 2005 :  02:07:41  Show Profile  Visit Neilr's Homepage  Reply with Quote
D3mon,

All fixed. Had to play a bit with the tables but works in IE now.

Thanks for your help.

Neil<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 06 January 2005 :  04:13:45  Show Profile  Visit D3mon's Homepage  Reply with Quote
Dubie, edit the CSS in inc_header.asp and set body { margin 0; padding 0; }<


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

ClaraP
Starting Member

27 Posts

Posted - 25 January 2005 :  14:19:16  Show Profile  Visit ClaraP's Homepage  Reply with Quote
Add me to the Site Integration Mod fan club!

I've installed it and am doing the final testing before going live. Everything looks good to go - I'm only using Site Right, the rest is inactive. I'm not even using CSS, so it really should be easy.

And it is... everywhere except on my homepage, default.asp. No matter what I try, the righthand column always displays at the very bottom of the page instead of along the right side.

Am I correct in guessing that there's a stray <td> or <tr> tag somewhere in my default.asp file causing the problems? (Edited to add that I uploaded a new default.asp fresh from the forum zip file, and it still put the banner at the bottom...)<

Edited by - ClaraP on 25 January 2005 14:27:27
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 25 January 2005 :  17:13:32  Show Profile  Visit D3mon's Homepage  Reply with Quote
sound like you have closed a row </tr> where you should have closed a cell </td>. this would most likely be near the end of default.asp<


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

ClaraP
Starting Member

27 Posts

Posted - 25 January 2005 :  18:16:26  Show Profile  Visit ClaraP's Homepage  Reply with Quote
Good tip - thanks! I'll go hunting and see what I can find.

Edited to give an update: I went back to my original Snitz download, unzipped everything, and used that version of default.asp so I'd know I had a file I hadn't modified (i.e. broken!) yet. The problem prevailed.

I can't imagine the out-of-the-box default.asp code would have a wayward tag in it, so is it possible that the problem could be in another file (such as the footer), but somehow only shows up on default.asp?

I'm stumped and getting tempted to do something stupid like add more table tags on default.asp until it works.<

Edited by - ClaraP on 25 January 2005 19:12:53
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 26 January 2005 :  04:14:04  Show Profile  Visit D3mon's Homepage  Reply with Quote
check that your include files for the mod don't have any unfinished/invalid tables in them as this can cause problems.<


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

ClaraP
Starting Member

27 Posts

Posted - 26 January 2005 :  12:56:28  Show Profile  Visit ClaraP's Homepage  Reply with Quote
Aha - I'll do that! Thank you!<
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.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07