• Úvod
  • Informační technologie
  • Joomla
  • Recepty
  • Rodina a výchova
  • Webové stránky
  • Grafika
  • Životní situace
  • Různé
  1. Jste zde:  
  2. Titulní stránka
  3. Joomla

Joomla

Joomla developeři a tvůrci

Základní údaje
Kategorie: Joomla
Zveřejněno: 7. únor 2023

 

-

https://schoolitexpert.com

https://regularlabs.com

https://www.joomboost.com

https://kubik-rubik.de

https://www.joomlaworks.net

https://www.joomunited.com

https://www.olwebdesign.com

-

-

https://web-eau.net

-

Obrázek QR kódu v RS Form

Základní údaje
Kategorie: Joomla
Zveřejněno: 22. leden 2023
  • joomla
  • QR kód
  • RS Form

I try to (dynamically) show a picture of a QR code, the url of which I generate when the amount field changes.

Example:

<img src="https://epc-qr.eu/?bname=MyName%20&iban=MyIban&euro=10&info=MyDescription&bic=MyBIC">


However, I tried all methods described in this forum, but I can't get it to work. I can generate the url dynamically when the amount changes, but I cannot get the form to display it.
I tried a hidden field, a text field, I tried changing the layout (as with uploaded pictures), all to no avail.

Any help would be appreciated! - Han

Edit: I solved this using jQuery in the JS section of the form, really easy. The 'Number' field is monitored by jQuery .change, the 'Amount' filed is filled with a calculated (read-only) textfield in the form. The field where I display the QR code in is a free text html-field containing the following content:

<a id="QRlink" class="uk-button uk-button modal" style="width: 100%;" target="_self" href="https://epc-qr.eu/?bname=MyName&iban=MyIban&euro=urlAmount&info=MyInfo, number of items:%20urlItems&bic=MyBic">Show the QR Code</a>

<script type="text/javascript">
jQuery(document).ready(function($) {
   // On change of the number field:
   $("#Number").change(function(){
   var myAmount = $('#Amount').attr('value');         // Get the amount
   var myNumber =  $('#Number').attr('value');       // Get the no. of items
   var myUrl = 'https://epc-qr.eu/?bname=MyName&iban=MyIban&euro=urlAmount&info=MyInfo, number of items:%20urlItems&bic=MyBic';                                       // Set the url with placeholders
   myUrl =myUrl.replace("urlAmount", myAmount);   // replace amount
   myUrl =myUrl.replace("urlItems", myNumber);     // replace no. of items
   $('#QRlink').attr('href', myUrl);                  // update the href of the QRlink form field
  });
});
</script>


I also changed that the image is not generated each time the page is visited but is showed in a modal, only on the press of a button (id = 'QrLink') to avoid unnecessary call and overload of the epc-qr.eu server (there is a limit on the number of calls per day).


Edit: Vyřešil jsem to pomocí jQuery v sekci JS formuláře, opravdu snadné. Pole 'Číslo' je sledováno jQuery .change, pole 'Částka' je vyplněno vypočítaným textovým polem (pouze pro čtení) ve formuláři. Pole, ve kterém zobrazuji QR kód, je volné textové html pole obsahující následující obsah:

...

Také jsem změnil, že obrázek se negeneruje při každé návštěvě stránky, ale zobrazuje se modálně, pouze po stisknutí tlačítka (id = 'QrLink'), aby se předešlo zbytečnému volání a přetížení serveru epc-qr.eu (počet hovorů za den je omezen).

URL pro aktualizaci Joomla

Základní údaje
Kategorie: Joomla
Zveřejněno: 8. září 2022
  • joomla
  • řešení

/administrator/index.php?option=com_joomlaupdate

Link pro nahrání Joomla update do webu: https://github.com/joomla/joomla-cms/releases/download/3.6.1/com_joomlaupdate-3.6.1.zip

 

Joomla link na detail článku

Základní údaje
Kategorie: Joomla
Zveřejněno: 6. září 2022
  • joomla
  • řešení

Joomla 3:

<?php $link = JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid)); ?>
<a href="/<?php echo $link; ?>">Více informací</a>

GMail Inbox Actions

Základní údaje
Kategorie: Joomla
Zveřejněno: 19. červenec 2022
  • joomla
  • newsletter
  • acymailing

Odkaz na dokumentaci AcyMailing: https://docs.acymailing.com/v/old/integration-plugins/installed-with-acymailing/gmail-inbox-actions

  1. Oprava databáze v Joomla
  2. Zjištění verze Joomly
  3. Joomla chyba - joomla call to a member function format() on null

Strana 2 z 3

  • 1
  • 2
  • 3

Vzdálená správa

RustDesk

Win (64-bit) | Mac (x86), (AArch) | Android | Web

Alternativy

Přihlášení

  • Zapomenuté heslo?
  • Zapomenuté jméno?