Keyword

link images in category view with the link entered in extra field (type link)

  • Daniel Büchner
  • Daniel Büchner's Avatar Topic Author
  • Offline
  • New Member
More
13 years 7 months ago #94478 by Daniel Büchner
Hi to everyone,

 

I hope someone can help me to find a solution for my problem. I want to link the images shown in category view directly to a link i have given to every item via an extra field (type link) called "link".

Actually I use the "read more link" to show up the items itself.

 

Is there a way to get this to work?

Can you give me a hint which file (and which code in this file) I have to change to get it to work?

 

sorry for my bad english!

 

thank you in advance!!

Daniel

 

 

 

Please Log in or Create an account to join the conversation.

  • Daniel Büchner
  • Daniel Büchner's Avatar Topic Author
  • Offline
  • New Member
More
13 years 7 months ago #94479 by Daniel Büchner
Hi,

I solved it using another way.

 

I used the image caption (in which I entered the link)  and changed the code for the image-link in the category_item.php (line 115) to:

<a href="<?php echo $this->item->image_caption; ?>" title="<?php echo $this->item->title; ?>">

 

 

 

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum