I don't understand the editor

Discussion regarding Joomla! 1.5 Performance issues.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Security and Performance FAQs
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
ezekel
Joomla! Apprentice
Joomla! Apprentice
Posts: 43
Joined: Tue Apr 08, 2014 3:20 am

I don't understand the editor

Post by ezekel » Thu Apr 10, 2014 3:00 am

Hi, I need some help please...I'm still beginner in joomla,I just want to ask i created in the Module Manager and select Custom Html and toogle the editor,and i insert this piece of code

Code: Select all

<div id="myModal" class="modal fade">
    <div class="modal-dialog">
        <div class="modal-content">
            <!-- dialog body -->
            <div class="modal-body">
                <button type="button" class="close" data-dismiss="modal">&times;</button>
                 <h1>Welcome</h1>
            </div>
            <!-- dialog buttons -->

            <div class="modal-footer">
                <div class="fb-like" data-href="https://www.facebook.com/pages/sitepage/xxxxxxxx" data-width="800" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>

            </div>

        </div>
    </div>
</div>

when you save it and open it back.as you noticed the DIV class="fb-like" is gone,can you please enligthen my mind on this.


Thank you in advance.

waarnemer
Joomla! Hero
Joomla! Hero
Posts: 2954
Joined: Sun May 04, 2008 12:37 pm

Re: I don't understand the editor

Post by waarnemer » Thu Apr 10, 2014 2:39 pm

Your code gets stripped.

read this: http://docs.joomla.org/Why_does_some_HT ... n_1.5.8%3F

ezekel
Joomla! Apprentice
Joomla! Apprentice
Posts: 43
Joined: Tue Apr 08, 2014 3:20 am

Re: I don't understand the editor

Post by ezekel » Fri Apr 11, 2014 7:30 am

waarnemer wrote:Your code gets stripped.

read this: http://docs.joomla.org/Why_does_some_HT ... n_1.5.8%3F

Hi Thank for the reply.

where i can find this settings.

Code Cleanup on Startup → Off
Code Cleanup on Save → Always (TinyMCE since Joomla! version 1.5.12)
Do Not Clean HTML Entities → Yes (In Joomla! version 1.5.15 and later, it is called Entity Encoding -> Raw)


Thank you in advance

waarnemer
Joomla! Hero
Joomla! Hero
Posts: 2954
Joined: Sun May 04, 2008 12:37 pm

Re: I don't understand the editor

Post by waarnemer » Fri Apr 11, 2014 7:48 am

plugins -> editor tinymce I believe

ezekel
Joomla! Apprentice
Joomla! Apprentice
Posts: 43
Joined: Tue Apr 08, 2014 3:20 am

Re: I don't understand the editor

Post by ezekel » Fri Apr 11, 2014 8:29 am

waarnemer wrote:plugins -> editor tinymce I believe
Hi,Ok thank you.


Locked

Return to “Performance - Joomla! 1.5”