Linked images

  • edinn
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
14 years 10 months ago - 14 years 10 months ago #645 by edinn
Linked images was created by edinn
ja ću na našem jeziku Miloše jer mi je ovako lakše.

Dugo vremena sam tražio sličan modual. Modul koji će mi listati slike koje želim. Konačno sam to našao na Vašoj stranici i pravo mi se sviđa.

Međutim imam jedno pitanje. Naime volio bih da imam mogućnost sa opcijom da mi ove slike linkaju na određenu destinaciju. Recimo, ako ovim modulom izlistavam proizvode da ima opcija kad kliknem na njega da me usredoči na pregled Kategodirije proizvoda.

evo pogledaj link

Nadam se da ćeš me posavjetovati kako to da uradim.

HVala i još jednom pohvala za sajt i dodatke koje radite.
Last edit: 14 years 10 months ago by milos.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 10 months ago - 14 years 10 months ago #648 by milos
Replied by milos on topic Re: Jedan savjet
No, unfortunately, linked images are not possible with Carousel module. You can use Hot Image Slider or Hot Joomla Gallery instead.

p.s. Moram na English da bi razumeli i drugi.
Last edit: 14 years 10 months ago by milos.

Please Log in to join the conversation.

  • edinn
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
14 years 10 months ago #649 by edinn
Replied by edinn on topic Re: Jedan savjet
Ok Milos,

I will try something to do.

I find this idea very usefull and it beats one new option of your greatfull modul.

Ma loš mi engleski skroz. Da li bi to bilo teško napraviti? Mislim samo da se ubraci kad klikneš na modul u frondendu da te prebaci on some new destination. Nisam mislio sliku po sliku već klick on Modul who is linked. A da ja tu destinaciju ubacim u modul Properties.

Sorry ako sam dosadan. ALi mi baš to treba.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 10 months ago #651 by milos
Replied by milos on topic Re: Jedan savjet
If you like all images to have the same link, then open file /tmpl/default.php and find line
Code:
<img id="slide-img-<?php echo $imageCounter; ?>" src="<?php echo $mosConfig_live_site; ?>/<?php echo $imageFolder ?>/<?php echo $imageArray[$imageCounter]; ?>" class="slide" alt="" />"
and change it to
Code:
<a href="http://www.your-link.com" target="_blank"> <img id="slide-img-<?php echo $imageCounter; ?>" src="<?php echo $mosConfig_live_site; ?>/<?php echo $imageFolder ?>/<?php echo $imageArray[$imageCounter]; ?>" class="slide" alt="" /> </a>
Target=blank is not needed if you want to open links in the same window.

Please Log in to join the conversation.

  • edinn
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
14 years 10 months ago #652 by edinn
Replied by edinn on topic Re: Jedan savjet
milos wrote:

If you like all images to have the same link, then open file /tmpl/default.php and find line

Code:
<img id="slide-img-<?php echo $imageCounter; ?>" src="<?php echo $mosConfig_live_site; ?>/<?php echo $imageFolder ?>/<?php echo $imageArray[$imageCounter]; ?>" class="slide" alt="" />"
and change it to
Code:
<a href="http://www.your-link.com" target="_blank"> <img id="slide-img-<?php echo $imageCounter; ?>" src="<?php echo $mosConfig_live_site; ?>/<?php echo $imageFolder ?>/<?php echo $imageArray[$imageCounter]; ?>" class="slide" alt="" /> </a>
Target=blank is not needed if you want to open links in the same window.


Thanks Milos, i will try

Please Log in to join the conversation.

  • edinn
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
14 years 10 months ago #655 by edinn
Replied by edinn on topic Re: Jedan savjet
Sorry Miloš but i can't find this code line in default.php on modul tmpl folder.

Please Log in to join the conversation.

Time to create page: 0.165 seconds
Powered by Kunena Forum