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)
 Snitz Rich Text Editor Version 1.1
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 5

Nathan
Help Moderator

USA
7664 Posts

Posted - 10 December 2001 :  21:41:45  Show Profile  Visit Nathan's Homepage
There is a file to convert the database from manager 3.3 to the RTE version. Really there is only one small change there, plus it adds the default smiles to your database.

Some of the file changes between the two mods, however, may conflict, I suggest refering to the origional, unmodded versions of the files inc_post_buttons.asp faq.asp and inc_functions.asp.

isis, can you give me a link to your forum? And sounds to me like a problem either with the first addition to post.asp or a line left out of config.asp

Nathan Bales - Romans 15:13
-------------------------------

    Test Site | Mod Resource
Go to Top of Page

isis
Starting Member

10 Posts

Posted - 11 December 2001 :  00:21:17  Show Profile
AHHH!!!!! fixed it....

nathan you were right, i forgot to fix the config.asp file

me likes it !

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 11 December 2001 :  00:42:17  Show Profile  Visit Nathan's Homepage
Cool! Enjoy

Nathan Bales - Romans 15:13
-------------------------------

    Test Site | Mod Resource
Go to Top of Page

isis
Starting Member

10 Posts

Posted - 11 December 2001 :  14:15:42  Show Profile
i've been using the smilies manager by foo....how could i add that to the format bar in this rte mod?

Go to Top of Page

isis
Starting Member

10 Posts

Posted - 11 December 2001 :  14:22:26  Show Profile
quote:

i've been using the smilies manager by foo....how could i add that to the format bar in this rte mod?

also, my post preview option seems to have disapeared....is it supposed to be gone?





Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 11 December 2001 :  14:28:46  Show Profile
Previewing the post when using Rich Text isn't necessary as you've already got a view of what you will see once you've clicked the send button.

Roland
Go to Top of Page

Morpheus73
Average Member

Denmark
597 Posts

Posted - 11 December 2001 :  16:55:42  Show Profile

Touché

Morpheus7 - Troelsr@msn.com
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 12 December 2001 :  00:29:05  Show Profile  Visit Nathan's Homepage
quote:

i've been using the smilies manager by foo....how could i add that to the format bar in this rte mod?



Adding it to the format bar would be easy, but it wouldn't do anything. The RTE requires a large amout of modification to anything that inserts somthing into the message, and requires an extra file for the Netscape editor as well. Thats why I chose to put Stimmies manager in by default, because I realized that it was very popular and would require a considerable amount of alteration to make it compatable.

If you want to modify foo's manager, I suggest you look at the changes I made to Stimmies mod.

Nathan Bales - Romans 15:13
-------------------------------

    Test Site | Mod Resource
Go to Top of Page

suhern
Junior Member

186 Posts

Posted - 13 December 2001 :  01:04:00  Show Profile
Nathan,

I am trying to use the upload mod to insert images into the editor. I could not get it to work. I have one that is used in the non-rich text mode. I try looking at the insertsmile function but just cannot get it to work for my script. Could you be kind to take a look at this script and help me to integrate this into the editor: (see the addfile fucntion in particular)

uploadimage asp text file

Your help would be most appreciated. Thanks ...

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 13 December 2001 :  01:26:18  Show Profile  Visit Nathan's Homepage
Ummm, this is a longshot.

(You know what the sad part is? I had to download the RTE files from my own website and unzip them!)

Replace
window.opener.document.PostTopic.Message.value+= '[img' + strpositionx + ']' + 'uploaded/' + '<%=strFolder%>' + '/' + fname + '[/img' + strpositionx + ']';


With
window.opener.document.doc.innerHTML+= '<img src="uploaded/' + '<%=strFolder%>' + '/' + fname + '>';


Nathan Bales - Romans 15:13
-------------------------------

    Test Site | Mod Resource
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 13 December 2001 :  01:28:12  Show Profile  Visit Nathan's Homepage
There should be an integraded image uploader with version 2.0, I might (if I obtain permission) include an adjusted version of the file attach mod as I did the smilie mod. (With the option to turn it off of coarse!)

Nathan Bales - Romans 15:13
-------------------------------

    Test Site | Mod Resource
Go to Top of Page

isis
Starting Member

10 Posts

Posted - 13 December 2001 :  01:42:43  Show Profile
ok,

did i mention that i love this mod????

just trying to get it to work with my other mods....

speaking of which, how would ihave to tweak the private message mod to work with this? I think the two mods are conflicting, how could i adapt this mod to work with it?

quote:

quote:

i've been using the smilies manager by foo....how could i add that to the format bar in this rte mod?



Adding it to the format bar would be easy, but it wouldn't do anything. The RTE requires a large amout of modification to anything that inserts somthing into the message, and requires an extra file for the Netscape editor as well. Thats why I chose to put Stimmies manager in by default, because I realized that it was very popular and would require a considerable amount of alteration to make it compatable.

If you want to modify foo's manager, I suggest you look at the changes I made to Stimmies mod.

Nathan Bales - Romans 15:13
-------------------------------

    Test Site | Mod Resource




Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 13 December 2001 :  01:55:57  Show Profile  Visit Nathan's Homepage
I have never used private messages. . . but I cant think of anything off the top of my head that would cause a conflict. Could you discribe the problem? And give a link to your forum.

Nathan Bales - Romans 15:13
-------------------------------

    Test Site | Mod Resource
Go to Top of Page

suhern
Junior Member

186 Posts

Posted - 13 December 2001 :  03:27:39  Show Profile
I checked and it is true that the editor is not compatible with PM mod and the event calender mod. Apparently it is using post.asp or post_info.asp which is significantly modified under the rich text mod.

Anyone can help with this?? I believe these two mods (calender and PM) are used by many sites.


Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 13 December 2001 :  03:37:50  Show Profile
in the Private Messages MOD, the privatesend.asp and privatesend_info.asp are really just scaled down versions of post.asp and post_info.asp. The code changes that would need to be made should be very similar.
Go to Top of Page
Page: of 5 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07