Author |
Topic |
ElPazzo
Junior Member
Austria
116 Posts |
Posted - 16 October 2005 : 12:53:44
|
in which file?
btw: how to get that small border around the forum table? which string to use for that?< |
www.pet-needs.com www.pet-needs.com/forum www.pet-needs.de www.translating-it.com |
Edited by - ElPazzo on 16 October 2005 12:54:48 |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 16 October 2005 : 13:08:45
|
Sorry, in subforums.asp
Which small border?< |
|
|
ElPazzo
Junior Member
Austria
116 Posts |
Posted - 16 October 2005 : 13:22:04
|
that black line between the cells< |
www.pet-needs.com www.pet-needs.com/forum www.pet-needs.de www.translating-it.com |
|
|
ElPazzo
Junior Member
Austria
116 Posts |
Posted - 16 October 2005 : 13:27:46
|
adding the 3 lines does not generate an error but the forum headers are the only things being generated.
changing the string does nothing either< |
www.pet-needs.com www.pet-needs.com/forum www.pet-needs.de www.translating-it.com |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 16 October 2005 : 14:48:45
|
if you veiew the outputted source you should see what was those two items were. I just wanted to make sure that they were numbers. They were just for some debugging.
I seem to be getting some odd errors every time I go to the site....< |
|
|
ElPazzo
Junior Member
Austria
116 Posts |
Posted - 16 October 2005 : 17:16:18
|
tried again, but as i said no numbers only the header row displayed.
you mean when going to my site?< |
www.pet-needs.com www.pet-needs.com/forum www.pet-needs.de www.translating-it.com |
|
|
ElPazzo
Junior Member
Austria
116 Posts |
Posted - 16 October 2005 : 17:27:23
|
hi, i don't know if this has to do with it...
if you have a look at a forum with subforums (eg. cats diseases) in the general overview: where the last post should be mentioned i get the "by:" in bold text and then an underscore... although it should show none, as no topic exists in the subforum or the parent forum.
in the german part, the parent forum contains a post and still it does not show the post as last post, it always shows "by: _"
another point is that since i implemented your last changes it always shows "none" if there is no post in a forum before it showed nothing. the prob is that i can't even change the language of the none, as i can't find where it is generated. < |
www.pet-needs.com www.pet-needs.com/forum www.pet-needs.de www.translating-it.com |
|
|
ElPazzo
Junior Member
Austria
116 Posts |
Posted - 16 October 2005 : 17:35:58
|
ok finally found the none part to change... was looking in the wrong file the whole time< |
www.pet-needs.com www.pet-needs.com/forum www.pet-needs.de www.translating-it.com |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 17 October 2005 : 00:31:15
|
I'm going to have to test a few things at work (since that is where I have it working) and see what I can come up with. I know I'm missing something, I just don't know what.< |
|
|
ElPazzo
Junior Member
Austria
116 Posts |
Posted - 19 October 2005 : 10:18:23
|
hi, i temporarily solved the prob this way:
if Topic_Author = "" then else Topic_Author = rs("T_AUTHOR") end if
and with:
if Topic_Replies = "" then else Topic_Replies = rs("T_REPLIES") end if
i know it's not the best solution but at least the forum works now, except for the last post info on the general overview< |
www.pet-needs.com www.pet-needs.com/forum www.pet-needs.de www.translating-it.com |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 19 October 2005 : 10:33:03
|
I was wondering how it was going. Glad you got that part to work.
As for the other, I had fought with that quite a bit until I got the code I posted together... maybe I'd done something that I forgot to put up... a very likely option considering all thats been going on.< |
|
|
ElPazzo
Junior Member
Austria
116 Posts |
Posted - 07 November 2005 : 17:26:41
|
hi again,
just tried the forum today after some time off... if i post sth i get the following error when trying to view the forum it is written in:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'rs'
/forum/inc_func_chknew.asp, line 40
that's again the t_author... *HELP*< |
www.pet-needs.com www.pet-needs.com/forum www.pet-needs.de www.translating-it.com |
Edited by - ElPazzo on 07 November 2005 17:34:39 |
|
|
ElPazzo
Junior Member
Austria
116 Posts |
Posted - 07 November 2005 : 17:40:50
|
ouch... where is the sql query or the create rs for that rs? could it be that we missed that part all the time? if it has no query it can of course not find the rs, can it?< |
www.pet-needs.com www.pet-needs.com/forum www.pet-needs.de www.translating-it.com |
Edited by - ElPazzo on 07 November 2005 18:04:47 |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 07 November 2005 : 19:34:59
|
I still think that there is something else, just on the periphery, that we are missing. I just can't seem to place it. I never did get around to puting it on the other site. I'll try to work on that tonight.< |
|
|
ElPazzo
Junior Member
Austria
116 Posts |
Posted - 08 November 2005 : 04:47:14
|
if you need some txt versions of some of my files to try around just tell me< |
www.pet-needs.com www.pet-needs.com/forum www.pet-needs.de www.translating-it.com |
|
|
Topic |
|