Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Insert Forum into current template
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Deon
New Member

South Africa
79 Posts

Posted - 02 October 2005 :  07:10:43  Show Profile
Hi there,

I want to have my forums to be seamlessly part of the whole of my web site. The rest of my web site has the whole site's menu and so on.

www.caravans.co.za

I want to include the forum between two <td> tags </td>

I have tried different thing but cannot get it to display properly.

I will really appreciate any help.

Regards,

Deon

Edited by - Deon on 02 October 2005 07:11:13

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 02 October 2005 :  07:17:07  Show Profile  Send ruirib a Yahoo! Message
Try the Site Integration Mod. You can find it at http://snitzbitz.com.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Deon
New Member

South Africa
79 Posts

Posted - 02 October 2005 :  12:58:39  Show Profile
Hi again.

Version 3.4.05

In both inc_header.asp & inc_footer.asp I don't have the text the mod suggests I have to change. Is it not applicable or do I miss something?

Thanx for your help.

Deon
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 02 October 2005 :  13:09:27  Show Profile  Send ruirib a Yahoo! Message
There are only small changes.

In inc_header.asp, replace the current line# 296:

"<a name=""top""></a>" & vbNewLine & _

by the mod's suggested code.

In inc_footer.asp, replace current line# 72,73

	"</table>" & vbNewLine & _
        "</body>" & vbNewLine & _

by

"</table>" & vbNewLine
if strSiteIntegEnabled = "1" then
  if strSiteRight = "1" then
    Response.Write	"    </td>" & vbNewLine & _
    "    <td valign=""top"">" & vbNewLine
    %><!--#include file="inc_site_right.asp"--><%
  end if
  Response.Write	"    </td>" & vbNewLine & _
  "  </tr>" & vbNewLine
  if strSiteFooter = "1" then
    Response.write  "  <tr>" & vbNewLine & _
    "    <td"
    if strSiteLeft = "1" or strSiteRight = "1" then
      if strSiteLeft = "1" and strSiteRight = "1" then
        Response.write " colspan=""3"""
      else
		Response.write " colspan=""2"""
      end if
    end if
    Response.write ">"
    %><!--#include file="inc_site_footer.asp"--><%
    Response.write "    </td>" & vbNewLine & _
    "  </tr>" & vbNewLine
  end if
  Response.write "</table>" & vbNewLine
end if
response.write "</body>" & vbNewLine & _


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 14 June 2006 :  22:36:02  Show Profile
Ruirib:
The changes suggested to inc_header_asp screws up the "profile" Link. Do you have the same issue?
Otherwise the Mod works fine.

I redid the change more than 3 times and still the same,,, no profile.
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 15 June 2006 :  09:15:10  Show Profile  Visit AnonJr's Homepage
Are you sure you did the changes right? I've used this MOD quite a bit on 3.4.05 forums without any profile link issues. Is this the only MOD you've installed?
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07