Author |
Topic  |
ClaraP
Starting Member
27 Posts |
Posted - 26 January 2005 : 13:54:18
|
Checked the inc_site_footer, inc_site_header, inc_site_right, and inc_site_left - all contain complete tables... <table><tr><td></td></tr></table> tags. I checked my header and footer (both of which I'd slightly modified) against the original Snitz headers and footers, and there were no stray table tags there either. Can you think of anywhere else I should hunt? Sorry to be a bother with this...
(Edited to add that when I select the show borders option, on the default.asp page the right colum is completely out of the borders, at the very bottom of the page.)< |
Edited by - ClaraP on 26 January 2005 13:55:49 |
 |
|
PeeWee.Inc
Senior Member
   
United Kingdom
1893 Posts |
Posted - 26 January 2005 : 14:19:31
|
http://www.knittersreview.com/forum/
Is this the forum you talk about? If so, could you turn it on and leave it on so we can see what the trouble is, or take a screen shot and show us. Would make it easier to spot whats wrong and help.< |
De Priofundus Calmo Ad Te Damine |
 |
|
ClaraP
Starting Member
27 Posts |
Posted - 26 January 2005 : 15:13:39
|
absolutely - and yes, that's the forum. I'm trying to keep this update under covers until its official launch tomorrow, so here are some screenshots instead. I don't know the rules for including images here, so I'll link you to them:
http://knittersreview.com/images/forum_ok.jpg (an inner page that shows the right column as it should be)
http://knittersreview.com/images/forum_broken.jpg (at the very bottom of default.asp, where the right column content is appearing)
Thank you so much!
Edited to add two more images. I saw earlier recommendations that people turn on borders for troubleshooting, so I tried that, turning on the top, left, right, and bottom borders. The top, left, and bottom are just blank <table><tr><td></td></tr> filler tags.
On default.asp, it goes whacko: http://knittersreview.com/images/forum_broken_frame.jpg
On an inner page, it's beautiful: http://knittersreview.com/images/forum_correct_frame.jpg
This nears the outer limits of my meager techical troubleshooting capacities...< |
Edited by - ClaraP on 26 January 2005 16:30:52 |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
Posted - 26 January 2005 : 16:38:33
|
Looks very much like the code for enhanced active users mod is causing the problem... can you post a link to a text version of the browser source for default.asp?< |
 Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
Edited by - D3mon on 26 January 2005 16:41:23 |
 |
|
ClaraP
Starting Member
27 Posts |
|
ClaraP
Starting Member
27 Posts |
Posted - 26 January 2005 : 20:41:24
|
SOLVED! FIXED! Hooray hooray! You were right - the problem was in inc_activeusers.asp.
The offending code was: response.write " </table>" & VBNewLine & _ " </td>" & VBNewLine & _ " </tr>" & VBNewLine & _ Where it was supposed to be: response.write " </td>" & VBNewLine & _ " </tr>" & VBNewLine & _
(around line 117 for anybody else who may have a similar setup to mine and experience problems)
D3mon, I thank you from the bottom of my heart for taking the time to point me in the right direction with this mess. And I thank you even more for taking the time to create this MOD in the first place. It's fantastic!< |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
carolx
Starting Member
Brazil
6 Posts |
Posted - 12 March 2005 : 09:55:06
|
I tried the link to download on first page and it returns a 404 error :(
Help?< |
------------- Hi, I'm dory! |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
carolx
Starting Member
Brazil
6 Posts |
Posted - 12 March 2005 : 15:05:39
|
Thanks, I found it from another source and already installed it Good MOD, my pages are almost good-looking now :)< |
------------- Hi, I'm dory! |
 |
|
Neilr
Junior Member
 
Australia
107 Posts |
Posted - 14 March 2005 : 06:06:44
|
Hi, D3mon,
I have resisted posting until I could work it out but alas it has beaten me 
I have installed your mod on the new site we are re-building but there are some pages where the left table goes silly. For some reason it just grows??
We have the main body of the forums at 100% although I might have missed some it really doesn't explain why the left side table of your mod grows on some pages.
Here are a couple of links to pics to better explain. I have turned on borders so that you can see better.
Good Border Placement
Bad Border Placement
Would appreciate any help of this sucker as it really is annoying me
We have used your intergration on our other sites and not a problem.
This site works a treat www.ausbream.com
Thanks in advance,
Neil.< |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
Neilr
Junior Member
 
Australia
107 Posts |
Posted - 14 March 2005 : 15:31:07
|
Hi D3man,
Forum.asp, active.asp, pop_profile.asp all offset.
Default.asp and topic.asp are just fine.
Really weird.
I even ripped out everything in the inc_site_left.asp file so now all that is in it is: <img src="/images/left-side.jpg" width="185" height="348" align="left">
Cheers
Neil
P.S. When I turn off the left side everything is 100% spot-on. < |
Edited by - Neilr on 14 March 2005 15:37:14 |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
Posted - 14 March 2005 : 15:36:59
|
maybe a code change to the inc_header.asp file that has caused the forums pages to be oddly sized widths? is it the same problem when logged out and logged in?< |
 Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
 |
|
Neilr
Junior Member
 
Australia
107 Posts |
Posted - 14 March 2005 : 15:41:15
|
Hi,
Yeap exactly the same logged in or out. Same deal in IE and Firefox or Opera.
When I turn off the left side everything is 100% spot-on.
Neil.
As the site is hidden if you email me I can give you access..< |
 |
|
Topic  |
|