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 - 05 September 2002 :  11:56:22  Show Profile  Visit D3mon's Homepage  Reply with Quote
Probably best to download the latest version and re-apply the MOD. There have been quite a few changes lately.<


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

bonkers
Junior Member

United Kingdom
122 Posts

Posted - 07 September 2002 :  06:44:11  Show Profile  Visit bonkers's Homepage  Reply with Quote
D3mon
Is it possible to change the color of the borders as this would make the look of the page more complete.
thanks for the Mod
bonkers



<

Edited by - bonkers on 07 September 2002 06:44:50
Go to Top of Page

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 07 September 2002 :  06:57:26  Show Profile  Visit MarkJH's Homepage  Reply with Quote
I downloaded your MOD, D3mon. There are so many code changes between 3.3 and 3.4 that it's rather tricky to find out where I should put your code... which is a huge shame.

I know! I should upgrade to v3.4. I will! I just need to book a week off work first... <

Bandlink.net - http://www.bandlink.net/
Bandlink Music Forums - http://www.bandlink.net/forum/
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 07 September 2002 :  08:01:45  Show Profile  Visit D3mon's Homepage  Reply with Quote
quote:
Originally posted by bonkers

D3mon
Is it possible to change the color of the borders as this would make the look of the page more complete.
thanks for the Mod
bonkers


Find this line in inc_header.asp (part of the MOD code - line #288 in mine):

response.write """ cellspacing=""0"" cellpadding=""0"">" & vbNewLine

and add in the red text:

response.write """ cellspacing=""0"" cellpadding=""0"" bordercolor=""black"">" & vbNewLine

just change the color in the quotes to suit.<


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

bonkers
Junior Member

United Kingdom
122 Posts

Posted - 07 September 2002 :  08:42:22  Show Profile  Visit bonkers's Homepage  Reply with Quote
quote:
Find this line in inc_header.asp (part of the MOD code - line #288 in mine):

response.write """ cellspacing=""0"" cellpadding=""0"">" & vbNewLine

and add in the red text:

response.write """ cellspacing=""0"" cellpadding=""0"" bordercolor=""black"">" & vbNewLine

just change the color in the quotes to suit.



I have changed it to this Because i have the style mod and i wanted it to change with the styles.

response.write """ cellspacing=""0"" cellpadding=""0"" bordercolor="""& strPopUpBorderColor & """>" & vbNewLine
thanks for the help
bonkers
<

Edited by - bonkers on 07 September 2002 08:43:18
Go to Top of Page

Beano_ie
Junior Member

Ireland
328 Posts

Posted - 11 September 2002 :  18:03:53  Show Profile  Visit Beano_ie's Homepage  Send Beano_ie an ICQ Message  Reply with Quote
Ok, I know this may sound like I'm really stupid or something, but I'm not. I get the idea of what is going on here, I've downloaded the zip file and it works grand on a forum. I had no probs at all. I'm not very familiar with ASP but I'm getting there so just bear with me and understand I'm looking at this from an outside point of view......

As I said, Site Integration Mod is set up fine. I have selected 'Site Header' ON in the admin options and 'Show Borders' ON so I can see what is happening. I get the general idea. BUT now I want to know about changing the text 'Header Area' that now appears at the top left of the page.

Maybe I'm looking at this the wrong way but I need some guidance. Here is what it currently looks like, its only a testing forum...

http://www.droghedatowncentre.com/drog/forum/

Thx.<
Go to Top of Page

DJ5A
Junior Member

163 Posts

Posted - 11 September 2002 :  19:25:27  Show Profile  Reply with Quote
Hello:

Look in Your Folder for the Page Named:
inc_site_header.asp

That is One of the Files You Uploaded to Your Folder.
Place whatever HTML You want in there for Your Header. It is a Very Nice Mod?

Have a Nice Day!!!!!
DJ5A<

Thank You for Your Time!!!!!
DJ5A
Go to Top of Page

Beano_ie
Junior Member

Ireland
328 Posts

Posted - 11 September 2002 :  19:54:46  Show Profile  Visit Beano_ie's Homepage  Send Beano_ie an ICQ Message  Reply with Quote
Yeah it is a nice Mod, thanks for the feedback DJ5A, now i see it. I wouldn never have known that, it doesnt mention it in the read me file and as i said, i'm a newbie to ASP.<

Steve
Drogheda, Ireland @ www.droghedatown.com
Go to Top of Page

yossik
Starting Member

Israel
14 Posts

Posted - 12 September 2002 :  02:30:03  Show Profile  Visit yossik's Homepage  Reply with Quote
Looks cool. I'll check it out.<
Go to Top of Page

spageforum
Starting Member

Australia
29 Posts

Posted - 12 September 2002 :  03:58:37  Show Profile  Reply with Quote
Anybody who has installed this mod want to show it off? I'd like to see some forums with this mod. Thanx.<

Edited by - spageforum on 12 September 2002 03:59:18
Go to Top of Page

DJ5A
Junior Member

163 Posts

Posted - 12 September 2002 :  09:46:37  Show Profile  Reply with Quote
Hello Everybody

I want to Thank D3mon for this Mod, Changing the Header & Footer is Now a Piece of Cake!

Here is the URL of this Mod on My Forum:
http://www.lawnservicing.com/forum/

I Really Like this Mod Because All I have to do is add the HTML Code, Change as Needed & That's it!

Have a Nice Day!!!!!
DJ5A<

Thank You for Your Time!!!!!
DJ5A

Edited by - DJ5A on 12 September 2002 09:49:48
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 12 September 2002 :  18:44:32  Show Profile  Visit D3mon's Homepage  Reply with Quote
quote:
Originally posted by Beano_ie

Yeah it is a nice Mod, thanks for the feedback DJ5A, now i see it. I wouldn never have known that, it doesnt mention it in the read me file and as i said, i'm a newbie to ASP.



Sorry about that Beano_ie.
I'll try and get some extra information into the readme on usage - perhaps a guide of some kind. <


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

Bassman
Junior Member

Netherlands
256 Posts

Posted - 13 September 2002 :  08:36:07  Show Profile  Visit Bassman's Homepage  Reply with Quote
wow thanks D3mon, just what i was looking for....great job <
Go to Top of Page

paulnickell
Starting Member

USA
32 Posts

Posted - 16 September 2002 :  19:23:21  Show Profile  Visit paulnickell's Homepage  Reply with Quote
Excellent MOD! Thank you very much.

Some advice though...
I'm using asp includes and have done some work-arounds - that's fine. But when I pull-up a page that uses the "inc_header_short.asp" or "inc_footer_short.asp", I error out.

Is there a way to integrate the integration MOD with the "short" header & footer?


I figured it out. I just added my custom asp in a different includes. Problem solved.

Thanks in advance,
Paul<

Edited by - paulnickell on 16 September 2002 20:38:01
Go to Top of Page

al_iguana
Junior Member

138 Posts

Posted - 16 September 2002 :  19:52:02  Show Profile  Visit al_iguana's Homepage  Reply with Quote
does this work in 3.4.3 ?? is mod installation the same, or has the snitz code changed a lot?<

----

Don't Dream It ~ Be It
http://www.peppermintiguana.co.uk/cymrugothic/
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.1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07