1. Philipp Teh
  2. Matukio
  3. Friday, 19 December 2014
  4.  Subscribe via email
Hi there
Es gibt ja die Funktion, dass ich einer Veranstaltung eine Datei anhängen kann. Diese lässt sich in der Veranstaltungsübersicht auch downloaden.
Nun möchte ich jedoch einen Link direkt auf der Buchungsseite(bookings) erstellen, wo die Benutzer diese Datei downloaden können.
Den Button konnte ich erstellen, doch nicht den richtigen Link/Skript dazu.
Kann mir da jemand mit besseren php Kenntnissen weiterhelfen?



So sieht der original Code aus
<?php if ($files_html): ?>
<div id="mat_event_files">
<a href="#submenu_files" class="list-group-item list-group-item-grey" data-toggle="collapse">
<?php echo JText::_("COM_MATUKIO_FILES"); ?>
<span class="menu-ico-collapse pull-right"><i class="glyphicon glyphicon-plus-sign"></i></span>
</a>
<div class="collapse in list-group-submenu" id="submenu_files">
<div class="list-group-item">
<div class="row">
<div class="col-sm-12">
<?php echo $files_html; ?>
</div>
</div>
</div>
</div>
</div>
<?php endif; ?>

Und hier möchte ich diesen Code integrieren
// Files
if (MatukioHelperSettings::_("mat_event_files", 1)
&& ($this->booking->status == 0 || $this->booking->status == 1))
{
$href = JURI::ROOT() . "" . $this->booking->semid . "&uuid=" . $this->booking->uuid;

echo " <a border=\"0\" href=\"" . $href
. "\" target=_blank><span class=\"btn btn-default\" type=\"button\">" . JTEXT::_('COM_MATUKIO_FILES')
. "</span></a>";
}


Vielen Dank.
Gruss
Philipp
Attachments (1)
Responses (1)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now

Last questions

Is Ccomment still alive?
Is Ccomment still being supported? It's time for my Pro renewal but I haven't se...
0 Replies
Posted on Thursday, 14 August 2025
  • New
  • Anzeige von mehrtägigen Events auf Buchungsseite
    We have been using Matukio for quite some time now. Unfortunately, we have been ...
    3 Replies
    Posted on Sunday, 03 August 2025
    Assistance Needed – Error When Posting Comments
    Hello, I’m experiencing an issue when trying to submit a comment on my site u...
    0 Replies
    Posted on Sunday, 10 August 2025
  • New
  • Hotspots Pro 6.0.13 compatability with Joomla 5.3.
    Running Hotspots Pro 6.0.13 on Joomla 4.4.13 and want to upgrade to Joomla 5.3.1...
    2 Replies
    Posted on Friday, 04 July 2025
    some questions on Hotspots
    Hi, On Hotspots extension : 1) is it possible to add our own map layer / v...
    0 Replies
    Posted on Thursday, 03 July 2025