Jump to content

editor per pagine cms tipo tinymce


dvanet

Recommended Posts

Ciao a tutti!

 

Sto cambiando il contenuto delle pagine cms e mi accorgo che l'editor è davvero bruttino.

non si riescono a cambiare i valori del cordpo del testo, l'evidenziazione di alcune parole...ecc.

 

qualcuno sa se esiste un editor, un plugin migliore e gratuito che si può utilizzare?

 

grazie mille

 

ebuon fine settimana!

 

Daniele

Link to comment
Share on other sites

Ciao,

 

l'editor di questo forum per esempio mette a disposizione il font, il corpo del testo eccc, mentre quello di prestashop è un po' povero.

guarda l'immagine in allegato.

così è come appare a me.

solo che per modificare tutto devo preparare l'html...

non c'è un editor migliore per ps?

 

grazie

daniele

 

Aggiungo un chiarimento: l'editor della pagina "informazioni" dei prodotti è perfetto. Quello della pagina CMS invece è un po' povero. non si riesce a fare in modo che tutte le pagine usino gli stessi editor?

post-469693-0-05181100-1370081595_thumb.png

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

L'editor di prestashop è proprio tinymce, se vuoi puoi impostarlo in modalità avanzata operando così (in prestashop 1.5.x):

 

Nel file admin\themes\default\template\helpers\form\form.tpl cerca questo codice:

 

tinySetup({
editor_selector :"autoload_rte",
  });

 

modificare così:

 

tinySetup({

theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,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,code,,|,forecolor,backcolor",
  theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,media,|,ltr,rtl,|,fullscreen",
  theme_advanced_buttons4 : "styleprops,|,cite,abbr,acronym,del,ins,attribs,pagebreak",
  });

 

In js/tinymce.inc.js commentare con //

 

theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,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,code,,|,forecolor,backcolor, media, fullscreen",
 theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,ltr,rtl,|",
 theme_advanced_buttons4 : "styleprops,|,cite,abbr,acronym,del,ins,attribs,pagebreak",
 //theme_advanced_buttons3 : "",
 //theme_advanced_buttons4 : "",

post-416237-0-93857200-1370241938_thumb.jpg

Link to comment
Share on other sites

  • 1 month later...

Ciao Arteinfo,

grazie della tua risposta e scusa se rispondo con abbondante ritardo.

mi sai dire come mai l'editor dei prodotti funziona bene mentre quello nelle pagine cms non visualizza gli stessi campi?

uso p.s. 1.5.3.1

buona serata,

Daniele

Link to comment
Share on other sites

  • 8 months later...
  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...