i'm modding my journal_inc.asp file to run on the forum (b2) skin file and i get this error
Microsoft VBScript compilation error '800a0411'
Name redefined
/xkewl3/Includes/skin_file.asp, line 55
Const strBgColour = "345487" 'Forum page colour
------^
I try deleting the
strJournalTextColour = rsJournalRecordsConfiguration("text_colour")
strJournalTextType = rsJournalRecordsConfiguration("text_type")
intJournalHeadingTextSize = CInt(rsJournalRecordsConfiguration("heading_text_size"))
intJournalTextSize = CInt(rsJournalRecordsConfiguration("text_size"))
intJournalSmallTextSize = CInt(rsJournalRecordsConfiguration("small_text_size"))
strJournalLinkColour = rsJournalRecordsConfiguration("links_colour")
strJournalVisitedLinkColour = rsJournalRecordsConfiguration("visited_links_colour")
strJournalActiveLinkColour = rsJournalRecordsConfiguration("active_links_colour")
blnJournalLCode = CBool(rsJournalRecordsConfiguration("Code"))
intJournalPreviewItems = rsJournalRecordsConfiguration("No_of_preview_items")
End Ifbits but it doesnt help
thanks
James
p.s. this is a beta not live site before people start having a go atb me