Author |
Topic |
Siffan
Starting Member
5 Posts |
Posted - 09 March 2003 : 20:46:15
|
Well sorry it's me again.
Now i'm totally lost
I got it all workin until I came to the inc_site_right
It looks like this: <td width="140" valign="top" align="center" style="border-left: 1 dotted #8B0000; border-right: 1 dotted #8B0000; border-bottom: 1 dotted #8B0000"><img border="0" src="sidebarspacer.gif"></td>. Exactly like my left site who works great, but when i added this to the right side it all got sort off pushed to the left.
My header, that was 100% width now has been "squezzed" so the last 140px and the top is black.
Well I hope for an answer in the morning, cause now I'm goin' to bed It is half past two at night in my part off the world.< |
Sorry for my English...... I'm Danish |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 10 March 2003 : 04:36:30
|
quote: Originally posted by Siffan I got it all workin until I came to the inc_site_right
It looks like this: <td width="140" valign="top" align="center" style="border-left: 1 dotted #8B0000; border-right: 1 dotted #8B0000; border-bottom: 1 dotted #8B0000"><img border="0" src="sidebarspacer.gif"></td>. Exactly like my left site who works great, but when i added this to the right side it all got sort off pushed to the left.
See what happens with this code instead:
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="140" valign="top" align="center" style="border:1px dotted #8B0000; border-top:none"><img border="0" src="sidebarspacer.gif"></td>
</tr>
</table>
One of the important things o remember about this kmod is that it uses tables for layout itself, so in each of the additional inlcude files, you must have completel tables and no <td> or <tr> on their own. I also modified the CSS in your example. It should work but I've not tested it.< |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 10 March 2003 : 04:38:59
|
quote: Originally posted by UGBC
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.
How does it look when you switch the borders on (via the admin page)?< |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
Siffan
Starting Member
5 Posts |
Posted - 10 March 2003 : 07:21:52
|
quote:
One of the important things o remember about this kmod is that it uses tables for layout itself, so in each of the additional inlcude files, you must have completel tables and no <td> or <tr> on their own. I also modified the CSS in your example. It should work but I've not tested it.
Yeah man...Now I'm gettin' it. Your code worked fine and the above explanation from you I actually understood
Now I just hope that puttin' in stuff i the tables will go smooth.... if not you will surely know
Thanks a lot for the help and thanks more times for the mod. I surely love it.< |
Sorry for my English...... I'm Danish |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 10 March 2003 : 07:39:26
|
quote: Originally posted by Siffan Thanks a lot for the help and thanks more times for the mod. I surely love it.
No worries. Glad it worked for you.< |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
UGBC
Junior Member
143 Posts |
Posted - 10 March 2003 : 08:17:43
|
Well dummy me forgot to upload the new version of inc_header, but I did and it works great!!!... The next big step is moving the login to the right side...
Thanks so much D3mon!
http://ugbc.org/forums/forum/
^ take a peek let me know what you think.< |
|
|
PeeWee.Inc
Senior Member
United Kingdom
1893 Posts |
Posted - 10 March 2003 : 08:44:20
|
It's looking great.< |
De Priofundus Calmo Ad Te Damine |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 02 June 2003 : 06:56:13
|
I just disovered I forgot to give it an 'ease of installation rating' 1(hard) > 10(easy)...
Reviews on SnitzBitz suggest that it takes about 10 to 15 mins and is fairly easy. I'm thinking its in about the 7 or 8 region, maybe some happy installers/users can let me know if they think that's about right? < |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
dpmcalister
Junior Member
United Kingdom
161 Posts |
Posted - 02 June 2003 : 11:43:06
|
Personally, I'd give it an ease of installation rating of 10. I had it up and running on my club site with no problems whatever.< |
|
|
ahowes
Starting Member
USA
9 Posts |
Posted - 21 July 2003 : 23:41:37
|
Yes, it looks great. I can't wait to try it out, but have two questions that I haven't found asked or answered elsewhere:
1. If I simply place <!--#Include File="PAGENAME.htm"--> in an "area" file, I assume that will simply place the whole web page "PAGENAME.htm" in that particular header, footer, or side without problems?
2. In the readme file, it says that no <BODY> etc. tags are needed. I assume if the answer to #1 is Yes, everything will still work OK?
I know those are simple questions, but to someone that is hesitant to mess with his very active and popular forum, they are biggies!
Thanks in advance!< |
Arn |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 22 July 2003 : 04:38:53
|
1)Yes this is possible. However, you probably won't want to include an entire HTML page in one of the MODS include files, just the section of code that shows your header, menu or whatever.
2)As above, it's not a good idea to put BODY, HTML or HEAD tags in the MODS include files. These tags should only appear once in the code for every page, and Snitz will have already included them before it gets to your new included code.< |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
lsakizada
New Member
USA
90 Posts |
Posted - 09 August 2003 : 20:37:31
|
Just wanted let you know that this mod installed on the snitz low banwith mod. its integrated well but you might be need to modify the section in the inc_footer.asp.
Replace this:
"</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 "</font>" & vbNewLine & _
with this:
"</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 "</font>" & vbNewLine & _ response.write "</body>" & _
The font tag must be commented
< |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 10 August 2003 : 04:00:34
|
Thanks lsakizada. I'm thinking about installing Site Integration as a standard option in the LB version, but I don't know how people would feel about it. < |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
borge
Junior Member
Norway
185 Posts |
Posted - 10 August 2003 : 05:33:58
|
I had problems with the forum on older browsers (NS 4.x) after installing the mod, I added the code (in read) below to inc_footer.asp to get it working on NS 4.05:
end if Response.write "</table>" & vbNewLine ' ### added for NS 4.x ######################## Response.write "</table>" & vbNewLine ' ############################################# end if 'response.write "</font>" & vbNewLine & _ response.write "</body>" & _
"</html>" & vbNewLine
my_Conn.Close set my_Conn = nothing %>
However, I did not figure out where the unclosed table tag was, so it might be caused by something else then the actual mod.< |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
|
Topic |
|