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

ace6vel
Junior Member

USA
156 Posts

Posted - 26 January 2004 :  23:45:34  Show Profile  Visit ace6vel's Homepage  Send ace6vel an AOL message  Send ace6vel a Yahoo! Message  Reply with Quote
D3mon how will you add this picture with lik for example http://forum.snitz.com/forum just for expample in your inc_left.asp here is the link from the pic
thnx<

Eminem is the best!!!

Edited by - ace6vel on 26 January 2004 23:45:58
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 27 January 2004 :  06:42:59  Show Profile  Visit D3mon's Homepage  Reply with Quote
your inc_left code should contain the following code to achieve this:

<a href="http://e.1asphost.com/aleksandarforum/Forum"><img src="http://e.1asphost.com/aleksandarforum/Forum/onnet.jpg" /></a>
<


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

ace6vel
Junior Member

USA
156 Posts

Posted - 27 January 2004 :  09:40:29  Show Profile  Visit ace6vel's Homepage  Send ace6vel an AOL message  Send ace6vel a Yahoo! Message  Reply with Quote
ok thnx<

Eminem is the best!!!
Go to Top of Page

Lydecker
Junior Member

United Kingdom
297 Posts

Posted - 27 January 2004 :  19:24:42  Show Profile  Visit Lydecker's Homepage  Reply with Quote
Hi - lovin the mod, but one major problem -

I want to use the inc_site_left - however when I add text to it - there is still a large margin inbetween the end of the text and the left boarder of the forum. So in the example below I wish to have the letter 'o' of the word 'hello' as close as possible (ideally no margin at all - i.e touching) the side of the forum.


Or a live example:
http://www.simplybuffy.com/buffy/forum

Please assist!

Many thanks<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 28 January 2004 :  04:10:44  Show Profile  Visit D3mon's Homepage  Reply with Quote
Thats odd, I thought I'd designed it to 'crush' the outer areas to their minimum content width. Check the mod code in your inc_header.asp file and add width="100%" to the last <td> tag (to force the main content in the center to maximum width) that should do it.<


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 - 28 January 2004 :  05:20:24  Show Profile  Visit Lydecker's Homepage  Reply with Quote
I've modded it as your suggestion, but no luck

if strSiteIntegEnabled = "1" then
  response.write "<table width=""100%"" border="""
	if strSiteBorder = "1" then
		response.write "1"
	else
		response.write "0"
	end if
	response.write """ cellspacing=""0"" cellpadding=""0"">" & vbNewLine
  if strSiteHeader = "1" then
    response.write "  <tr>" & vbNewLine & _
    "    <td"
    if strSiteleft = "1" then
      if strSiteRight = "1" then
        response.write " colspan=""3"""
      else
        response.write " colspan=""2"""
      end if
    end if
    response.write ">"
    %><!--#include file="inc_site_header.asp"--><%
    response.write "</td>" & vbNewLine & _
    "  </tr>" & vbNewLine
  end if
  response.write "  <tr>" & vbNewLine & _
  "    <td>" & vbNewLine
  if strSiteLeft = "1" then
    %><!--#include file="inc_site_left.asp"--><%
    response.write "</td>" & vbNewLine & _
    "  <td width=""100%"">" & vbNewLine
  end if
end if


Any ideas?

Thanks!<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 28 January 2004 :  06:46:13  Show Profile  Visit D3mon's Homepage  Reply with Quote
Oops wrong TD. Try the next one down the code in inc_header.asp (after the mod code)<


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 - 28 January 2004 :  07:28:20  Show Profile  Visit Lydecker's Homepage  Reply with Quote
Hmm I've had a bit of a play, but cant seem to find the correct <td>. Please coulod you have a look at my incheader: http://www.simplybuffy.com/buffy/inc_header.txt

Thanks!<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 28 January 2004 :  13:09:47  Show Profile  Visit D3mon's Homepage  Reply with Quote
Ah its this one here:
'########### GROUP Categories ########### %>
<!--#INCLUDE FILE="inc_groupjump_to.asp" -->
<% '######## GROUP Categories ##############
Response.Write	"  <tr>" & vbNewLine & _
		"    <td width="100%">" & vbNewLine

sub sForumNavigation()
<


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 - 28 January 2004 :  13:38:51  Show Profile  Visit Lydecker's Homepage  Reply with Quote
I assume that you mean:

'########### GROUP Categories ########### %>
<!--#INCLUDE FILE="inc_groupjump_to.asp" -->
<% '######## GROUP Categories ##############
Response.Write	"  <tr>" & vbNewLine & _
		"    <td width=""100%"">"  & vbNewLine

sub sForumNavigation()



NO GOOD

the updated code is at http://www.simplybuffy.com/buffy/inc_header.txt

WHat next???!

Thanks!<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 28 January 2004 :  13:40:40  Show Profile  Visit D3mon's Homepage  Reply with Quote
what's in the inc_site_left.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 - 28 January 2004 :  14:01:27  Show Profile  Visit Lydecker's Homepage  Reply with Quote
nothing but the work "hello"<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 28 January 2004 :  14:02:42  Show Profile  Visit D3mon's Homepage  Reply with Quote
if you delete that, does the width of the left side still stay the same?<


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 - 28 January 2004 :  14:08:46  Show Profile  Visit D3mon's Homepage  Reply with Quote
here's how it should work:
http://www.buildyourown.org.uk/snitz/speedball/demo/default.asp
each include file has only a single * in it. (Default installation of SI mod)<


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 - 28 January 2004 :  14:25:04  Show Profile  Visit Lydecker's Homepage  Reply with Quote
AH - now this is interesting - I have placed boarders on over at http://www.simplybuffy.com/buffy/forum/default.asp and in that sence it is working. However how would I go about removing that huge inch of wated space between the boarder and the forum??????

it must some random spaces in inc header.asp (that come by deafult) http://www.simplybuffy.com/buffy/inc_header.txt

Where would it be?

Thanks!!1<
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.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07