Author |
Topic |
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 02 January 2009 : 12:15:17
|
Oh yeah. Just checked it with IE 7 and I do see what you're talking about. Seems to be a CSS style issue.
Oh wait, looking at the CSS for those 2 tabs (the order by newest and oldest tabs), it looks like you edited the file. In your v2.txt file, lines 423 and 425.
Response.Write "background-color: black;" & strForumFirstCellColor & "; font-family:" & strDefaultFontFace & "; " Black wasn't in the original file. Did you modify it? This might be messing up the CSS for IE, because I do know I tested this mod with IE and knew it worked.< |
Support Snitz Forums
|
|
|
PackYakcouk
New Member
United Kingdom
59 Posts |
Posted - 02 January 2009 : 12:35:34
|
Yeh i added in the black, when i saw the big white bar i added them to test something.
They have now been removed and the bar is still there as it was before i added them, i have updated the V1.txt to show this too.
Hope i havent got you too puzzled.
Sorry i forgot to remove them in the first place lol!< |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 02 January 2009 : 12:58:17
|
Grrr. lol Ok, back to the drawing board. So you have some numbers for your colors instead of colored names. From what I have read, you can't use what they call, RGB values (Red Green Blue values) like that. To use RGB values you have to encapsule it with RGB() or use colored names or HEX values.
So for instance, lets take the BODY tag of your forum.<body bgColor="BLACK" text="66,66,66" link="666666" aLink="ffffff" vLink="66,66,66"> The values in red can't work like that. It has to be:<body bgColor="BLACK" text="RGB(66,66,66)" link="666666" aLink="ffffff" vLink="RGB(66,66,66)"> This might not fix the problem on the split page, but it's the only other error glaring at me on the page.< |
Support Snitz Forums
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 02 January 2009 : 13:05:14
|
Also, the HEX values you have for the colors, as in the example above link="666666" they need to start with the # sign, like so: link="#666666" .< |
Support Snitz Forums
|
Edited by - Davio on 02 January 2009 13:05:41 |
|
|
PackYakcouk
New Member
United Kingdom
59 Posts |
Posted - 02 January 2009 : 14:46:29
|
I do apologise
I'm very new at all of this, ive made the suggested changes and the white box has disappeared.
I'm so used to using 66,66,66 codes in FrontPage I get carried away some times!
Thank you so much for the help, one more thing though, ive tried to use coloured names for most of it now to save on future mistakes but I have some "66,66,66" and some "666666" codes still in there should all 66,66,66 like codes be altered to "RGB(66,66,66)" and all 666666 codes be altered to #666666?
just to clarify I mean
EDIT: The codes aren't actually all 6's I just used that one as a reference. < |
Edited by - PackYakcouk on 02 January 2009 14:49:02 |
|
|
PackYakcouk
New Member
United Kingdom
59 Posts |
Posted - 02 January 2009 : 14:51:51
|
*Bows Down And Worships Davio*< |
Edited by - PackYakcouk on 02 January 2009 14:52:30 |
|
|
AnonJr
Moderator
United States
5768 Posts |
|
almagik
Starting Member
Italy
9 Posts |
Posted - 01 April 2009 : 07:29:40
|
Hi friends, recently i've add this Mod on my forum, all ok, following the suggestion I've copied the needed file in the main directory. All the function run perfectly, but today, trying to generate a new forum, I received this message:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
/f/post_info.asp, line 1545
My snitz is the 3.4.06
Before I start to modify my original post_info.asp line by line, do you already know what's the problem? thank you Alberto
|
Al |
Edited by - almagik on 01 April 2009 15:50:49 |
|
|
almagik
Starting Member
Italy
9 Posts |
Posted - 01 April 2009 : 16:39:01
|
Original post_info.asp modified now line by line, following Davio's istructions, problem solved. I suggest to check the file enclosed in the mod. bye Alberto |
Al |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 01 April 2009 : 18:18:23
|
You're suggesting that the problem might be in the file that came with the mod? You sure it wasn't because you might have made a mistake in copying the changes into your file? |
Support Snitz Forums
|
|
|
Topic |
|