display image from cat/sec/ content image in the blog table view in link ??

If you have any 'mechanical' forge related issues/suggestions, pop them in here.

Moderators: RussW, RobInk, ChiefGoFor, facedancer

Post Reply
User avatar
rusty1001
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Dec 29, 2006 9:26 pm

display image from cat/sec/ content image in the blog table view in link ??

Post by rusty1001 » Fri Sep 28, 2007 2:56 am

HI
file.....

@version $Id: content.html.php 5928 2006-12-06 00:49:07Z friesengeist $
* @package Joomla
* @subpackage Content

/**
* Display Table of items  line 287

*/

in the table view, each line I want an image of the from the description, or cat image or content image( that would be the best) , I have tried a few things, but not worked, is this possible?? or  is the already a setting in admin, cant see  ???,

( ps I never been able to the get the 'use image' in the menu link working , related but not the same.....how do you get that working?)


Code: Select all

         <td>
               [b]<img src="images/image.gif">      (added) [/b]   <a href="<?php echo $link; ?>">
                  <?php echo $row->title; ?>
                  </a>
                  <?php


this code above works but I would like a relevant image  :)
thanks
Russell
Russell
Those that can do, those that can't complain.
:)

Post Reply