• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Venue URL= no link?

Venue URL= no link? 15 years 3 months ago #10167

For some reason when I set up a venue with a venue website address, on the front end, it shows the web address, but doesnt make it a link..

How can I make the venue's website addresses appear as a clickable link?
The administrator has disabled public write access.

Re:Venue URL= no link? 15 years 3 months ago #10182

  • bogdanc
  • bogdanc's Avatar
  • OFFLINE
  • Moderator
  • Posts: 669
  • Thank you received: 11
Hello,


In order to achieve this you will have to go to components > com_rsevents > views > locations > tmpl and edit the show.php file. Just search for :
<?php echo $this->data->LocationURL; ?>

and replace it with:
<a href="<?php echo $this->data->LocationURL; ?>"><?php echo $this->data->LocationURL; ?></a>
The administrator has disabled public write access.

Re:Venue URL= no link? 15 years 3 months ago #10196

Excellent, thanks!
How can I make this link a pop up? (Target=_blank)
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!