Author |
Topic |
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 13 April 2006 : 09:28:54
|
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 -
|
|
|
Nertz
Junior Member
Canada
341 Posts |
Posted - 13 April 2006 : 18:41:45
|
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 |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 14 April 2006 : 04:38:25
|
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 -
|
|
|
ILLHILL
Junior Member
Netherlands
341 Posts |
|
olef
Starting Member
Denmark
19 Posts |
Posted - 28 May 2006 : 16:20:48
|
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 < |
|
|
Nertz
Junior Member
Canada
341 Posts |
Posted - 28 May 2006 : 20:22:34
|
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 |
|
|
ILLHILL
Junior Member
Netherlands
341 Posts |
Posted - 01 June 2006 : 09:08:25
|
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 |
|
|
Nertz
Junior Member
Canada
341 Posts |
Posted - 05 June 2006 : 12:21:51
|
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 |
|
|
ILLHILL
Junior Member
Netherlands
341 Posts |
Posted - 09 June 2006 : 08:58:18
|
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 |
|
|
ILLHILL
Junior Member
Netherlands
341 Posts |
Posted - 10 June 2006 : 20:36:38
|
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 |
|
|
Nertz
Junior Member
Canada
341 Posts |
Posted - 19 June 2006 : 08:19:03
|
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 |
|
|
Lon
Starting Member
USA
47 Posts |
Posted - 17 September 2006 : 23:10:57
|
Any new development on this? We are all waiting for a great product like this.< |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 18 September 2006 : 03:27:17
|
Yeah, I did some testing on the smilie problem but couldn't come any furter =/ < |
/Tribaliztic - www.gotlandrace.se -
|
|
|
Jezmeister
Senior Member
United Kingdom
1141 Posts |
Posted - 01 November 2006 : 15:24:51
|
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?< |
|
|
sean2007
Starting Member
31 Posts |
Posted - 12 September 2007 : 06:54:52
|
where this the download link please< |
|
|
Topic |
|