Related fix, which I'm reporting here, but I can do something more formal if it would help:
I was helping a friend who has a Core1 based layout. In her navigation menu, her link to the network was showing up as "Unknown view", and she was unable to change that. The fix uses an odd combination of calling the page "network" and calling it "friendsfriends".
I had to add to the lang_viewname fucntion: if ($viewid == "network") { return $*text_view_friendsfriends; }
I know we're not really updating Core1, but perhaps it's worth adding this information to this post, which is linked from a Site Issues FAQ so people may come looking here? Alternatively, perhaps it is worth going a bit further in making Core1 compliant with DW's friends-free notation, because I don't think that would break any existing layouts.
no subject
I was helping a friend who has a Core1 based layout. In her navigation menu, her link to the network was showing up as "Unknown view", and she was unable to change that. The fix uses an odd combination of calling the page "network" and calling it "friendsfriends".
I had to add to the
lang_viewname
fucntion:if ($viewid == "network") { return $*text_view_friendsfriends; }
I know we're not really updating Core1, but perhaps it's worth adding this information to this post, which is linked from a Site Issues FAQ so people may come looking here? Alternatively, perhaps it is worth going a bit further in making Core1 compliant with DW's friends-free notation, because I don't think that would break any existing layouts.