User tests: Successful: Unsuccessful:
Another button bellow the editor that allows people to easily insert a module to their article
Once the button get their position inside tinyMCE this will look a lot better.
Apply this PR with patch tester
Go to discover and install the new plugin
Edit an article (fronted/backend) and make sure that the module is inserted
Also insert a style in the given input, either html5 or none, and observe the changes
Status | New | ⇒ | Pending |
Labels |
Added:
?
?
|
Labels |
Added:
?
?
|
Thanks Brian,
It’s the fever effect I guess
If the tinymce update that puts the buttons into the toolbar is accepted
then this is a great addition. If its not then it just adds more clutter in
the UI. my 2c
On 11 Oct 2015 2:39 pm, "Dimitris Grammatiko" notifications@github.com
wrote:
Thanks Brian,
It’s the fever effect I guess
This comment was created with the J!Tracker Application
https://github.com/joomla/jissues at issues.joomla.org/joomla-cms/8064
http://issues.joomla.org/tracker/joomla-cms/8064.—
Reply to this email directly or view it on GitHub
#8064 (comment).
Milestone |
Added: |
Title |
|
Title |
|
@brianteeman I totally agree, I wouldn’t create the button if it would be displayed under the editor
Cool
On 11 Oct 2015 7:28 pm, "Dimitris Grammatiko" notifications@github.com
wrote:
@brianteeman https://github.com/brianteeman I totally agree, I wouldn’t
create the button if it would be displayed under the editor
This comment was created with the J!Tracker Application
https://github.com/joomla/jissues at issues.joomla.org/joomla-cms/8064
http://issues.joomla.org/tracker/joomla-cms/8064.—
Reply to this email directly or view it on GitHub
#8064 (comment).
Easy | No | ⇒ | Yes |
Category | ⇒ | Plugins |
I have tested this item successfully on fdec3ea
Works as advertised. I tried both inserting a specific module and a module position. Perfect results. Thank you, Dimitris!
I have tested this item successfully on fdec3ea
works as expected
Status | Pending | ⇒ | Ready to Commit |
RTC for 3.5. Thanks. :)
Labels |
Added:
?
|
@dgt41
This is not multilanguage aware.
Can you filter the available modules in the popup by displaying only those tagged to the current language of the article edited and ALL languages when multilang is enabled?
A bit as we do for "forcedLanguage" but also adding ALL.
For the frontend, it looks possible by adding
// Modal view should return only specific language and ALL
if (JFactory::getApplication()->input->get('layout') == 'modal')
{
if (JFactory::getApplication()->isSite() && JLanguageMultilang::isEnabled())
{
$query->where('a.language in (' . $db->quote(JFactory::getLanguage()->getTag()) . ',' . $db->quote('*') . ')');
}
}
But for the backend, we would need to check first the language of the article, if already saved.
Any idea?
Corrected code above
@infograf768 I guess we can go away with the current status for the backend? Or we provide current state for not saved articles and do the extra filtering in the other occasion
Agree. Can you update PR?
Also, please add the update(s) sql and the new plugin in administrator/language/en-GB/install.xml
Status | Ready to Commit | ⇒ | Pending |
Back to pending
Labels |
Removed:
?
|
This PR has received new commits.
CC: @nikosdion, @rdeutz
As well as the General install sql and the Script.php (com_admin)
This PR has received new commits.
CC: @nikosdion, @rdeutz
This PR has received new commits.
CC: @nikosdion, @rdeutz
I have tested this item successfully on ec43648
I have tested this item unsuccessfully on ec43648
I like this - seems far more useful than injecting an article.
Yes it's already possible, but adding a style is cool, and it's definitly simpler to use for newbies.
It worked as decsribed.
I have tested this item successfully on ec43648
I like this - seems far more useful than injecting an article.
Yes it's already possible, but adding a style is cool, and it's definitly simpler to use for newbies.
It worked as decsribed.
I have tested this item successfully on ec43648
Status | Pending | ⇒ | Ready to Commit |
Labels |
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-27 20:57:25 |
Closed_By | ⇒ | roland-d |
Labels |
Added:
?
Removed: ? |
Labels |
Added:
?
Removed: ? |
Your text says insert article inside article. ??
On 11 Oct 2015 2:36 pm, "Dimitris Grammatiko" notifications@github.com
wrote: