Author |
Topic |
|
masey
Starting Member
Australia
14 Posts |
Posted - 16 June 2004 : 10:50:15
|
As per @tomics notes: This MOD allows you to have a color theme (fonts, colors, title image etc) that's different for each forum on your site.
This may well be true in terms of fonts and colours, but how does one change the title image for each individual title image?
For example, I have a title image for my entire forum site...
Within that site I have a sporting forum section. I want the threads and forums within that portion of the site to feature a slightly modified title graphic...
Is this possible... and how do you go about it???
Thanks in advance...
~ R |
|
Beano_ie
Junior Member
Ireland
328 Posts |
Posted - 17 June 2004 : 05:37:25
|
Hiya Masey,
Not sure if this is exactley what your looking for, but in your my_theme.asp code, you need to modify it so that when a particular ttheme is chosen, your logo title will look simialr to the theme change.
compare your code with this ....
Select Case themeid Case 1 '##### Desert STRTITLEIMAGE = "title_forum_desert.gif" '### << Difference strDefaultFontFace = "Verdana, Arial, Helvetica" 'Default Font Face strDefaultFontSize = 1 strHeaderFontSize = 2 strFooterFontSize = 1 strPageBgColor = "F7EFD6" strDefaultFontColor = "black" strLinkColor = "blue" strLinkTextDecoration = "none" strVisitedLinkColor = "blue" strVisitedTextDecoration = "none" strActiveLinkColor = "blue" strHoverFontColor = "cornflowerblue" strHoverTextDecoration = "underline" strHeadCellColor = "orange" strHeadFontColor = "FFFFFF" strCategoryCellColor = "orange" strCategoryFontColor = "FFFFFF" strForumFirstCellColor = "white" strForumCellColor = "F7EFD6" strAltForumCellColor = "ivory" strForumFontColor = "000000" strForumLinkColor = "000066" strTableBorderColor = "000000" strPopUpTableColor = "F7FFE7" strPopUpBorderColor = "darkgray" strNewFontColor = "black"
Case 2 '###"sobersilver" STRTITLEIMAGE = "title_forum_silver.gif" '### << Difference strDefaultFontFace = "Verdana, Arial, Helvetica" 'Default Font Face strDefaultFontSize = 1 strHeaderFontSize = 2 strFooterFontSize = 1 strPageBgColor = "white" strDefaultFontColor = "black" strLinkColor = "blue" strLinkTextDecoration = "none" strVisitedLinkColor = "blue" strVisitedTextDecoration = "none" strActiveLinkColor = "blue" strHoverFontColor = "cornflowerblue" strHoverTextDecoration = "underline" strHeadCellColor = "f4f4f4" strHeadFontColor = "Black" strCategoryCellColor = "f4f0f0" strCategoryFontColor = "black" strForumFirstCellColor = "white" strForumCellColor = "white" strAltForumCellColor = "ivory" strForumFontColor = "black" strForumLinkColor = "blue" strTableBorderColor = "darkgray" strPopUpTableColor = "F4F4F0" strPopUpBorderColor = "darkgray" strNewFontColor = "black" |
Steve Drogheda, Ireland @ www.droghedatown.com |
|
|
masey
Starting Member
Australia
14 Posts |
Posted - 17 June 2004 : 13:20:26
|
Thanks soo much for that! You're a champion! |
|
|
Beano_ie
Junior Member
Ireland
328 Posts |
Posted - 17 June 2004 : 15:02:52
|
Oh my gosh, I feel so humble, only my girlfriend calls me that lol
No worries matey |
Steve Drogheda, Ireland @ www.droghedatown.com |
|
|
kengkeng
Starting Member
12 Posts |
Posted - 13 October 2004 : 03:58:44
|
Hi,
I uploaded the theme mod and this is the error message I get:
Microsoft JET Database Engine error '80040e10' No value given for one or more required parameters.
my_forum_config.asp, line 136
What do I do? Im clueless.
|
|
|
muzishun
Senior Member
United States
1079 Posts |
Posted - 08 November 2004 : 13:33:28
|
Could you post a txt version of your my_forum_config.asp? That way, we can see what the line is and it's easier to know what's missing. |
Bill Parrott Senior Web Programmer, University of Kansas Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com) Personal Website (www.chimericdream.com) |
|
|
|
Topic |
|