##
## Mod title: sTiny
##
## Mod version: 0.0.4
## Works on sBLOG: 0.7.3-beta-20060309 (Did not meant for other version)
## anyway why did you still running the old version while the new version already came out??
## TinyMCE version: 2.0.8 (Latest version of TinyMCE)
## Release date: 2006-11-28
## Author: Amin Yuliastanto (blog.am3n.net)
## Original Author: DURAND Julien (jdurand@alterheberg.org)
##
## Description: Integration of the Javascript Editor TinyMCE in sBLOG
## http://tinymce.moxiecode.com/
##
##
## Affected files: edit.php
## /inc/sRenderPost.php
## /inc/tpl_foot.php (only to see the icon TinyMCE in your footer)
## lang/English.php (and over language file)
## static_edit.php
## style/Blue.css (and over template)
##
## Affects DB: No
##
## Notes: I suppose that this script can be simplified, therefore
## if a person wants to take the continuation, that it esite not
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## sBLOG. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
## Additional by am3n: Although I really want the next version of sBlog
## will using tinyMCE as it's editor
##
##
New how-to by am3n to simplify your life
1. Install your sBlog 0.7.3 as usual
2. Copy folder mods/ to / (your sBlog install path)
3. Copy edit.php to / (your sBlog install path) -- replace original files
4. Copy static_edit.php to / (your sBlog install path) -- replace original files
5. Copy /inc/sRenderPost.php to /inc (your sBlog install path) -- replace original files
6. Copy /inc/tpl_foot.php to /inc (your sBlog install path) -- replace original files
7. Copy /lang/English.php to /lang (your sBlog install path) -- replace original files
If you are using other lang files, please do these below manually:
Find line 21
$lang = array(
add these lines after it
// tinymce-lang
'tinymce-lang' => 'en', //replace 'en' with your language name
'Add' => '',
8. Copy /style/Blue.css to /style (your sBlog install path) -- replace original files
I have tried to provide as many as modified css sBlog style per current time
If you have other style files, please do these below manually:
Find line 606
textarea.sblog_text {
replace with
textarea.sblog_text, textarea.mceNoEditor {
9. Done, happy blogging
## Mod title: sTiny
##
## Mod version: 0.0.4
## Works on sBLOG: 0.7.3-beta-20060309 (Did not meant for other version)
## anyway why did you still running the old version while the new version already came out??
## TinyMCE version: 2.0.8 (Latest version of TinyMCE)
## Release date: 2006-11-28
## Author: Amin Yuliastanto (blog.am3n.net)
## Original Author: DURAND Julien (jdurand@alterheberg.org)
##
## Description: Integration of the Javascript Editor TinyMCE in sBLOG
## http://tinymce.moxiecode.com/
##
##
## Affected files: edit.php
## /inc/sRenderPost.php
## /inc/tpl_foot.php (only to see the icon TinyMCE in your footer)
## lang/English.php (and over language file)
## static_edit.php
## style/Blue.css (and over template)
##
## Affects DB: No
##
## Notes: I suppose that this script can be simplified, therefore
## if a person wants to take the continuation, that it esite not
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## sBLOG. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
## Additional by am3n: Although I really want the next version of sBlog
## will using tinyMCE as it's editor
##
##
New how-to by am3n to simplify your life
1. Install your sBlog 0.7.3 as usual
2. Copy folder mods/ to / (your sBlog install path)
3. Copy edit.php to / (your sBlog install path) -- replace original files
4. Copy static_edit.php to / (your sBlog install path) -- replace original files
5. Copy /inc/sRenderPost.php to /inc (your sBlog install path) -- replace original files
6. Copy /inc/tpl_foot.php to /inc (your sBlog install path) -- replace original files
7. Copy /lang/English.php to /lang (your sBlog install path) -- replace original files
If you are using other lang files, please do these below manually:
Find line 21
$lang = array(
add these lines after it
// tinymce-lang
'tinymce-lang' => 'en', //replace 'en' with your language name
'Add' => '',
8. Copy /style/Blue.css to /style (your sBlog install path) -- replace original files
I have tried to provide as many as modified css sBlog style per current time
If you have other style files, please do these below manually:
Find line 606
textarea.sblog_text {
replace with
textarea.sblog_text, textarea.mceNoEditor {
9. Done, happy blogging

on October 11, 2008, 11:00 pm
it's a plugin for sblog (sblog is a script for blogging - which I am no longer use it) to load a HTML editor for posting an article