function to allow thumb to link to item
- sharnbl
- Topic Author
Less
More
- Thank you received: 0
13 years 1 month ago #1752
by sharnbl
function to allow thumb to link to item was created 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.
- d.hoeschen
-
- Offline
Less
More
- Posts: 1222
- Thank you received: 226
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.hoeschen, joest
