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

Dowload all Hotspots entries
Hi there, I'm looking for a way to dowload all the Hotspots entries. I've got t...
0 Replies
Posted on Sunday, 06 April 2025
  • #kml
  • #download
Set number of hotspots / user groups
Hi, I'm working with Hotspots for my new website and I love it! After trying ...
0 Replies
Posted on Monday, 31 March 2025
J5 compatibility for Hotspots
Hi guys, Just started to update my old J3x website. Is there J5 compatibility p...
1 Replies
Posted on Monday, 24 February 2025
  • #Hotspots
  • #hotspots Joomla 5
Text size in the comment input form
Hello. How can I increase the font size in the comment input field? For examp...
0 Replies
Posted on Wednesday, 26 February 2025
  • #CComment 6
Problem with enlarged image
Hello. When you click on the image in the comments, it does not appear in the ce...
1 Replies
Posted on Wednesday, 26 February 2025