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

thefreemason
Starting Member

27 Posts

Posted - 12 July 2004 :  12:26:30  Show Profile  Reply with Quote
Hi

Ref: the following picture.

How can i get the box to centre (my contact info & basics)?



<

Edited by - thefreemason on 12 July 2004 12:29:12
Go to Top of Page

finsklapphundkl
Starting Member

47 Posts

Posted - 05 August 2004 :  05:28:25  Show Profile  Visit finsklapphundkl's Homepage  Reply with Quote
Ive done what the instructions says, twice. Yesterday I used frontpage to edit but then my forum "crashed". Later I read somewhere that frontpage couldnt bee used. Tried again today with a texteditor. The forum works, everything seems ok, BUT when i tries the SIte INtegration Configuration this message appears:
Technical Information (for support personnel)

Error Type:
Sun ONE ASP VBScript compilation (0x800A03EA)
Syntax error, unexpected "new line"
/Hovedforum/admin_config_integration.asp, line 179, column 1


Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)

Page:
GET /Hovedforum/admin_config_integration.asp

Time:
Thursday, August 05, 2004, 11:13:19 AM


Anybody who have a solution?

Thnx in advance.<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 09 August 2004 :  14:39:07  Show Profile  Visit D3mon's Homepage  Reply with Quote
what is on line 179?<


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

finsklapphundkl
Starting Member

47 Posts

Posted - 10 August 2004 :  02:50:24  Show Profile  Visit finsklapphundkl's Homepage  Reply with Quote
" <td bgColor=""" & strPopUpTableColor & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine & _

quote:
Originally posted by D3mon

what is on line 179?

<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 10 August 2004 :  14:00:19  Show Profile  Visit D3mon's Homepage  Reply with Quote
I'm gusessing the line before that is missing the _ (underscore) at the end. Either that or this line should have response.write on the front.<


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

finsklapphundkl
Starting Member

47 Posts

Posted - 11 August 2004 :  02:48:56  Show Profile  Visit finsklapphundkl's Homepage  Reply with Quote
Im sad to say, no. Neither did work... :o(<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 11 August 2004 :  04:07:49  Show Profile  Visit D3mon's Homepage  Reply with Quote
ok, maybe you can post line 175 - 185 for us?<


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

finsklapphundkl
Starting Member

47 Posts

Posted - 11 August 2004 :  06:55:48  Show Profile  Visit finsklapphundkl's Homepage  Reply with Quote
175:
" <td background=""" & strImageURL & strHeadCellBGImage & """ bgcolor=""" & strHeadCellColor & """ colspan=""2""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """><b>Site Integration Configuration</b></font></td>" & vbNewLine & _

176:
" </tr>" & vbNewLine & _

177:
" <tr valign=""middle"">" & vbNewLine & _

178:
" <td bgColor=""" & strPopUpTableColor & """ align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """> <b>Site Integration features:</b> </font></td>" & vbNewLine & _

179:
" <td bgColor=""" & strPopUpTableColor & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine & _

180:
" On: <input type=""radio"" class=""radio"" name=""strSiteIntegEnabled"" value=""1""" & chkRadio(strSiteIntegEnabled,0,false) & " onClick=""Javascript:doHighlights();"">" & vbNewLine & _

181:
" Off: <input type=""radio"" class=""radio"" name=""strSiteIntegEnabled"" value=""0""" & chkRadio(strSiteIntegEnabled,0,true) & " onClick=""Javascript:doHighlights();"">" & vbNewLine & _

182:
" </font> </td>" & vbNewLine & _

183:
" </tr>" & vbNewLine & _

184:
Line 184 is empty

185:
" <tr valign=""middle"">" & vbNewLine & _

<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 12 August 2004 :  14:05:46  Show Profile  Visit D3mon's Homepage  Reply with Quote
I've just noticed this:

Sun ONE ASP

I've a feeling that Snitz may have issues with this.<


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

finsklapphundkl
Starting Member

47 Posts

Posted - 23 August 2004 :  09:45:35  Show Profile  Visit finsklapphundkl's Homepage  Reply with Quote
Hello!
Does this mean that it is impossible for me to add ads to my forum?

<
Go to Top of Page

Comicozzi
Starting Member

49 Posts

Posted - 08 September 2004 :  16:43:41  Show Profile  Reply with Quote
great mod! I am having a minor problem....
http://forums.sixgunner.com
How can I make the left and right tables extend all the way down to where it meets the footer? I have set the left and right tables (on the html docs)to be 100% tall but for some reason it is not working correctly. Do I have it set up wrong or configured beyond the bounds of what the mod was designed for? thanks, great forum!<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 08 September 2004 :  16:53:49  Show Profile  Visit D3mon's Homepage  Reply with Quote
all you need to do is use CSS to set the background to the mod table cell rather than the table within it... also, note that the code inside the inc_site*.* files should not contain <body> or <html> tags.<


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

Comicozzi
Starting Member

49 Posts

Posted - 08 September 2004 :  17:20:20  Show Profile  Reply with Quote
I am not trying to be a bug or a hassle but I have very linited HTML /Programing experience as you can see by the site. What would be an example or a scenario of how I would set up CSS for the background of the pages not on the inc_site_right.asp or inc_site_left.asp tables but the pages themselves?<
Go to Top of Page

Comicozzi
Starting Member

49 Posts

Posted - 08 September 2004 :  17:23:15  Show Profile  Reply with Quote
this is the current code that I have for the right hand table....

<table border="0" width="200" cellspacing="0" cellpadding="0" id="table1" align="right" background="images/integration/right_panel_bg.gif" height="100%">
<tr height="225">
<td align="center" valign="top" height="225">

<table border="0" width="151" cellspacing="0" cellpadding="0" id="table3">
<tr>
<td rowspan="2">
<div align="center">
<p> 
</div>
</td>
</tr>
<tr><br><script language=JavaScript src=http://sixgunner.com/absolutebmxe/abm.asp?z=2></script>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" valign="top">
<table border="0" width="150" bordercolor="#000000" cellpadding="0" cellspacing="0" id="table4">
<tr>
<td bgcolor="#C0C0C0">
<p align="center"><b><font face="Arial" size="2">Sixgunner.com Polls</font></b></td>
</tr>
<tr>
<td>
<div align="center">
<script language="JavaScript" src="http://sixgunner.com/absolutepmxe/xlaabsolute.asp?z=4"></script>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table><
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 08 September 2004 :  17:30:47  Show Profile  Visit D3mon's Homepage  Reply with Quote
no probs, find these lines in inc_header.asp:
response.write "  <tr>" & _
"    <td valign=""top"">"
if strSiteLeft = "1" then
%><!--#include file="inc_site_left.asp"--><%
response.write "</td>" & _
"  <td valign=""top"">"
end if

then add the red code:
response.write "  <tr>" & _
"    <td style=""background:url(images/integration/left_bg.gif) repeat-y;"" valign=""top"">"
if strSiteLeft = "1" then
%><!--#include file="inc_site_left.asp"--><%
response.write "</td>" & _
"  <td valign=""top"">"
end if


now, inside your inc_site_left.asp file, find this line and remove the red code:

<table border="0" width="101" cellspacing="0" cellpadding="0" id="table8" background="images/integration/left_bg.gif" height="150%">
<


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 08 September 2004 17:40:13
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.28 seconds. Powered By: Snitz Forums 2000 Version 3.4.07