How to use Wysiwyg upload files for my button in magento - magento

I want add a custom button in admin form, use files manager of Wysiwyg editor. But i can’t find anything sad about that.
Please give me any solutions if you have.
Thanks.

Related

Prestashop mail confirmation layout

I'm developing a Prestashop 1.7 e-commerce and I'm stuck with a layout problem about the order confirmation that the customer receives. The mail itself works, but it's showed badly when viewed with a smartphone and this because is made using tables with pre-assigned column sizes that I cannot change
Is there a way to change this layout easily through the Back Office or should I dig into the code?
Translation tool in the backend
Log into your PrestaShop admin panel.
Navigate to Localization -> Translations, find Modify translations section.
Select the E-mail template translations from the Type of translation dropdown menu, Core (no theme selected) and the required language:
Click Modify button.
Open Core e-mails and by using search tool (CTRL + F) find order_conf.
You can change the body of the message in WYSIWYG editor, that appears after clicking on
Edit HTML version. And also you can view/edit the .txt version:
Edit account email in the same way :
After all changes click Save or Save and stay button.

joomla html editor on the frontpage

I was wondering how one would go about implementing an editor like tinymce so that registered members of a joomla site can post articles, edit them, and get paid when someone downloads them
like thisenter image description here
This functionality is already built into Joomla.
All you need to do to enable this is to add a new "Create Article" menu option with Access = "Registered".
You will probably also need to enable a login module if there isn't one already so users can log in to the front end to see the new menu option.

I wish to add a button on the admin dashboard in Joomla 3.5, where in code do I need to make changes?

This button would be 'share' and placed at the article editor just like we have buttons like 'save','edit' etc
I facing a problem understanding joomla code structure and which file I need to make changes so as to add this button. Should it be administrator/layout/editor/ ?
There is a free plugin that can help you share your contents in social network. have a look http://extensions.joomla.org/extensions/extension/social-web/social-comments/social-comments-and-sharing-for-joomla .
Also there are several other plugins that may suit your requirements then to hack the core files http://extensions.joomla.org/extensions/extension?searchall=share+button
if you want to develop your custom editor button then you can check this link
Add Custom Button to Joomla's Article Editor (TinyMCE)

How to add RichText editor to a page as component in HippoCMS?

I'm creating some project using HippoCMS 10 and I need to add RichText editor as part of the page, so that customer can use it and fill something there. This editor must act exactly the same way as in Document Editor (customer can click Image button in toolbar and select image from ImagePicker dialog box).
Can't find anything about it in HippoCMS official documentation. I learned how to create custom plugins and how to integrate CKEditor into page separately, but for image picking, I need default behaviour as in Hippo.
How can I achieve this? Any help will be appreciated!
I think your question was answered on the community group. The answer there was:
"it should be quite easy to have a CKEditor in the website.
However, it doesn't really make sense to me to have site visitors able to pick CMS documents and images from the site. The picker dialogs are designed to work inside the CMS only. You should be able to create your own picker dialog that can read from a REST service that exposes the images/documents.
I don't think it will be possible to reuse the CMS picker dialog in the site."
and
"your use case is fine, when I said "it doesn't really make sense", I was really referring to the technical limitations of the pickers. You should be able to achieve what you want with a custom dialog that plugs into a REST service though. Unfortunately there is no quick solution for this that I can think of."
Just adding this for future reference.

Magento- how to replace menu text with menu image

In magento how to add a icon in menu like home icon contact us
i need to replace the text with an image am not good in magento please help me to find a solution
This is unfortunately not built into Magento but depends entirely on the theme that you are using. Some themes do offer icons in the menu.
You can do it in the code however but that needs some html and css skills

Resources