Broken note icon fix

View planned events from the WoW AddOn GroupCalendar

Moderator: Ulminia

Broken note icon fix

Postby AnthonyB » Sun Jul 05, 2009 3:47 am

Just a note that for Roster 2.0, the note.gif icon link was broken (just like in ArmorySync - topic5937.html)

GroupCalendar\guild\include\calendar_functions.php (Line 414 to 418)

replace
Code: Select all
      $icon_value = '<img src="'.$roster->config['img_url'].'note.gif" style="cursor:help;" class="membersRowimg" alt="'.$roster->locale->act['note'].'" '.makeOverlib(stripslashes($note),$roster->locale->act['note'],'',1).'>';
   }
   else
   {
      $icon_value = '<img src="'.$roster->config['img_url'].'no_note.gif" class="membersRowimg" alt="'.$roster->locale->act['note'].'">';

with
Code: Select all
      $icon_value = '<img src="'.$roster->config['theme_path'] . '\images/note.gif" style="cursor:help;" class="membersRowimg" alt="'.$roster->locale->act['note'].'" '.makeOverlib(stripslashes($note),$roster->locale->act['note'],'',1).'>';
   }
   else
   {
      $icon_value = '<img src="'.$roster->config['theme_path'] . '\images/no_note.gif" class="membersRowimg" alt="'.$roster->locale->act['note'].'">';
Roster 2.0.2 svn [latest] latest trunk SVN svn [latest] running on IIS7/Windows Server 2008 SP2 | MySQL 5.0.85 | PHP 5.2.10 | Yes, Roster and PHP rocks on IIS! Even run as FastCGI extension!
User avatar
AnthonyB
Gimpy Developer
Gimpy Developer
 
Posts: 346
Joined: Tue Jul 04, 2006 2:44 pm
Location: Sydney, Australia

Return to Group Calendar

Who is online

Users browsing this forum: No registered users and 1 guest

cron