I checked against the files in the latest download of 3.4.01 and they are correct. inc_header.asp - around line 300 or so and inc_footer.asp - near the bottom at line 76 or thereabouts.<
Problems: 1. Style sheet difficulties..I have setup a link to an ext stylesheet from the header include which is working but something in the main forum seems to be stuffing up my hover links?
2. I can't get my navigation bar to align to the top of the left hand column..
3. I have this problem with the logo from the main config..how do you turn this logo off...I am getting a placeholder that ruins the design...
4. And finally...if I then want to start tweaking the login, navigation etc where are these files and how do I go about adjusting them e.g. to align in the centre etc...are they in the original header.asp?
I have implemented this as well. But when I try to use it , it never Holds. Is there anything special that I need to do to implement this other than what’s in the directions?<
quote:1. Style sheet difficulties..I have setup a link to an ext stylesheet from the header include which is working but something in the main forum seems to be stuffing up my hover links?
You'll need to remove any CSS references from the inc_header.asp files and also remove the extra properties in the <body> tag which will define link properties.
quote:2. I can't get my navigation bar to align to the top of the left hand column..
Again in inc_header.asp, add in the red text:
response.write " <tr>" & vbNewLine & _ " <td valign=""top"">" & vbNewLine if strSiteLeft = "1" then %><!--#include file="inc_site_left.asp"--><%
quote:3. I have this problem with the logo from the main config..how do you turn this logo off...I am getting a placeholder that ruins the design...
Find these lines in inc_header.asp (approx line #326) and remove the green text:
quote:4. And finally...if I then want to start tweaking the login, navigation etc where are these files and how do I go about adjusting them e.g. to align in the centre etc...are they in the original header.asp?
All the navigation and login/logout code is in the inc_header.asp file. Simply copy it into the appropriate include file and edit it to suit.
mxc369: Did you run the dbs_Integration.asp file via the admin options to update your database yet? Instrucvtion for this can be found in the latest .zip file.<
I have a new forum so I did what you said with the files. I up-loaded them and let them over write the existing ones. I then signed in and did the following: 1. MOD Setup (Alternative MOD Setup) 2. I then ran the setup for your MOD. 3. I then went back to the Site Integration Configuration 4. Once in there I clicked the Site Integration features to on. 5. Every time I do this it says that the Configuration Posted! When I go back into the Site Integration Configuration it is back to the off position.
This MOD is to help integrate the forum into our individual site, correct?
Yes that's right Mike. The only reason that it is not holding the changes is if the fields in the database aren't present. Are you using Snitz version 3.4.01?<
It should be fine if you were able to create the other database table/fields during setup. Try going to admin options and selecting Check Installation - it may be that the session has not updated yet.<