|
|
|
Forum Deity
Group: Moderators
Last Login: Today @ 4:00:22 PM
Posts: 1,012,
Visits: 4,217
|
|
I just noticed the other day that one of my widgets shows the error "F is Undefined";
When I went into the editor, the preview is showing the same thing. However, it is a legacy widget, so is there something that was changed on the backend that broke it?
username is critter42 and the widget is "NeighborhoodNews"
critter42
-----------------------------
Note: I am not employed by NewsGator Technologies in any capacity
|
|
|
|
|
NewsGator
Group: NewsGator Staff
Last Login: 10/7/2008 1:51:51 PM
Posts: 25,
Visits: 71
|
|
This does have to do with this widget containing older implementations of the framework's functionality. The error is coming from the footer function call:${returnBuzzFooter(BuzzId,BuzzObj.apiToken)}You can replace that with what we currently use:${% getBuzzFooter() %}And from there you can customize it with the help of this document: http://developer.newsgator.com/wiki/index.php?title=Creating_a_Custom_Widget_Footer --
Jenny Blumberg
Syndication Services Developer Support
NewsGator Technologies, Inc.
|
|
|
|
|
Forum Deity
Group: Moderators
Last Login: Today @ 4:00:22 PM
Posts: 1,012,
Visits: 4,217
|
|
Thanks, that did the trick (but I went ahead and created a new widget anyway, 'cause who knows when this creaky old widget is going to break again )
critter42
-----------------------------
Note: I am not employed by NewsGator Technologies in any capacity
|
|
|
|