:: Forums :: Discussions :: EasyShop - ideas
 
<< Previous thread | Next thread >>
HTML editing
Moderators: nlstart
This thread is now closed
Author Post
mygoggie
Registered Member #20
Joined:
Posts: 27
It would be great if you could add a few lines in your code to allow for HTML editing. Here is a bit of code to check.

############ enable WYSIWYG when required ######
if $pref['wysiwyg']) {
    $WYSIWYG  = $pref['wysiwyg'];
    $e_wysiwyg  = "easyshop";
}else{
        $WYSIWYG  = FALSE;
}



Then obviously you need an extra line that checks $WYSIWYG and switch to define "textarea" for either HTML or BBcode.
Back to top
 

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System