User tests: Successful: Unsuccessful:
This is a new editor-xtd plugin to allow you to easily insert a link to a contact when using the wysiwyg editor. It works exactly the same way as the insert article editor-xtd plugin
Easy test - install Joomla using https://github.com/brianteeman/joomla-cms/archive/contact-editorxtd.zip
Slightly harder test - Apply the patch using the com_patchtester. discover to find the plugin and then install AND enable it
[Note] this editor plugin is available for all wysiwyg editor areas except for com_banners where it will not work (and has been disabled) as the editor is only for admin display.
Status | New | ⇒ | Pending |
Category | ⇒ | SQL Administration Components Postgresql MS SQL Language & Strings Installation Front End Plugins |
Labels |
Added:
?
?
|
Labels |
Added:
?
?
|
Labels |
Added:
?
|
admin script changes done
Thanks. I can have a look into the source and prepare fixes there that can be aplyed here too.
Yeah - Not a fan of changing the code just here.
In five minutes I stop work till Wednesday so if you could do it then it
can move forward while I am offline
done
I have tested this item
When I made the new editors-xtd menu plugin, I was told to use the prefix PLG_EDITORS-XTD_MENU_
instead of PLG_MENU_
to get:
$button->text = JText::_('PLG_EDITORS-XTD_MENU_BUTTON_MENU');
I suggest you do the same for this one.
Instead of PLG_CONTACT_BUTTON_CONTACT="Contact"
use
PLG__EDITORS-XTD_CONTACT_BUTTON_CONTACT="Contact"
It is EXACTLY the same as the article plugin
that is what i also said at the time. the reply i got was that we should not reiterate the same error.
see #11721 (comment)
in fact it was your comment...
done @infograf768 @brianteeman
Can you test that one @infograf768 ?
With the last 3 commit i have just fixed the update sql's
I have tested this item
Looks OK here.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC. Thanks!
@rdeutz new stuff for 3.7 :)
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-10-04 12:39:20 |
Closed_By | ⇒ | rdeutz |
Thanks
Labels |
Removed:
?
|
Also the changes in the com_admin Script PHP is missing. ;)