Copybox
When users want to copy a piece of text, they need to select the entire text. It is easy if they have a mouse. Otherwise, it is very difficult.
This plugin adds a one-click button that instantly copies text to the user’s clipboard, making it easy to paste anywhere. We call it Copybox.
* This plugin works with Joomla 3, 4, 5 and 6.
After downloading and installing it, go to Plugins > System - Copybox to enable it.
To enable duplication for an object, add the "cb" class to the object.
Example 1:
<div class="cb">YOUR CONTENT HERE</div>
Result:
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Example 2:
Donate bitcoin <input type="text" class="cb" readonly value="16UQLq1HZ------6pMoA2CDjb4tyF">
Result:
Donate bitcoin
What is wrong?
That imported page keeps on saying this, but nothing further is happening...
1. The "radio buttons" extra field doesn't transfer the values in the additional field, e.g., "yes" or "no," and only enters certain values into the #__fields_values database.
2. The "textarea" extra field with the "Use editor" option checked converts to "textarea" when it should be "editor."
3. In K2, the extra field group is assigned in the category. In Joomla Articles, the category is assigned in the extra field. It would be nice if this were automatically completed. A checkbox could be added if someone doesn't want this option.