- Posts: 10
- Thank you received: 0
I have installed "Table JX" in my Joomla 1.5 and I have a component that shows Joomla TinyMCE editor in an article of Frontend for all users of my site. Bellow the editor appears the option "Insert Grid".
If I want to eliminate similar options of others plugins, in my code: "echo $editor->display(...)" that controls the publisher of the Frontend, I add: "array('pagebreak','readmore)".
What word do I have to add so it does not display the "Insert Grid"?
Please Log in or Create an account to join the conversation.
The simplest way to do it is to go to Plugin Manager, and disable the "inertgrid" plugin. You are able to insert a grid into an article by writing the code manually.
Please Log in or Create an account to join the conversation.
That does not solve the problem.
After trying several solutions, I managed to not see the option "Insert Grid" including in "array" the word "insertgrid".
Please Log in or Create an account to join the conversation.
I'm sorry, but I do not understand your last answer.
You can disable the button by going to Extensions -> Plugin Manager in your administrator menu. Than find a plugin with a name "Editor Button - Insert Grid" and disable it.
Regards,
Tomaž
Please Log in or Create an account to join the conversation.
If I disable the plug-in "Insert Grid" I can not use it.
If I want to use the plug-in, but do not want to see the options under the editor, I have to use the code:
echo $editor-> display('comment','', '500 ', '350', '75 ', '10', array ('pagebreak', 'readmore', 'insertgrid'));
Is it clearer now?
Please Log in or Create an account to join the conversation.