Author |
Topic |
D3mon
Senior Member
United Kingdom
1685 Posts |
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 28 August 2002 : 05:11:01
|
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.< |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
auditude
Starting Member
USA
37 Posts |
Posted - 28 August 2002 : 13:22:33
|
Has anyone successfully used the inc_login universal login mod in one of the border pages? I'm having some redefinition problems...< |
|
|
seven
Senior Member
USA
1037 Posts |
Posted - 28 August 2002 : 16:07:50
|
The snitz logo on the page "admin_config_integration.asp" needs the "strImageURL" variable prefixed.
<img src=""" & strImageURL & "logo_snitz_forums_2000.gif"" alt=""Forums"" width=""163"" height=""76"" border=""0"">
< |
|
Edited by - seven on 28 August 2002 16:09:52 |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
|
blucas
Starting Member
8 Posts |
Posted - 29 August 2002 : 08:26:06
|
Hello Thanks for your tip yesterday about this forum mod, I have installed it and am now tring to tweak it...You can view it at: http://www.english.ltsn.ac.uk/discussion/forum/default.asp
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?
Thanks a lot for your help. < |
|
|
mxc369
Starting Member
41 Posts |
Posted - 29 August 2002 : 09:31:25
|
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?< |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 29 August 2002 : 09:52:37
|
Moderator: Can this be moved to MOD help area.
blucas: 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:
response.write vbNewLine & _ "<table align=""center"" border=""0"" cellPadding=""0"" cellSpacing=""0"" width=""100%"">" & vbNewLine & _ " <tr>" & vbNewLine & _ " <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _
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.< |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
mxc369
Starting Member
41 Posts |
Posted - 29 August 2002 : 10:09:32
|
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?
Thanks Mike < |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 29 August 2002 : 10:17:51
|
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?< |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
mxc369
Starting Member
41 Posts |
Posted - 29 August 2002 : 10:25:58
|
Yes.< |
|
|
mxc369
Starting Member
41 Posts |
Posted - 29 August 2002 : 10:27:00
|
Maybe there is a permission I need to change for my database folder < |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 29 August 2002 : 10:38:59
|
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.< |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
mxc369
Starting Member
41 Posts |
Posted - 29 August 2002 : 10:57:45
|
When I go there it says that Forum setup has been completed. Is it okay that I am using an ACCESS database?< |
Edited by - mxc369 on 29 August 2002 11:05:49 |
|
|
billbitsmart©
Starting Member
9 Posts |
Posted - 29 August 2002 : 11:30:30
|
Happened to me as well. I forgot to read properly and change config.asp
Thanks for a great mod!< |
|
|
Topic |
|