Author |
Topic  |
sheimdal
Starting Member
14 Posts |
|
woodgaiger
Starting Member
9 Posts |
Posted - 30 September 2004 : 08:10:04
|
Great Mod Installed easily. Except I have a problem with the forum tables (borders and background colours) which seem to have disappeared. The text and icons are sill visible.
I have checked ‘Font/table colour code configuration’ and that still seems to be set OK. I have even tried ‘Check Configuration’
If you want to have a look http://disabledworkers.org.uk/forum I can’t see that anyone else has had this problem so I am guessing I have missed something. Any pointers in the right direction would be appreciated. < |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
Posted - 30 September 2004 : 09:03:25
|
Only thing I can think of is that you might have inadvertantly removed some of the application variables in config.asp. Try starting with a fresh copy of config.asp and re-applying the mod changes to that file.< |
 Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
 |
|
woodgaiger
Starting Member
9 Posts |
Posted - 30 September 2004 : 11:51:52
|
quote: Originally posted by D3mon
Only thing I can think of is that you might have inadvertantly removed some of the application variables in config.asp.....
Hi D3mon,
Thanks for the quick reply. I re-installed the Forum from a backup then went through the install again. Same thing though!
The problem seems to be within the MOD as when f I turn it off in the 'Site Integration features': Off: in its control panel then the table formats are returned. When I switch it back on they are lost again.< |
Edited by - woodgaiger on 30 September 2004 11:55:17 |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
MarkJH
Senior Member
   
United Kingdom
1722 Posts |
|
woodgaiger
Starting Member
9 Posts |
Posted - 30 September 2004 : 14:38:59
|
quote: Originally posted by D3mon
have you placed any code in the extra include files yet?
Hi D3mon
Yes, in the inc_site_header.asp and inc_site_footer.asp, they both load OK.
see http://www.disabledworkers.org.uk/forum
You will be able to see what I mean by the table formatting being missing. I can get it back by turning the Integration MOD off but then of course I don't have the header or the footer.
I solved the problem, the footer was a library item with a .css attached it. Breaking the link to the library and removing the .css has solved the problem.
Sorry, to have troubled you. Really the MOD is great. THANKS < |
Edited by - woodgaiger on 30 September 2004 14:51:53 |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
Comicozzi
Starting Member
49 Posts |
Posted - 04 October 2004 : 16:11:32
|
I know I am a pest.... I have the site mod installed but when you actually go to view the topic of a forum, such as.. http://forums.sixgunner.com/topic.asp?TOPIC_ID=11368
the table widths are expanded to full screen. Is there a simple way to limit the width of the forum table so that when viewing a forum it does not try to fill the entire screen so i can put additional links and nav on the right side?
thanks for the mod!< |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
Comicozzi
Starting Member
49 Posts |
Posted - 04 October 2004 : 16:23:16
|
I was looking at line 416 of topics.asp and if you modify the percentage width it will slim down the table width however, the links "Previous Page | Next Page" get thrown out of whack. If I edit topics.asp line 416, is there a line number or line of code I should update to keep the two links "Previous Page | Next Page" from breaking apart?
thank you for supporting this mod, all mod developers, thanks for putting up with clowns like me.< |
 |
|
jasonf
Starting Member
1 Posts |
Posted - 11 November 2004 : 04:14:45
|
Must agree with everyone else....one very handy MOD, well done! I do have one question which may have an obvious answer, but I sure cant work it out....
I want to remove the margins around the outside of the site so it sits flush on all edges, this is generally done within an external CSS in the BODY definitions, which is pretty much all that will be in the CSS....what I am not sure is how I should insert the call for the external CSS, as in,
<LINK REL="stylesheet" TYPE="text/css" HREF="/XXX.css">
Do I put this within the header include file? and if so where/how should it be put in....or should it be elswhere?< |
 |
|
unfy
Starting Member
2 Posts |
Posted - 29 November 2004 : 10:50:06
|
this is a great mod but there is one thing. one sites that have exact sizes the forum tables stretch it to where it looks ugly. its there a way to keep the forum tabes from stretching? woul dbe a great mod on my site if it didnt stretch the site around it< |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
Posted - 29 November 2004 : 14:41:04
|
unfy, in the code that is added to inc_header.asp, fint the <table tag and set the width to the overall width of your existing site like: width="760". That will do what you want I think.< |
 Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
 |
|
Dubie
Junior Member
 
USA
127 Posts |
Posted - 10 December 2004 : 14:35:20
|
I can not get the topmargin=0 to work right on this. I put everything on the header file for this mod. Then I put this statement in the normal header. It's not working tho.
Response.Write "</head>" & vbNewLine & _ "<body topmargin=0 bgColor=""" & strPageBGColor & """ text=""" & strDefaultFontColor & """ link=""" & strLinkColor & """ aLink=""" & strActiveLinkColor & """ vLink=""" & strVisitedLinkColor & """>" & vbNewLine & _
I am sure I missed something but I can not see it. Any have an idea and what I missed? Any help would be appreciated.
Thanks for your time, Dubie< |
Edited by - Dubie on 10 December 2004 14:36:31 |
 |
|
Topic  |
|