Author |
Topic |
ROB
Junior Member
USA
347 Posts |
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 27 February 2003 : 15:53:32
|
Rob, if you are using the event calender mod (atleast I think it is that mod), this topic should be of interest for you. It seems to have a solution which can fix the error you are recieving.
Nathan's post made me remember that this had been asked (and answered before), so I searched and found the above topic. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
ROB
Junior Member
USA
347 Posts |
Posted - 27 February 2003 : 16:04:20
|
Hmmm... unfortnately I'm not using the event calendar MOD. |
|
|
Nathan
Help Moderator
USA
7664 Posts |
|
ROB
Junior Member
USA
347 Posts |
Posted - 27 February 2003 : 17:26:00
|
When I upgraded to 3.4, I basically started from scratch. I chose not to use the PM or calendar MODs, but I am using the Links MOD, Avatar MOD and a couple others. I guess you're saying that the problem may be similar to that described in the link Jan gave me? |
Jeff (ROB) Hester BigBlueNetwork | BigBlueBall | Christian Church Today |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 28 February 2003 : 00:36:14
|
Possibly. I would definatly do the case sensitive bug fix.
Thats a legitimate bug, doesn't really have to do with the calendar mod. |
Nathan Bales CoreBoard | Active Users Download |
|
|
danjr
New Member
USA
56 Posts |
Posted - 02 March 2003 : 16:29:53
|
Getting Error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '='.
/inc_func_common.asp, line 62
Any ideas?
dj
SQL 7 Snitz 3.4 AU 4.0.17 |
|
|
masterao
Senior Member
Sweden
1678 Posts |
|
danjr
New Member
USA
56 Posts |
|
chrisrattray
Starting Member
4 Posts |
Posted - 03 March 2003 : 05:41:00
|
Could anyone help me with a problem im having?
The site in question is http://www.inyourway.co.uk/ on the forum everything works fine including the active users but the text for the active users is the same colour as the background of the forum and I cant find where to modify it, anyone able to help? even if theres somewhere i can go in and manually set it?
Cheers
Chris |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 03 March 2003 : 07:15:28
|
Do you have a link to active_users.asp so that we can see it?
AU uses the forum definitions for the font-colors, so you need to change those in active_users.asp. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
chrisrattray
Starting Member
4 Posts |
Posted - 03 March 2003 : 07:41:03
|
Yeah sure, link is http://www.inyourway.co.uk/data/active_users.asp
looked in it, any idea what bit of code?
It looks like its linked to the general page colours, when i changed the dafault font colour in the admin config it changed it then, but it also changed all the other dafult font colour bits and the problem is you cant see that either because the colour it has to be is the same as the background colour for the rest of the forum - if you see what I meean?
cheers |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 03 March 2003 : 08:32:06
|
You must have the same colors for both the page background and for the default text? If so, look for the following code in active_users.asp and add the red code:
'## Ls3k - Ok, the page header stuff
response.write " <table width=""100%"" align=""center"" border=""0"">" & VBNewLine & _
" <tr>" & VBNewLine & _
" <td>" & VBNewLine & _
" <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strLinkColor & """>" & getCurrentIcon(strIconFolderOpen,"","") & " <a href=""default.asp"">" & fLang(strLangMOD_Ls3kAU_01000) & "</a>" & VBNewLine & _
" <br>" & VBNewLine & _
" " & getCurrentIcon(strIconBar,"","") & getCurrentIcon(strIconFolderOpen,"","") & " " & fLang(strLangMOD_Ls3kAU_01010) & " </font><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """ color=""" & strLinkColor & """>(" & fLang(strLangMOD_Ls3kAU_01020) & " " & chkDate(DateToStr(strForumTimeAdjust)," ",true) & ")</font>" & VBNewLine & _
" </td>" & VBNewLine
Im not sure which color you want there, but change strLinkColor to whichever suits your needs best.
I also noticed that you had an extra <body>-tag defined in your config.asp, which you should remove. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
Edited by - masterao on 03 March 2003 17:12:42 |
|
|
chrisrattray
Starting Member
4 Posts |
Posted - 03 March 2003 : 14:31:07
|
Tried that, still the same thing, very annoying :(
Any other help? |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 03 March 2003 : 17:14:57
|
Odd, the text after Active Users changed for me when I tested it. In order to include the text Active Users, you need to add it to the earlier font tag as well (I've updated the code above to show where). With these changes, the text Active Users (Last Updated 03/03/2003 23:07:34) changed on my active_users.asp. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
Topic |
|