QWRealURL Module for Joomla!

What does it do?

Shows you the non-SEF URL when using Search Engine Friendly URLs (SEF) in Joomla.

This allows for easy creation of internal Joomla links that can be dynamically routed.

How to use this module

  • Install the module.
  • Configure the module how you want it, including making sure to publish it and enabling it on a page of your choosing.
  • Load a page that has the module configured to display on it.
  • You will now see the non-SEF version of your URL.

Notes

  • None yet

Compatibility

QWRealURL is fully compatible with Joomla versions 3.x and 4.x.

License

QWRealURL is a Joomla module developed by QuantumWarp and released under the GNU General Public License.

Learn More

Visit the extension's software page at: https://quantumwarp.com/software/joomla/qwrealcrm

References

I used the following links and resources to build this module.

Joomla Routing

Real Joomla SEF

Joomla Router Ref:

Javascript - Copy to clipboard

With Javascript you cannot directly copy anything you want. The **select()*- function on works on items the user can select normally.

The workarounds on the internet work by creating an element that can be selected like a textarea, copy the required data into it, select and copy that data now in the <textarea> and then <textarea> is deleted.

I rendered the non-SEF URL directly into a hidden which i can unhide, select and copy to the clipboard and of course re-hide the element.

Input/Textarea direct

Workaround method for innerHTML etc..

Javascript References

Features

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Please report any bugs or features that you find so that they can be fixed. To get more details visit https://quantumwarp.com/software/joomla/qwrealurl

[1.0.0] - 2019-11-23

Initial Release

  • Initial Release
........reviews

shoulders