Keyword

[SOLVED] item navigation add images

  • George Nasis
  • George Nasis's Avatar Topic Author
  • Offline
  • Elite Member
More
9 years 6 months ago #141948 by George Nasis
item navigation add images was created by George Nasis
hallo there!

i want to ask something about the navigation in the item.
i see that the titles of next and previous item are displayed.
how can i retrieve and display also the image of these items?

thank you!

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 6 months ago #141970 by Krikor Boghossian
Replied by Krikor Boghossian on topic item navigation add images
Sure,
img src="<?php echo $this->item->previousImageSmall; ?>" alt="<?php echo K2HelperUtilities::cleanHtml($this->item->previousTitle); ?>" />

and
<img src="<?php echo $this->item->nextImageSmall; ?>"  alt="<?php echo K2HelperUtilities::cleanHtml($this->item->nextTitle); ?>"  />

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • George Nasis
  • George Nasis's Avatar Topic Author
  • Offline
  • Elite Member
More
9 years 6 months ago #141977 by George Nasis
Replied by George Nasis on topic item navigation add images
hallo Krikor!

of course!it is working great!thanks a lot!

best regards!

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 6 months ago #141983 by Krikor Boghossian
Replied by Krikor Boghossian on topic item navigation add images
You 're welcome George :)

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum