url alias issue on news ticker

phpsharma - February 6, 2009 - 11:05
Project:AJAX Newsflash
Version:5.x-1.15
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:closed
Description

URL aliasing is not working for news ticker path...
replace the code in module file ajax_newsflash.module

from line 256 to 264

while ($data = db_fetch_object($results)) {
$newsflash_nid = $data->nid;
$pathforalias="node/$newsflash_nid";
$aliasedpath = drupal_get_path_alias($pathforalias);
$file .="";
$file .= "".$data->teaser ."";
$file .="";
}

please let me now any issue

#1

System Message - February 20, 2009 - 11:10
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.