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 - 23 November 2002 :  17:12:50  Show Profile  Visit D3mon's Homepage  Reply with Quote
Let me know where to get the modified files and I'll try to find out whats happening...<


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

whopperstopper
Starting Member

15 Posts

Posted - 25 November 2002 :  18:20:33  Show Profile  Visit whopperstopper's Homepage  Reply with Quote
It works great D3MON... Error was in my installation not the code... thanks for all the help!
whopper<


Surf-Masters, Your online source for Surf Fishing the Gulf Coast!
Go to Top of Page

joatham
Junior Member

United Kingdom
169 Posts

Posted - 26 November 2002 :  10:45:57  Show Profile  Visit joatham's Homepage  Reply with Quote
quote:
Originally posted by D3mon

Issues:
It would be great if the color of the cells in the admin page change when the on/off radio buttons are selected. Unfortunately, my javascript is poor and I can't seem to make this happen.

Hi D3mon, I can't remember if I told you, but I have updated this mod with the dynamically changing color cells which change when the radio buttons are toggled. If you want me to send you a copy of the modified file, let me know by email and I will send the file to you to add to your code.

John<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 26 November 2002 :  11:11:22  Show Profile  Visit D3mon's Homepage  Reply with Quote
Neat!
Yes, please do. I'll give you a mention in the readme too.<


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 - 29 November 2002 :  05:57:37  Show Profile  Visit D3mon's Homepage  Reply with Quote
Further to my previous post, I've released version 1.1, now avavilable for download at my site:
http://www.buildyourown.org.uk/snitz/mods/integmod.zip

See readme.htm for upgrade instructions.

Thanks again to Joatham for his splendid work.<


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

joatham
Junior Member

United Kingdom
169 Posts

Posted - 23 December 2002 :  07:00:32  Show Profile  Visit joatham's Homepage  Reply with Quote
Glad the extra bits worked okay, thanks for the mention <
Go to Top of Page

mot
New Member

United Kingdom
70 Posts

Posted - 06 January 2003 :  22:05:32  Show Profile  Visit mot's Homepage  Reply with Quote
Has anyone tried to use this mod with a clean install of the Crash code http://www.crashcode.nl

I gave it a go but got in a right mess.
here is an example of a clean install
http://ukdivers.info/forum

I am trying to get it to look like this;
http://ukdivers.com/forum my other site.
<

UKDivers.com
Go to Top of Page

msteele
Starting Member

2 Posts

Posted - 24 January 2003 :  17:17:56  Show Profile  Reply with Quote
I am having a problem with CCS and the site integration mod.

In the include_left I have my websites navigation that includes a CCS for that table. But the CCS is now changing the text (above the forums) navigation, home | topics | login etc. to the same settings as the include_left. The forums text is working fine.

I have tried just about everything I know in inc_header file to no avail... Thoughts??

THANKS !!

Mike<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 25 January 2003 :  07:21:18  Show Profile  Visit D3mon's Homepage  Reply with Quote
try creating a specific classname for the new links on the left hand side which will override the default css link settings like:
.leftmenulinks A:active, .leftmenulinks A:visited, .leftmenulinks A:link, .leftmenulinks A:hover
{ blah }
<


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

stupidity
Starting Member

United Kingdom
49 Posts

Posted - 25 January 2003 :  10:33:05  Show Profile  Visit stupidity's Homepage  Reply with Quote
Got to admit this is a great mod for those sites that use forums as an "add on"

I found it a breeze to install and configure for css and it's made the development of the next version of my website a lot easier

now all I've got to do is convert all the mods I'll be using to css and get rid of redundent tables for Netscape and I might get it finished sometime this century <

Peter
aka Stupidity
EuroBility.com
Go to Top of Page

Siffan
Starting Member

5 Posts

Posted - 09 March 2003 :  16:54:27  Show Profile  Reply with Quote
I agree.... This is my most wanted mod ever.

Unfortunately I'm not very good at asp or html (coding in general ) So I can't get it to work the way i want.

The mod installed fine and i have enabled top, left and right area and it's ok, but now i want to insert my topbanner and it is in a table and i can't get it to work.

My inc_site_header.asp looks like this:

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="140" height="124" background="siftop_left.gif"> </td>
<td height="124" background="siftop_center.gif"> </td>
<td width="140" height="124" background="siftop_right.gif"> </td>
</tr>
</table>

The forum pages are moved down but there is nothing to see at the top of the page..... What am I doin' wrong ????<

Sorry for my English...... I'm Danish

Edited by - Siffan on 09 March 2003 16:55:51
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 09 March 2003 :  17:54:44  Show Profile  Visit D3mon's Homepage  Reply with Quote
Hi Siffan and welcome To Snitz Forums.

quote:
Originally posted by Siffan
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="140" height="124" background="siftop_left.gif"> </td>
<td height="124" background="siftop_center.gif"> </td>
<td width="140" height="124" background="siftop_right.gif"> </td>
</tr>
</table>
The forum pages are moved down but there is nothing to see at the top of the page..... What am I doin' wrong ????



Your table cells have defined background images but there's nothing in the actual cells, so the browsers assumes they are 0 pixels by 0 pixels in size.

This code might produce the expected results:
<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
    <td width="140"><img src="siftop_left.gif" border="0"></td>
    <td><img src="siftop_center.gif" border="0"></td>
    <td width="140"><img src="siftop_right.gif" border="0"></td>
    </tr>
</table>


Bear in mind also, that support for the 'height' paramater in table cells is 'buggy' at best. Easiest way is to make your siftop_left.gif image 140pixels high and this will autmatically set the height for the rest.<


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 09 March 2003 17:56:20
Go to Top of Page

Siffan
Starting Member

5 Posts

Posted - 09 March 2003 :  18:55:52  Show Profile  Reply with Quote
quote:
Originally posted by D3mon

Hi Siffan and welcome To Snitz Forums.

quote:
Originally posted by Siffan
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="140" height="124" background="siftop_left.gif"> </td>
<td height="124" background="siftop_center.gif"> </td>
<td width="140" height="124" background="siftop_right.gif"> </td>
</tr>
</table>
The forum pages are moved down but there is nothing to see at the top of the page..... What am I doin' wrong ????



Your table cells have defined background images but there's nothing in the actual cells, so the browsers assumes they are 0 pixels by 0 pixels in size.

This code might produce the expected results:
<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
    <td width="140"><img src="siftop_left.gif" border="0"></td>
    <td><img src="siftop_center.gif" border="0"></td>
    <td width="140"><img src="siftop_right.gif" border="0"></td>
    </tr>
</table>


Bear in mind also, that support for the 'height' paramater in table cells is 'buggy' at best. Easiest way is to make your siftop_left.gif image 140pixels high and this will autmatically set the height for the rest.



You're da man.... This is so cool and thx for the welcome.
Actually is isn't workin' yet but that's because I moved my pictures to another dir and I'm only about to find out how to link back in folders outside my forum dir.
But at least now i see 3 small red crosses

And another question (Now that i got the god here ) Did anyone figure out hov to move the links from the header and to the inc_site_left .<

Sorry for my English...... I'm Danish
Go to Top of Page

Siffan
Starting Member

5 Posts

Posted - 09 March 2003 :  19:16:23  Show Profile  Reply with Quote
quote:
Originally posted by Siffan

quote:
Originally posted by D3mon

Hi Siffan and welcome To Snitz Forums.

[quote]Originally posted by Siffan
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="140" height="124" background="siftop_left.gif"> </td>
<td height="124" background="siftop_center.gif"> </td>
<td width="140" height="124" background="siftop_right.gif"> </td>
</tr>
</table>
The forum pages are moved down but there is nothing to see at the top of the page..... What am I doin' wrong ????



Your table cells have defined background images but there's nothing in the actual cells, so the browsers assumes they are 0 pixels by 0 pixels in size.

This code might produce the expected results:
<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
    <td width="140"><img src="siftop_left.gif" border="0"></td>
    <td><img src="siftop_center.gif" border="0"></td>
    <td width="140"><img src="siftop_right.gif" border="0"></td>
    </tr>
</table>


Bear in mind also, that support for the 'height' paramater in table cells is 'buggy' at best. Easiest way is to make your siftop_left.gif image 140pixels high and this will autmatically set the height for the rest.



You're da man.... This is so cool and thx for the welcome.
Actually is isn't workin' yet but that's because I moved my pictures to another dir and I'm only about to find out how to link back in folders outside my forum dir.
But at least now i see 3 small red crosses

And another question (Now that i got the god here ) Did anyone figure out hov to move the links from the header and to the inc_site_left .

Edit: **** I was cheering to early, didn't notice that the picture weren't set as background pictures anymore. They have to be, but i guess i just have to maker a transparent picture at the size i need and use as spacer

<

Sorry for my English...... I'm Danish
Go to Top of Page

UGBC
Junior Member

143 Posts

Posted - 09 March 2003 :  19:45:02  Show Profile  Reply with Quote
D3mon awesome job, this is probably the most useful mod for me if I could get it to work. I use serverhackers modded forum for a few things, but I think he pushes stuff around so I put the information in but it didn't quite work. this is my home page http://ugbc.org
and this is the forums http://ugbc.org/forums/forum/

It installed properly, let me know if you want more info. and thanks so much.<
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.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07