Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD Preview: WYSIWYG Post Editor
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 7

Etymon
Advanced Member

United States
2385 Posts

Posted - 16 March 2006 :  21:19:56  Show Profile  Visit Etymon's Homepage  Reply with Quote
Hi Nertz,

I sent you mail. I hope you got it. Been having trouble with sending. Some folks get the mail ... some don't.

Thanks,

Etymon
<
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 17 March 2006 :  06:40:10  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
I must've done something wrong cause the M_edLev is never set for the user. It is saved in the DB but I can't get it to show via response.write("M_edLev") for example...
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 17 March 2006 :  06:51:47  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
If I do this:

strSQL = "SELECT M_EDLEV FROM " & strMemberTablePrefix & "MEMBERS "
strSQL = strSQL & "WHERE " & strMemberTablePrefix & "MEMBERS.M_NAME = '" & strDBNTUserName & "'"
set rsEDLEVchk = my_Conn.Execute(strSQL)
U_edLev = cint(rsEDLEVchk("M_EDLEV"))
rsEDLEVchk.close
set rsEDLEVchk = nothing



Response.Write "'" & U_edLev & "'"


The U_edLev is shown, but not if I remove the sql part above the response.write...
Seems like the inc_RTE.asp isn't read from the inc_header.asp?
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 17 March 2006 :  08:08:13  Show Profile  Reply with Quote
quote:
Originally posted by tribaliztic

Seems like the inc_RTE.asp isn't read from the inc_header.asp?


Tribal, are you sure you included inc_RTE.asp at the right location in inc_header.asp? Remember the copyright notices appear in two places inc_header, and the include inc_RTE should go beneath the second instance of copyright notice.

If you still have problems, post text links to the modded files and I can have a look later.

cheers,
Nat<

Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers
that use our children unjustly as "instruments" of power.


www.fathers-4-justice-canada.ca
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 17 March 2006 :  08:12:27  Show Profile  Reply with Quote
quote:
Originally posted by Etymon

I sent you mail. I hope you got it. Been having trouble with sending. Some folks get the mail ... some don't.


sorry Etymon, no email from you yet. Been working for everyone else from this forum.

cheers,
Nat<

Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers
that use our children unjustly as "instruments" of power.


www.fathers-4-justice-canada.ca
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 17 March 2006 :  08:21:28  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
I did the include right below <!--#INCLUDE FILE="inc_sitestat.asp" --> like this:

set my_Conn = Server.CreateObject("ADODB.Connection")
my_Conn.Open strConnString

%>
<!--#INCLUDE FILE="inc_sitestat.asp" -->
<%

'#### [RTE Mod] ##################################################################################################
%>
<!--#INCLUDE FILE="inc_RTE.asp" -->
<%
'### [/RTE Mod] ##################################################################################################

Ah, I see now that we didn't include the inc_sitestat.asp in the same place =)
I'll have another go with this then!
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 17 March 2006 :  08:28:02  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
Cool, that did the trick!
It's working for the quickreply but when I click "reply to topic" it's really messed up =)

I e-mailed serritzlev, hopefully I can have a look at his codes since he also use SHN code...
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 17 March 2006 :  08:44:15  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
Now I've checked and double checked and I can't see any differences in your added code and my added code... Here's the file:
http://www.gotlandrace.se/tabort/post.txt

Thank you for your help =)
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 17 March 2006 :  09:22:02  Show Profile  Reply with Quote
Trib, I just compared your post.asp to mine, and I don't see anything wrong with it. When you get serritzlev's updates, please let me know what they are. He mentioned an "end if" and some closing table tag problems, but I had a hard time understanding what he meant. I couldn't find any of those problems in base code 3.4.05, and wonder if it is something from the heavily modded forums package.

I think your problem may be with inc_smilies from the smilie manager mod, as that's the only other file affected. I started looking at the smilie manager yesterday, and I hope to have it working with the smilie manager mod soon.

cheers,
Nat<

Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers
that use our children unjustly as "instruments" of power.


www.fathers-4-justice-canada.ca

Edited by - Nertz on 17 March 2006 09:25:21
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 17 March 2006 :  09:27:01  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
Yeah, I have problems with some closing-tags I suppose. I get the "posting form" and the dropdown menu for the resolution and that's it =) No text area and so on.
I'll await serritzlev's answer!
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 17 March 2006 :  10:13:20  Show Profile  Reply with Quote
quote:
Originally posted by tribaliztic

Yeah, I have problems with some closing-tags I suppose. I get the "posting form" and the dropdown menu for the resolution and that's it =) No text area and so on.
I'll await serritzlev's answer!


Yup, that's about at the point where inc_smilies starts. So starting to look like the problem is in there.

I also have Nathan's last version of his RTE, and I remember he had some code in there around the smilie manager. Maybe he knew something I don't know... but then I never had the smilie manager installed. I'll have a look at his code again tonight, it may give some clues.

Nat<

Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers
that use our children unjustly as "instruments" of power.


www.fathers-4-justice-canada.ca

Edited by - Nertz on 17 March 2006 10:17:00
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 17 March 2006 :  10:20:30  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
quote:
Originally posted by serritzlev

Sorry i have to ben online becource my pc have crash last night one disk ar going to the heaven the same white one of my hd disk yes all mail or lot of source code is ben lost,, i am happy to i have upload the files to rtm mod,, short after that the crash have come to my pc,, i am back agan shortly unto i have buld a new pc.

Trib i can you tell me what sh forum you use v8 else v9 i looks at that now i am online again but there cabn go two to tree days.

Or sorry trib i dont use sh codes but i have buld my on the old images codes v3.4.05.



Ah, we're talking about 3 different setups here =)
This could be interesting! Do you remember what closing tags you had to change?
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 17 March 2006 :  10:58:55  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
Ok, now I'm scared =)
I have NO clue what I did but now it's working hehe..

The smilies aren't working though, when I click on a smilie in the table to the left of the textarea nothing happen. But I guess you already knew that since it's because of the smilie manager plus mod..

I'm gonna do some test posting and such and get back to you!
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 17 March 2006 :  11:33:14  Show Profile  Reply with Quote
Trib, try this... changes to inc_smilies.asp for SmileManagerPlus mod here. Let me know if it works. set me up with a test account.. thx

cheers,
Nat<

Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers
that use our children unjustly as "instruments" of power.


www.fathers-4-justice-canada.ca

Edited by - Nertz on 17 March 2006 11:35:12
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 17 March 2006 :  14:30:30  Show Profile  Reply with Quote
To all who got my initial work file, just want to let you know I found and am working on a method to improve the loading performance of the RTE. The change affects inc_RTE.asp file only. I will email you a copy of the changes once I am done testing (probably early next week).

cheers,
Nat<

Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers
that use our children unjustly as "instruments" of power.


www.fathers-4-justice-canada.ca
Go to Top of Page
Page: of 7 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07