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 - 28 January 2004 :  15:04:44  Show Profile  Visit D3mon's Homepage  Reply with Quote
Oh I see yes. This is becasue the width of the forum table is only 95% of the available space. Gonna need changes to a lot of files to sort that out I'm afraid.<


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 :  15:14:55  Show Profile  Visit Lydecker's Homepage  Reply with Quote
no worries.


So im lookng for <td> widths of 95% in pages like default, tpoic, forum .asp .... ????

Thanks<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 28 January 2004 :  15:33:54  Show Profile  Visit D3mon's Homepage  Reply with Quote
It would be the <table>'s rather than the <td>'s but to answer your question - yes.<


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

bballillirt
New Member

USA
94 Posts

Posted - 28 January 2004 :  15:36:32  Show Profile  Visit bballillirt's Homepage  Send bballillirt an AOL message  Reply with Quote
great job!! this is just what i needed<

<<Will install mods for food--email me!!!>>

Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 28 January 2004 :  15:44:15  Show Profile  Visit D3mon's Homepage  Reply with Quote
Glad you like 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 :  16:09:15  Show Profile  Visit Lydecker's Homepage  Reply with Quote
Found it - it was only one tag in inc_header that needed cahnging:

		"<table align=""center"" border=""0"" cellPadding=""0"" cellSpacing=""0"" width=""100%"">" & vbNewLine


line 468 ish

Thanks

<
Go to Top of Page

steveheap
Starting Member

6 Posts

Posted - 30 January 2004 :  20:33:36  Show Profile  Reply with Quote
I may be stupid, but I have had two goes at implementing this mod on the latest clean version of the forum, and run into the same issue each time.
At the start of the instructions, it says "copy these files into the forum directory" - I did that.
It then says " In admin options, select "mod setup", Select " Site integration ...." from drop down box and click update.

I assume this means that I restart the forum, log in as the administrator, go to admin options and click the MOD setup link? However, I then wait about 5 minutes as the dbs-integration.asp runs, but no drop down box appears - in fact, nothing seems to have changed.

Am I doing something wrong at this early stage of the upgrade?
<
Go to Top of Page

NorwegianViking
Junior Member

Denmark
119 Posts

Posted - 31 January 2004 :  01:44:24  Show Profile  Visit NorwegianViking's Homepage  Reply with Quote
Steve,

The steps sounds right.
First verify that the .ASP file that starts with DBS_ really has been placed in your forum directory. It is info from this file that will be shown in the drop-down box.

You could also try to run the Alternate Mod Setup. This presents a window where you can paste the actual statements of your DBS-file.<

kind regards
NorwegianViking

Mod installation for beginners | User registration problems?
Go to Top of Page

carpeweb
Starting Member

USA
3 Posts

Posted - 02 February 2004 :  00:41:30  Show Profile  Reply with Quote
First, **great** MOD in general, D3mon.

I'm having some problems with getting the integration to work the way I want it to for my site. (Everyone is very particular about their own peculiar layout, right?)

I saw a post in another forum about how to integrate with my site's CSS, but I don't seem to have any luck with that.

Basically, all the changes from your install instructions work ok, but I have the following characteristics of my site that I'd like to remain consistent:

1. I have a .css file that I use on every page. I tried modifying the lines in inc_header.asp -- around line #263 - but so far I get only errors. I tried inserting some html to include my style sheet right above the line that starts with:
"<style type=""text/css"">" & vbNewLine & _
My server returns errors (500, I think). Could this be due to the fact that the html for the stylesheet has quotation marks? The line from my other pages is the following:
<link rel="stylesheet" type="text/css" href="includes/cw2.css">

2. Related to this (and this is mostly because I relied heavily on tables for site layout when I started my site), I have an overall table structure for my site, so it looks like my inc_header.asp file might need to have <table><tr><td> in it, with the </table><tr><td> in the inc_footer.asp file. You've said that this is a bad idea in your installation readme, I think, but I can't figure out a way to avoid it, since every other page on my site relies on a table stucture to define the overall page.

2(B). Would it make any difference if I modified my overall site design to rely on <div> tags instead of <table> tags? I would still probably need the <div> in the inc_header.asp file and the </div> tag in the inc_footer.asp file, so I don't know why it would help. But my newer designs on other sites use <div> instead of <table> tags (both have classes defined in the CSS file).

3. OK, I'm stretching on this one, but all this made me think of a suggestion for a future site integration MOD. Can you think of a way to "abstract" a CSS element, so that the Admin options included a parameter for the css file? The part that I can't figure out what to recommend is what to do with all the current admin options for font, backgrounds, etc. Normally, I'd want those set in the CSS file, but I can see how Snitz would want to have unique parameters for the style of the forum elements (like the background of a topic title, for example). So, whatever you decide is appropriate would be more than I could figure out, I'm sure. Anyway, it would be nice to have a more explicit way to integrate with a site's CSS file, since more and more sites are using CSS.

Thanks!
<
Go to Top of Page

carpeweb
Starting Member

USA
3 Posts

Posted - 02 February 2004 :  16:04:40  Show Profile  Reply with Quote
I have a suggestion for documentation for the overall Snitz Forums application, which would really help with site integration:

Could someone create a "map" showing how all the various asp files are related? One of the posts in this forum mentioned that one file was included in another, and so on, but that would be really helpful to know for all the files. I know that's not really in the scope of this MOD, but at the same time, it seems to me it would relate mostly to figuring out site integration issues, as well as other MODS.

No hurry on this one, just a thought.

Thanks,<
Go to Top of Page

heros
Starting Member

3 Posts

Posted - 01 April 2004 :  11:43:01  Show Profile  Reply with Quote
really great MOD!
but i have one question..
if i dont have anything to put in inc_site_right but still want that the site to be smaller then it is..how do i do that??
the forum is to width to my header and footer.

thanxs<
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 01 April 2004 :  13:43:17  Show Profile  Visit D3mon's Homepage  Reply with Quote
with an empty inc_site_right.asp file then the right hand side will not take up any space at all.
If I'm reading you right you want the forums to be the same width at the header and footer widths, so you'll need to edit inc_header,asp and set the width of the forums to 100% (instead of the standard 95%)<


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

gpspassion
Junior Member

260 Posts

Posted - 31 May 2004 :  20:22:37  Show Profile  Visit gpspassion's Homepage  Reply with Quote
Sorry if this is a stupid question, but I'm rather clueless and would hate to break something that works ;-)
Any risk at implementing this on Snitz forums running with SQL Server?<
Go to Top of Page

gpspassion
Junior Member

260 Posts

Posted - 01 June 2004 :  09:46:36  Show Profile  Visit gpspassion's Homepage  Reply with Quote
Ok took the plunge !

The good news is that sticking the "include" code of my portail <!-- #include file='includes/includes-inc.asp' --> in the header and
<!-- #include file='includes/toppage-inc.asp' --> in left
<!-- #include file='includes/bottompage-inc.asp' --> in right
works pretty well http://www.gpspassion.com/forumsen/default.asp?group=2 !

A few questions:
1. How can I set the width of the main forum area - problem affects default.asp and the first page of a topic, not subsequent pages?
2. How would I go about removing the "bold" in the forum area?
3. How can I remove the logo? putting nothing in the admin section for the logo creates an error - answer here
4. How would I go about putting the registration area in the bottom of the forums? Maybe with a redirect at the top. That would make for better integration I think.

Thanks for this great mode anyway!

There seem to be some issues/conflicts with this code as the browser is complaining that the HTTP headers have already been sent or something like that:
<%
if Session(strCookieURL & "Approval") <> "15916941253" then
scriptname = split(request.servervariables("SCRIPT_NAME"),"/")
Response.Redirect "admin_login.asp?target=" & scriptname(ubound(scriptname))
end if
%>

In all the admin pages so I have to disable the MOD to access the admin section :-( I guess it's conflicting with the site's (useless!) login...<

Edited by - gpspassion on 01 June 2004 14:06:10
Go to Top of Page

achaudhary
Starting Member

7 Posts

Posted - 02 June 2004 :  08:56:38  Show Profile  Reply with Quote
Hi,
I wanted to install this plug in but could not do that. When i try to go to MOD Setup it gives me an error "Only the Forum Admin can access this page", I am the admin for this page. How can i rectify this problem.thanks
<
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