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
Next Page
Author Previous Topic Topic Next Topic
Page: of 5

Nathan
Help Moderator

USA
7664 Posts

Posted - 08 December 2001 :  17:19:55  Show Profile  Visit Nathan's Homepage
Update 12-24-2001: One more bug fix in inc_footer_short.asp
<% <--'RTE V1 CODE : 1 LINE REPLACED %>
needs to look like this:
<% '<--RTE V1 CODE : 1 LINE REPLACED %>
Merry Christmas all from ls3k.com!

Update 12-23-2001: Version 1.1 released!
Bug fixes in version 1.1:
  • Missing quotes replaced in pop_rte files.
  • CSS default font and font size fixed in inc_rte.asp
  • HTML "ON" tag and forum edit problems fixed in post.asp


Title: Snitz Rich Text Editor Version 1.1
Author: Nathan Bales of ls3k.com
Download: http://www.ls3k.com/snitz/
Support: http://forum.snitz.com/forum/

Features:
- Rich Text Edit Mode for Internet Explorer 5.5+ users
- Regular Edit Mode for users of other browsers
- Admin Control of RTE and features
- Smilie Manager 3.3 by Da Stimulator

Ease of Installation (1-Hard, 10-Easy): 2

Demo: http://www.ls3k.com/snitz/

Readme: Readme.html

Please refer any requests / suggestions ect for version 2 to the RTE V2.0 develpment thred.

Please post bug fixes for version 1.2 here.

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

    Test Site | Mod Resource


Edited by - Nathan on 09 December 2001 12:10:58

Edited by - Nathan on 13 December 2001 22:16:21

Edited by - Nathan on 21 December 2001 19:28:23

Edited by - Nathan on 22 December 2001 18:03:03

Edited by - Nathan on 23 December 2001 03:53:23

Edited by - Nathan on 24 December 2001 00:42:29

Edited by - Nathan on 24 December 2001 00:42:45

Edited by - Nathan on 24 December 2001 00:43:01

Edited by - Nathan on 24 December 2001 13:30:06

Edited by - Nathan on 24 December 2001 13:30:40

Edited by - Nathan on 31 December 2001 02:18:15

Edited by - Nathan on 31 December 2001 02:22:52

isis
Starting Member

10 Posts

Posted - 09 December 2001 :  04:47:47  Show Profile
i've been trying to install this mod with out sucess....

is there a way i can just install the rich text mod WITH OUT the smilies mod? i've got a smilies mod and i think that is why i'm having probs....

anyway i can just simply install the rich text edit mod without the smilies mod?

thanx....

quote:

Title: Snitz Rich Text Editor Version 1.0
Author: Nathan Bales of ls3k.com
Download: http://www.ls3k.com/snitz/snitzMods/
Support: http://forum.snitz.com/forum/

Features:
- Rich Text Edit Mode for Internet Explorer 5.5+ users
- Regular Edit Mode for users of other browsers
- Admin Control of RTE and features
- Smilie Manager 3.3 by Da Stimulator

Ease of Installation (1-Hard, 10-Easy): 2

Demo: http://www.ls3k.com/snitz/3_3_03/

Please refer any requests / suggestions ect for version 2 to the RTE V2.0 develpment thred.

Please post bug fixes for version 1.1 here.

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

    Test Site | Mod Resource


Edited by - Nathan on 08 December 2001 17:21:03



Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 09 December 2001 :  08:35:56  Show Profile
One question: I found the option to set the default font to Arial (I don't like Times), but how do I change the default font size from 3 to 2? I looked in inc_rte.asp but couldn't find it there...

Thanks,

Roland

- here to help when possible -

http://www.frutzle.com
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 09 December 2001 :  10:10:58  Show Profile
Don't know if anyone's interested in this, but I've made a topic on my forums with the Rich Text Editor that shows what you can do with images now: http://www.frutzle.com/forum/topic.asp?TOPIC_ID=76

I know it's not much, but this can be a lot of help when people try to write a review and want to make it a bit more interesting by using images the way I have in that post.

Roland
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 09 December 2001 :  10:29:12  Show Profile  Visit Nathan's Homepage
quote:

One question: I found the option to set the default font to Arial (I don't like Times), but how do I change the default font size from 3 to 2? I looked in inc_rte.asp but couldn't find it there...



There is already a function for this. Add put_defaultFontSize(2); to post.asp right under put_docHtml(Message.value);

The proper way to set the default font would be to add put_defaultFont(Arial); to that location as well.


quote:
i've been trying to install this mod with out sucess....


Can you give me a link?

quote:
is there a way i can just install the rich text mod WITH OUT the smilies mod? i've got a smilies mod and i think that is why i'm having probs....
I had a choice, build it in or provide an alternate version to Da Stimulators that was RTE compatable. Either way, there were going to be compatability issues with the older version.

quote:
anyway i can just simply install the rich text edit mod without the smilies mod?

if you don't want any smilies. . .

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

    Test Site | Mod Resource
Go to Top of Page

suhern
Junior Member

186 Posts

Posted - 09 December 2001 :  11:42:25  Show Profile
I manage to install it and it works well. I must say while the installation (code change as opposed to replacing file) is complex, the documentation is excellent.

I need to ask whether this mod is compatible with HuwR's file upload mod.

Cheers and thanks for a great mod

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 09 December 2001 :  12:11:37  Show Profile  Visit Nathan's Homepage
It should work find with Huwr's upload mod. Though it hasn't been tested.

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

    Test Site | Mod Resource
Go to Top of Page

suhern
Junior Member

186 Posts

Posted - 09 December 2001 :  12:21:39  Show Profile
quote:

It should work find with Huwr's upload mod. Though it hasn't been tested.

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

    Test Site | Mod Resource




I just tested it. The upload part works fine but the url to the file is not inserted in the editor. Cheers

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 09 December 2001 :  12:44:51  Show Profile  Visit Nathan's Homepage
Ok, it sounds like its going to need a rewrite of pop_upload.asp (appropriately named pop_rte_upload.asp)

If you want to do it yourself, look at the difference between pop_smile and pop_rte_smile.

I will probably make one myself eventually, but I can’t right now because my host has disabled asp uploads.

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

    Test Site | Mod Resource
Go to Top of Page

suhern
Junior Member

186 Posts

Posted - 09 December 2001 :  12:51:35  Show Profile
Thanks Nathan.

I notice also that when I included a new gif thru the add smiles fucntion (admin_home), the gif is added in the admin_smiles without any problem but when I use the pop_rte_smile the newly added gif is not there. The gif that I added is in the images subfolder as opposed to the forum root.

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 09 December 2001 :  12:58:41  Show Profile  Visit Nathan's Homepage
Sounds like the file got cashed. You may have to force open pop_rte_smile.asp with your browser and hit the refresh button.

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

    Test Site | Mod Resource
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 09 December 2001 :  13:25:44  Show Profile
quote:

quote:

One question: I found the option to set the default font to Arial (I don't like Times), but how do I change the default font size from 3 to 2? I looked in inc_rte.asp but couldn't find it there...



There is already a function for this. Add put_defaultFontSize(2); to post.asp right under put_docHtml(Message.value);

The proper way to set the default font would be to add put_defaultFont(Arial); to that location as well.



That doesn't work. The font is set in this line in inc_rte.asp:
.textedit DIV.document {height: 150;font-family: "Times New Roman";background-color: window; padding:5; margin:0;}

I had changed that to Arial and it worked, but after changing it back and adding the two codes you gave to post.asp the default is Times and size 3.

Roland
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 09 December 2001 :  13:29:33  Show Profile  Visit Nathan's Homepage
humm, well, then try it like this

.textedit DIV.document {height: 150;font-family:Arial;font-size:x-small;background-color: window; padding:5; margin:0;}

font size 2 corisponds to the CSS size x-small

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

    Test Site | Mod Resource
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 09 December 2001 :  13:38:20  Show Profile
Yep, that fixed it. Thanks.

I should've known that...
Go to Top of Page

isis
Starting Member

10 Posts

Posted - 10 December 2001 :  03:00:57  Show Profile
here's my problem......

the rte functions in the admin_home_features is on, but when i go to post, it says the rte feature is off....i am using explorer 6.0...

Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 10 December 2001 :  03:25:40  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
For users having trouble with compatibility with old versions of the smile manager...

If Nathan included all of the smile manager files, there should be an upgrade option from the old smiles manager.

----
-Eric | Mod Resource | Test Area
Who has there phaser set to stupid?
http://phpscriptcenter.com -Quality PHP Scripts
Go to Top of Page
Page: of 5 Previous Topic Topic Next Topic  
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.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07