Jump to content

Recommended Posts

Hi All,

 

Does anyone have an experience with the module Extra Tabs Pro?

Maybe I'm doing something wrong but after installation the module appears in the product back office but non of the buttons work.

 

Please does anyone have an idea what I'm doing wrong?

 

Thank you,

 

Miro

Link to comment
Share on other sites

Hi Milos,

 

I'm sorry to be a pain.

Is there a way how to enable the HTML button in the editor within your module?

Also I found that the module does not work if my back office language (administrator) is set to English and I want to edit Slovak language tab for the front office product page.

 

Thank you,

 

Miro

Edited by Miromst (see edit history)
Link to comment
Share on other sites

Hello Milos

 

I had  1.5.3, but have just downloaded 1,5.4 from your site

 

http://screencast.com/t/guaWsqqm9

 

and still have this

 

http://screencast.com/t/WGfZsJWrJ5

 

Looked at: public_html/my store/modules/extratabspro/views/admin/tabs.tpl

 

 
 
<script type="text/javascript">
{literal}
 
    $(document).ready(function(){
       tinySetup({
        editor_selector :"rte",
                theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,fontselect,fontsizeselect",
                theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,codemagic,|,insertdate,inserttime,preview,|,forecolor,backcolor",
                theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",
                theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak,restoredraft,visualblocks",
                theme_advanced_toolbar_location : "top",
                theme_advanced_toolbar_align : "left",
                theme_advanced_statusbar_location : "bottom",
                theme_advanced_resizing : false,
                        extended_valid_elements: 'pre[*],script[*],style[*]',
                        valid_children: "+body[style|script],pre[script|div|p|br|span|img|style|h1|h2|h3|h4|h5],*[*]",
                        valid_elements : '*[*]',
                        force_p_newlines : false,
                        cleanup: false,
                        forced_root_block : false,
                        force_br_newlines : true
    });
   });
 
Hope this helps
 
Paul
Edited by Paulito (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...