Hi, im using tags to create list of related items. But i need to load the full articles in the listo. I mean, i dont want to be necesary to click on the image/description to get to the full article. The ir this code: (generic.php) ------------------------------------------------------------------------------------------------- params->get('genericItemIntroText')): ?>
introtext; ?>
------------------------------------------------------------------------------------------------- And this: item.php ------------------------------------------------------------------------------------------------- item->fulltext)): ?> item->params->get('itemIntroText')): ?>
item->introtext; ?>
item->params->get('itemFullText')): ?>
item->fulltext; ?>
item->introtext; ?>
------------------------------------------------------------------------------------------------- If i change the first code with the second but i dont get any text :P How could i make this work?. Ofcourse i also tried removing the php sentences like "" HELP PLEASE :D