Author |
Topic |
ElPazzo
Junior Member
Austria
116 Posts |
Posted - 10 October 2005 : 02:25:37
|
should be the same... did a select all before copying it
here it is:
http://www.pet-needs.com/forum/subforum.txt< |
www.pet-needs.com www.pet-needs.com/forum www.pet-needs.de www.translating-it.com |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 10 October 2005 : 06:20:38
|
I'll have to think about this one.... I'm not rightly sure where the problem is coming in. Since I won't be in my office the better part of the day todoay (or most of this week... ) I'll get back to you on this as soon as I can.
Just trying to keep this on my AT list so I don't forget it...< |
Edited by - AnonJr on 10 October 2005 11:58:46 |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 10 October 2005 : 14:29:09
|
I went to your site to try and see the error for myself and I noticed something doesn't quite look right on your default.asp...
subforum.asp looks exactly like it should. hmmm.
Did you install any other MODs between when you got this working the first time and when you applied the changes above?
And could you put up a text version of default.asp and forum.asp? I think the problem is with default.asp, but at this point I don't want to prematurely rule something out.< |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 11 October 2005 : 15:08:34
|
It looks like line 136 in subforum.asp is where the problem is happening.... though, I'm not entirely sure why. I'll keep you posted. Have you had a chance to look at it yet?
Does line 37 and 38 of inc_func_chknew.asp look like this:
37 if Topic_Author = "" then Topic_Author = rs("T_AUTHOR")
38 if (Topic_Author = MemberID OR AdminAllowed = 1) AND UnModeratedFPosts > 0 then < |
Edited by - AnonJr on 11 October 2005 15:12:04 |
|
|
ElPazzo
Junior Member
Austria
116 Posts |
Posted - 13 October 2005 : 10:41:55
|
hi,
no the prob on the default.asp is that the formatting is in css and i need to put it to tag type. but hav e not have time yet to have a look at it to find out which strings to put instead of css...
and yes both lines look like that.
could it be that inc_func_chknew.asp should be implemented somewhere...?< |
www.pet-needs.com www.pet-needs.com/forum www.pet-needs.de www.translating-it.com |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 13 October 2005 : 11:09:40
|
It looks like one of the variables referenced in line 38 is being assigned "rs" and not the ID. I just can't figure out where. That would be why we're getting the type mis-match.< |
|
|
ElPazzo
Junior Member
Austria
116 Posts |
Posted - 13 October 2005 : 11:19:49
|
could you pass me a link to a txt of you css file so that i could have a look what has been formatted how? would be easier for me to rebuild the forum as it should be for default.asp< |
www.pet-needs.com www.pet-needs.com/forum www.pet-needs.de www.translating-it.com |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 13 October 2005 : 11:29:03
|
I am using the SpeedBall 2 version of Snitz ... with a few MODs of course. The CSS I'm using is more or less the one that came with it. I actually took the DB from my standard 3.4.05 Snitz (well... modded, not quite standard) and used it with the SpeedBall 2 code (after re-applying all mods of course).
Somewhere in the topic for SpeedBall 2 is a link to the MOD Guide that he'd put out (I'll see if I can find it). Since I'm using the standard codes he put in that guide, it should help you reverse the changes. Though, if you haven't added too many mods yet I'd recommend going to the SB2 version at least for the CSS support. You'll have a lot more options available in how you style your site. If you do it right, you can run your entire site off of the same stylesheet, and thus keep a high degree of consistency.
Also, by going through and trying the subforum MOD afresh will probably help find where the problem is... I've found that sometimes you've just got to start a few steps back to go forward.
Let me know if this helps.< |
|
|
ElPazzo
Junior Member
Austria
116 Posts |
Posted - 16 October 2005 : 07:33:53
|
Hi, finally got time to completely reinstall subforum mod... did not help at all...still the same prob< |
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 : 11:10:39
|
It still looks like something isn't being passed right....
Were there any posts in the parent forum? I think its having trouble with the forum being empty for some reason.
I'm not sure why, as the intranet forum I'm using has sub-forums (empty) which are also in empty parent forums - and its fine. Though, I am using Access too. I wonder if any of the MySQL guru's here have any advice? I wouldn't think that would have anything to do with this, but I've seen stranger things.< |
|
|
ElPazzo
Junior Member
Austria
116 Posts |
Posted - 16 October 2005 : 11:23:01
|
no there were no posts in the parent forum...
i also managed to change code back to default colour-tags again but i still have some probs with the css font-sizes< |
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 : 11:51:20
|
if i quote the string out on line 38 it has a prob with line 74, quoting this out too, the forum finally shows up, but that can't be the best solution...
edit: you were right with thinking , it has a prob with the parent being empty, i just added a post and tried everything again and it works...< |
www.pet-needs.com www.pet-needs.com/forum www.pet-needs.de www.translating-it.com |
Edited by - ElPazzo on 16 October 2005 11:57:00 |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 16 October 2005 : 11:51:21
|
I've got this nagging feeling that it's probably something so simple we'll both be laughing about it when it is brought to light.
In the meantime, I'm running out of ideas....
Let me try and put this on one of my public sites and see what happens.< |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 16 October 2005 : 11:54:24
|
I think it's got something to do with rs("T_AUTHOR") but I'm not sure what.< |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 16 October 2005 : 11:58:17
|
Before line 136 [Response.Write(ChkIsNew(Topic_LastPost))], add this to see if things are looking right...
Response.Write(Topic_LastPost & "<br />")
Response.Write(rs("T_AUTHOR") & "<br />")
Response.End()
Or, instead of that, replace the "Topic_LastPost" with "ForumLastPost" ... it could be that simple...< |
Edited by - AnonJr on 16 October 2005 12:02:06 |
|
|
Topic |
|