function to allow thumb to link to item

  • sharnbl
  • Topic Author
More
13 years 1 month ago #1752 by sharnbl
In catalog view, I would like to be able to link the thumb picture to the item page. It would be great if there could be a command such as {joodb itemlink} that would return URL of item as text to place as href in anchor tag.

Please Log in to join the conversation.

More
13 years 1 month ago #1762 by d.hoeschen
Replied by d.hoeschen on topic Re: function to allow thumb to link to item
With the pro version you could realize an {joodb itemlink} command writing a joodb-plugin named itemlink.php
Code:
<? // no direct access defined('_JEXEC') or die('Restricted access'); $output .= $itemlink; ?>

Please Log in to join the conversation.

Moderators: d.hoeschenjoest
Powered by Kunena Forum