[1758] cannot completely disable public note

Posts from previous Beta sessions

[1758] cannot completely disable public note

Postby Grimicus » Sat May 03, 2008 5:32 am

I just installed the latest posted version: v1.9.9.1758

I'm trying to disable all display of the public note. However, despite 'force hidden' for the note in all windows where you can, I cannot get it to disappear off the tooltips when you mouse over a character on the various pages where that is possible. I even turned off 'compress note' in the display menu but that has no effect.

Thanks
Last edited by Grimicus on Sat May 03, 2008 5:36 am, edited 1 time in total.
Grimicus
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Wed Jul 05, 2006 6:06 am

[1758] cannot completely disable public note

Postby zanix » Sat May 03, 2008 12:59 pm

Nice oversight
Fixed next svn commit

If you want to fix it yourself
Open addons/memberslist/inc/memberslist.php
find around line 602
Code: Select all
$tooltip .= ($row['nisnull'] ? '' "\n" $roster->locale->act['note'] . ': ' $row['note']); 

Replace with
Code: Select all
$tooltip .= ( $this->addon['config']['member_note'] == || $row['nisnull'] ? '' "\n" $roster->locale->act['note'] . ': ' $row['note'] ); 
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

[1758] cannot completely disable public note

Postby Grimicus » Thu May 15, 2008 5:01 am

I've been away, so I haven't had a chance to try it yet, but I will let you know if I have any more problems. Thanks!
Grimicus
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Wed Jul 05, 2006 6:06 am


Return to Archived

Who is online

Users browsing this forum: No registered users and 1 guest

cron