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
 Active Users 4.0.17, Post Issues Here
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 24

ROB
Junior Member

USA
347 Posts

Posted - 27 February 2003 :  15:00:57  Show Profile  Visit ROB's Homepage  Send ROB an AOL message  Send ROB an ICQ Message  Send ROB a Yahoo! Message
Actually, Nathan, that is the section referred to.

Jeff (ROB) Hester
BigBlueNetwork | BigBlueBall | Christian Church Today
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 27 February 2003 :  15:53:32  Show Profile  Visit masterao's Homepage
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
Go to Top of Page

ROB
Junior Member

USA
347 Posts

Posted - 27 February 2003 :  16:04:20  Show Profile  Visit ROB's Homepage  Send ROB an AOL message  Send ROB an ICQ Message  Send ROB a Yahoo! Message
Hmmm... unfortnately I'm not using the event calendar MOD.
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 27 February 2003 :  17:06:05  Show Profile  Visit Nathan's Homepage
Perhaps its another one of your mods. Like PM for example.

Nathan Bales
CoreBoard | Active Users Download
Go to Top of Page

ROB
Junior Member

USA
347 Posts

Posted - 27 February 2003 :  17:26:00  Show Profile  Visit ROB's Homepage  Send ROB an AOL message  Send ROB an ICQ Message  Send ROB a Yahoo! Message
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
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 28 February 2003 :  00:36:14  Show Profile  Visit Nathan's Homepage
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
Go to Top of Page

danjr
New Member

USA
56 Posts

Posted - 02 March 2003 :  16:29:53  Show Profile  Visit danjr's Homepage
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
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 02 March 2003 :  17:03:24  Show Profile  Visit masterao's Homepage
Can you provide a link to a text-version of your inc_func_common.asp?

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

danjr
New Member

USA
56 Posts

Posted - 02 March 2003 :  17:21:32  Show Profile  Visit danjr's Homepage
Sure, here is the link:

http://www.the-boxer-contingent.org/inc_func_common.txt
Go to Top of Page

chrisrattray
Starting Member

4 Posts

Posted - 03 March 2003 :  05:41:00  Show Profile
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
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 03 March 2003 :  07:15:28  Show Profile  Visit masterao's Homepage
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
Go to Top of Page

chrisrattray
Starting Member

4 Posts

Posted - 03 March 2003 :  07:41:03  Show Profile
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
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 03 March 2003 :  08:32:06  Show Profile  Visit masterao's Homepage
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
Go to Top of Page

chrisrattray
Starting Member

4 Posts

Posted - 03 March 2003 :  14:31:07  Show Profile
Tried that, still the same thing, very annoying :(


Any other help?
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 03 March 2003 :  17:14:57  Show Profile  Visit masterao's Homepage
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
Go to Top of Page
Page: of 24 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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