Author |
Topic |
|
Deleted
deleted
4116 Posts |
Posted - 14 October 2002 : 18:30:19
|
...on locating all numbers output on all pages? I need to output them through a function so that the format and/or digits can be taken under control... I started to do it but it really takes some time. Some of these are hidden between if-then-else structures also.
You need to skip all numeric info in the strings (e.g. "There are 345 members"), because these are checked automatically...
You will need to take a v3.4.03 installation, with a lot of data in it, scan it page by page and tell me these for example:
FILE: active.asp
Line 578-579:
... & strForumFontColor & """>" & Topic_Replies & "</font></td>" & vbNewline
... & strForumFontColor & """>" & Topic_View_Count & "</font></td>" & vbNewline
Yes, I know that I started to ask for too many things ... < |
Stop the WAR! |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 14 October 2002 : 18:52:47
|
Can we get organized on this? Maybe you should tell us what files have you scanned, which are you going to scan as of today or similar, so that we can avoid duplicating someone else's work?< |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
Deleted
deleted
4116 Posts |
Posted - 14 October 2002 : 19:14:05
|
Well, I started it and only did a couple files. I don't want to go on further on this because time is getting to be a problem... I have some more stuff to do on other sites.
I think a single person can do it in a couple days. Another option (less stressing) can be to devide files, e.g.:
main forum files (active, default, forum, etc) inc_xxx.asp files pop_xxx.asp files admin_xxx.asp files
What do you think? < |
Stop the WAR! |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 14 October 2002 : 19:25:38
|
Ok, I take the files with names starting from P to T. However, as I wrote before, I have no possibility of starting it before tomorrow night. Is that ok?
Also, please confirm, you're interested in all numbers output in messages, right?< |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
Deleted
deleted
4116 Posts |
Posted - 14 October 2002 : 19:32:56
|
Yes, but not those in phrases (e.g. statistics in default.asp). I already pass them through fLangN & fLangSP, and checking for parameter being a number, I can process them... It will be good idea to also report those non-integers (with decimal parts like "1.23 posts per day" in pop_profile).
I'm mainly interested in those output in table columns and so on, mainly the standalone ones... < |
Stop the WAR! |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
Deleted
deleted
4116 Posts |
Posted - 14 October 2002 : 21:29:08
|
I want to know the red circles, not the blue ones ...
< |
Stop the WAR! |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
Rasco
Advanced Member
Germany
3192 Posts |
Posted - 16 October 2002 : 17:21:09
|
Currently, I`am having a lot of work to do. This will take a couple of days. After that, if you still need help with this, I can do some of the files.< |
German Snitz Forum
|
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
Deleted
deleted
4116 Posts |
Posted - 21 October 2002 : 18:54:11
|
I have a lot of places where the line numbers not match. It will be nice to have the positions like in the initial post. This way I can copy the code and search for it in the indicated file. The line numbers will prevent problems with multiple occurrances.
Currently I'm working on ~270 cases where they are in fLangN() calls, I had to convert them because there are cases where numbers should not be passed through this function, like LCID numbers etc...
You can post here, or e-mail me as you like . I want to complete everything before the end of the month.
< |
Stop the WAR! |
|
|
Deleted
deleted
4116 Posts |
Posted - 21 October 2002 : 20:18:12
|
I finished my work with the numbers in the strings .< |
Stop the WAR! |
|
|
Romee
Junior Member
Netherlands
180 Posts |
Posted - 22 October 2002 : 05:15:43
|
quote: Originally posted by bozden
You can post here, or e-mail me as you like . I want to complete everything before the end of the month.
That is an important surprise for all Snitz users who want to use forums in their own language. Thanks Bozden < |
|
|
|
Topic |
|