project management, project management software, collaboration software - Copper Project  
 
FORUMS
"People actually use it, that makes my life easier!" Multimediums
 
   
Register  ::  Log in  ::  Search 

Post new topic | Reply to topic
 
 Project name in "Most Urgent Issues", in Customization
 
spotlight
 
PostPosted: Fri Nov 11, 2005 6:32 am    Post subject: Project name in "Most Urgent Issues" Reply with quote
Joined: 29 Sep 2004
Posts: 13

Hello all,

Just wondering if anyone know's how to add the Project Name to the "Most Urgent Issues" table a the bottom of the Springboard.

Much thanks to anyone out there that can help me out.

--
Ruben
 
loki-racer
 
PostPosted: Thu Nov 17, 2005 6:14 pm    Post subject: Try this... Reply with quote
Joined: 03 Oct 2005
Posts: 7
Location: Leland, NC
Open

copper/system/modules/springboard/index.php

Search for

Code:
$issue['txtTaskName'] = '<a href="index.php?module=springboard&action=view&projectid='.$issuesRS->Field('ProjectID').'&id='.$issuesRS->Field('TaskID').'#issue'.$issuesRS->Field('ID').'" title="'.$rollover.'" alt="'.$rollover.'">'.$issuesRS->Field('Name').'</a>';


replace with

Code:
$issue['txtTaskName'] = $issuesRS->Field('ProjectName').'&nbsp;&nbsp;&nbsp;<a href="index.php?module=springboard&action=view&projectid='.$issuesRS->Field('ProjectID').'&id='.$issuesRS->Field('TaskID').'#issue'.$issuesRS->Field('ID').'" title="'.$rollover.'" alt="'.$rollover.'">'.$issuesRS->Field('Name').'</a>';


That should do. Remember to make a backup before trying it.
 
spotlight
 
PostPosted: Thu Nov 17, 2005 10:36 pm    Post subject: Awesome... Reply with quote
Joined: 29 Sep 2004
Posts: 13

Thanks Chris for the code....works perfectly for our system.

--
Ruben
 
  Page 1 of 1





Tour | Sign-up | Demo & Free Trial | Buzz | FAQs | Forums | Blog | Contact
© Copyright Element Software 2001-2008 
Element Software - Creators of Copper Project Management Software