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

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 13 April 2006 :  09:28:54  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
Nertz: I created a post3.asp and only allow the editor to be used on that page.
I still get errors with the smilies though... One thing I came to think about. Was there some code change to post.asp or topic.asp regarding this? The reason I ask is this:
I have a live forum that all my users are using AND a development forum that I and some other are using. They both use the same db. The code in the live forum is NOT modded with this wysiwyg-mod but you and I was looking at their posts from the modded forum.
Hm.. this maybe just made you confused? Do you understand what I'm trying to explain? =)
<

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

Nertz
Junior Member

Canada
341 Posts

Posted - 13 April 2006 :  18:41:45  Show Profile  Reply with Quote
Trib, been quite busy at work lately, and I know I will be for some time next few weeks. Haven't had much chance to do much to the mod, but I did start adding allowed forums into the mod. unfortunately I've had to set it aside for a few weeks.

I think I know what you are saying. it shouldn't be a problem viewing posts created in either RTE or forumcode, there was no changes to topic.asp there. I can see a problem only if you edit posts in forumcode that were originally posted with RTE. I'll keep digging though.

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 - 14 April 2006 :  04:38:25  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
Okay... The posts wasn't edited in any way.. Strange =(

I'm quite buzy also, but if you need a hand with anything just ask!
<

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

ILLHILL
Junior Member

Netherlands
341 Posts

Posted - 24 April 2006 :  17:30:11  Show Profile  Reply with Quote
Wow Nertz, this is great. I just sent you an email.

Greets & great job!

Dominic
<

CLPPR.com - All The News Only Seconds Away
Go to Top of Page

olef
Starting Member

Denmark
19 Posts

Posted - 28 May 2006 :  16:20:48  Show Profile  Reply with Quote
Hi Nertz

Have now been testing this amaaazzzzinng pre-mod in production on a test-group af 20 members for 1˝ month.
They are all very satisfied using the WYSIWYG editor.

Untill now I have made 1 change:

When trying to use the Preview-button with user-level 1, it comes up with an error. In inc_RTE.asp I added preview to line 164:
plugins : "iespell,insertdatetime,preview,searchreplace,print",

I have just two unsolved problems:

  • When posting/editing a topic or reply,You can normally change the size of the editor-window, this function does not work with the WYSIWYG editor


  • We use the file-sharing mod.
    I have tried to find a solution, but can't find the right one.
    So far I found that when attaching af file, the file inc_files_attach.asp is used, with the following code, where I will apriciate to get some help. Have tried to do something like inssmilie, but can't get it to work. When up running on the file-sharing, I will try to let the editor go in production with 130 members:

    if UseFile = "true" then
    Name = URLDecode(CStr(Request("FileToInsert")))
    FileNameExt = UCase(Mid(Name,InStrRev(Name,".")))
    strFileSize = CStr(Request("fileSize"))
    Select Case Request("attachType")
    case "post"
    if FileNameExt=".SWF" then
    %>
    <script>
    if(opener.document.PostTopic.Message.createTextRange && opener.document.PostTopic.Message.caretPos) {
    var caretPos = opener.document.PostTopic.Message.caretPos;
    caretPos.text = "[file]<%=Name%>,<%=memberFldrID%>,<%=cSF%>,<%=request("forumID")%>,width=100,height=100[/file]\n";
    }
    else {
    opener.document.PostTopic.Message.value+="[file]<%=Name%>,<%=memberFldrID%>,<%=cSF%>,<%=request("forumID")%>,width=100,height=100[/file]\n";
    }
    </script>
    <%else%>
    <script>
    if (opener.document.PostTopic.Message.createTextRange && opener.document.PostTopic.Message.caretPos) {
    var caretPos = opener.document.PostTopic.Message.caretPos;
    caretPos.text = "[file]<%=Name%>,<%=memberFldrID%>,<%=cSF%>,<%=request("forumID")%>[/file]\n";
    }
    else {
    opener.document.PostTopic.Message.value+="[file]<%=Name%>,<%=memberFldrID%>,<%=cSF%>,<%=request("forumID")%>[/file]\n";
    }
    </script>
    <%
    end if
<
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 28 May 2006 :  20:22:34  Show Profile  Reply with Quote
Olef,

thanks for the feedback, great to see you have been testing with your commnunity.

the resize issue is something that bugged me too. I've figured out how to allow the RTE to resize, but I haven't been able to get it working with screen size options, at least it won't refresh. Trying to find some time to work on it further, been doing a lot of travellin for work lately.

I don't use any file sharing mods, and had not really thought much about that. I don't think that will be an easy fix. Try looking for add-on plugins to the RTE on sourceforge, there may be a file attachment plugin.

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

ILLHILL
Junior Member

Netherlands
341 Posts

Posted - 01 June 2006 :  09:08:25  Show Profile  Reply with Quote
Nertz can you send me the mod for testing, I have a bit of an unorthodox forum built for testing
it, but that should only enhance the fun.
If all is correct you have my email. If not then this is it: dominic(a)illhill.com

Greets & thanks,

D
<

CLPPR.com - All The News Only Seconds Away
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 05 June 2006 :  12:21:51  Show Profile  Reply with Quote
ILLHILL, sometime around end of April / early May I replied to your email. Did the file not reach you? Still on the road.... so I don't get to check here or my personal emails too often.

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

ILLHILL
Junior Member

Netherlands
341 Posts

Posted - 09 June 2006 :  08:58:18  Show Profile  Reply with Quote
I think it didn't.
On the other hand, I do get nearly hundred emails a day due to my site,
so I might over looked it.
Was it send by the same email I first corresponded with?
I will do a search in my mail.

Greets & thanks,

D
<

CLPPR.com - All The News Only Seconds Away
Go to Top of Page

ILLHILL
Junior Member

Netherlands
341 Posts

Posted - 10 June 2006 :  20:36:38  Show Profile  Reply with Quote
Checked my mailbox, but it seems it never reached me.
Understand you're on the road, so will wait till you
get a new chance to mail, or maybe somebody reading this
got the code from you and can mail it to me dominic(a)illhill.com

Greets & thanks!

D
<

CLPPR.com - All The News Only Seconds Away
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 19 June 2006 :  08:19:03  Show Profile  Reply with Quote
Domenic, just emailed you the file. sorry for the delay, just got back home this weekend. Let me know how you make out with it.

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

Lon
Starting Member

USA
47 Posts

Posted - 17 September 2006 :  23:10:57  Show Profile  Reply with Quote
Any new development on this? We are all waiting for a great product like this.<
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 18 September 2006 :  03:27:17  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
Yeah, I did some testing on the smilie problem but couldn't come any furter =/
<

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

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 01 November 2006 :  15:24:51  Show Profile  Visit Jezmeister's Homepage  Reply with Quote
hey guys, this likely to be done soon? if not i don't spose i could have a copy of the code/modifications as they are?<
Go to Top of Page

sean2007
Starting Member

31 Posts

Posted - 12 September 2007 :  06:54:52  Show Profile  Visit sean2007's Homepage  Reply with Quote
where this the download link please<
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.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07