CMS MADE SIMPLE FORGE

News Module

 

[#2850] Title link and more links have no accessibility values

avatar
Created By: Andreas Just (cyberman)
Date Submitted: Fri Jan 09 06:59:50 -0500 2009

Assigned To: Robert Campbell (calguy1000)
Version: None
CMSMS Version: None
Severity: Trivial
Resolution: Won't Fix
State: Closed
Summary:
Title link and more links have no accessibility values
Detailed Description:
Title link and more links have no accessibility values (title parameter).

My fast workarround:

Change line 355/356 in action.default.php like this

$onerow->titlelink = $this->CreateLink($id, 'detail',
$detailpage!=''?$detailpage:$returnid, $row['news_title'], $sendtodetail, '',
false, false, 'title="'.$row['news_title'].'"', true, $prettyurl);
$onerow->morelink = $this->CreateLink($id, 'detail',
$detailpage!=''?$detailpage:$returnid, $moretext, $sendtodetail, '', false,
false, 'title="'.$row['news_title'].'"', true, $prettyurl);


History

Comments
avatar
Date: 2009-01-28 11:21
Posted By: Robert Campbell (calguy1000)

This is not a huge issue.
You can build your own URLS using the $entry->moreurl value, and the other
values from the entry.
      
avatar
Date: 2009-02-14 21:14
Posted By: Robert Campbell (calguy1000)

I'm gonna mark this as 'wont fix'.... because actually, we should remove the
titlelink and morelink stuff and just use the url values that are available via
smarty...

but this would probably break too many sites.
      
Updates

Updated: 2009-09-06 10:32
state: Open => Closed

Updated: 2009-02-14 21:14
resolution_id: 9 => 8

Updated: 2009-01-28 11:21
resolution_id: 5 => 9
severity_id: 3 => 4

Updated: 2009-01-09 07:00
resolution_id: => 5
assigned_to_id: 100 => 106