Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 ACC Mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

paarlberg
New Member

74 Posts

Posted - 23 July 2002 :  01:12:15  Show Profile  Visit paarlberg's Homepage
I applied the Advanced Color MOD on my forum and everything looked fine.... When I look at the profile info for a member, the tables are all screwed up.. I replaced the config.asp and the problem was fixed. Has anyone seen this?

I will double check my editing for errors!

Thanks

DE

Nathan
Help Moderator

USA
7664 Posts

Posted - 23 July 2002 :  01:44:01  Show Profile  Visit Nathan's Homepage
It has to do with a couple missing quotes in the pop_profile.asp

Its not actually a bug in the mod or in snitz. Its just what happens when you dont keep your coding consistant . . .

If you look around in pop_profile.asp, and list_subscriptions.asp you might be able to find the missing ""

Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page

paarlberg
New Member

74 Posts

Posted - 23 July 2002 :  10:09:34  Show Profile  Visit paarlberg's Homepage
If I replace the config.asp file with a backup copy it fixes the problem. I haven't applied many MOD's top the forum.

below are the changes that I made to the config.asp per the MOD instructions!

dim strPageBgImage, strHeadCellImage, strCategoryCellImage '<--#### ADVANCED COLOR CONTROL PANEL CODE: 1 LINE

AND---


strPageBgImage = Application(strCookieURL & "strPageBgImage")'<-- ####### BEGIN ADVANCED COLOR CONTROL PANEL CODE: 18 LINE ADDITION
strHeadCellImage = Application(strCookieURL & "strHeadCellImage")
strCategoryCellImage = Application(strCookieURL & "strCategoryCellImage")
strPageBGColor2 = Application(strCookieURL & "STRPAGEBGCOLOR")
strHeadCellColor2 = Application(strCookieURL & "STRHEADCELLCOLOR")
strCategoryCellColor2 = Application(strCookieURL & "STRCATEGORYCELLCOLOR")

if strPageBgImage <> "" then
strPageBGColor = strPageBGColor & """ background=""" & strPageBgImage
end if

if strHeadCellImage <> "" then
strHeadCellColor = strHeadCellColor & """ background=""" & strHeadCellImage
end if

if strCategoryCellImage <> "" then
strCategoryCellColor = strCategoryCellColor & """ background=""" & strCategoryCellImage
end if
'<-- ####### END ACC CODE


I have not written any code... it is all from the mods available at snitz exchange. I can barely spell CoDe.

Any ideas?




Edited by - paarlberg on 23 July 2002 10:10:56

Edited by - paarlberg on 24 July 2002 17:41:35
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 24 July 2002 :  17:50:36  Show Profile
Was this not a problem with the paging sub not having " around the colour?

For example the line


<td align=right bgcolor=" & strPageBGColor & ">


Should be like this to fix the problem?


<td align=right bgcolor=""" & strPageBGColor & """>


then the quotes would be arounf the colour in the HTML output..


No matter how fast light travels it finds the darkness has always got there first, and is waiting for it.
http://www.ian-hamlin.co.uk
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 24 July 2002 :  19:19:46  Show Profile  Visit Nathan's Homepage
Yeah, thats the problem. It occures in several files.

Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page

paarlberg
New Member

74 Posts

Posted - 25 July 2002 :  00:00:21  Show Profile  Visit paarlberg's Homepage
I tried that and it did not work...

Here is a link to a test forum.. This is the page that is screwed up..

http://bhs82.baspnet.net/pop_profile.asp?mode=display&id=1

If I replace the config.asp file it looks correct (without the graphic headers)

Thanks

DE



Edited by - paarlberg on 25 July 2002 00:24:20
Go to Top of Page

paarlberg
New Member

74 Posts

Posted - 26 July 2002 :  10:38:01  Show Profile  Visit paarlberg's Homepage
quote:

This is the page that is screwed up..


The edit page is fine and only the display is screwed up!



Go to Top of Page

paarlberg
New Member

74 Posts

Posted - 28 July 2002 :  01:04:47  Show Profile  Visit paarlberg's Homepage
Any ideas on the problem above?

Thank you,

DE

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.37 seconds. Powered By: Snitz Forums 2000 Version 3.4.07