function to allow thumb to link to item

  • sharnbl
11 years 3 weeks 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
11 years 2 weeks ago #1762 by Dirk
With the pro version you could realize an {joodb itemlink} command writing a joodb-plugin named itemlink.php
<?
// no direct access
defined('_JEXEC') or die('Restricted access');
$output .= $itemlink;
?>

Please Log in to join the conversation.

Moderators: Dirkjoest