yea, but usually there's the button I need, and then ever so often there isn't (cents, degrees, etc.) It doesn't happen often enough to prompt a proper solution.
I came on this thread for whisper help and thanks for the informative input!
But i see something that is new to me, that I want! ... on the posts i see each one is now numbered!!! CAn someone direct me to that add on or the thread?
It appears the definition array entry was updated since this suggestion.
QUOTE: Well the missing definition is related to line 57: $xnew = str_replace('//1', $row['WhisperCount'], $Context->GetDefinition('XNew')); Adding what I suggested works for me. I've found this trick ages ago in another discussion dealing with this problem. I've made a search but I can't manage to find it again... Maybe I've forgotten a part of the solution.
Comments
CreateArrayEntry($Context->Dictionary, 'XNew', '//1');
It appears the definition array entry was updated since this suggestion.
QUOTE:
Well the missing definition is related to line 57:
$xnew = str_replace('//1', $row['WhisperCount'], $Context->GetDefinition('XNew'));
Adding what I suggested works for me. I've found this trick ages ago in another discussion dealing with this problem. I've made a search but I can't manage to find it again... Maybe I've forgotten a part of the solution.