The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Wed Aug 22, 2012 9:03 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Wed Aug 22, 2012 8:56 pm
Posts: 3
Hi All,

I have added a new custom field in the Article admin page. So next to title, alias, and body, I have a field named Region.
This has been added manually to the dbase and files.

This is working correct for now.

On the site, i'm listing all articles with the module mod_latestnews, where I get in the output, the title with an hyperlink to the article. So far so good. Now I would add after the title, the region field f.ex.

title 1
title 2
title 3

should be

title 1 in region
title 2 in region
title 3 in region

The string i found is:

{
if($row->access <= $aid)
{
$lists[$i]->link = JRoute::_(ContentHelperRoute::getArticleRoute($row->slug, $row->catslug, $row->sectionid));
} else {
$lists[$i]->link = JRoute::_('index.php?option=com_user&view=login');
}
$lists[$i]->text = htmlspecialchars( $row->title );
$i++;
}

I need to add the &row->region string somewhere after the title string. But just adding it after it, doesn't work. Can someone help me out here?
Ideally should be something like

$lists[$i]->text = htmlspecialchars( $row->title in $row->region);

Thanks a lot,


Top
 Profile  
 
PostPosted: Thu Aug 23, 2012 8:15 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Wed Aug 22, 2012 8:56 pm
Posts: 3
Sorry, this post has to be in the 1.5 section.. not 2.5.


Top
 Profile  
 
PostPosted: Thu Aug 23, 2012 5:48 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Wed Aug 17, 2005 10:27 pm
Posts: 14709
Location: Kent, England
[Mod note: Moved from 2.5 Admin Forum to 1.5 Admin Forum;]


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 



Who is online

Users browsing this forum: No registered users and 14 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group