Does anyone know of what changes are necessary for custom widgets to work with wordpress-mu-1.2.5? I have various simple widgets and after upgrade non will function, some give the standard error message, others bomb worpdress.
For example the base WPMU list all widget code at http://codex.wordpress.org/WPMU_List_All_Blogs_Widget bombs wordpress. (Yes, I have List-All v0.0.5 installed.)
Has anyone see in documentation on what to change - or have any pointers?
lunabyte
Member
Posted 15 years ago #
You didn't also add in the original widgets file from automattic, did you?
Since widgets are part of the main WP core, and therefore MU, it isn't needed. Although that's 1 possibility of several, but I haven't had any issues with widgets at all in 1.2.5.
Thanks for the reply, I don't have the original widgets but I do have edited versions with new function names. For example Text Sidebar is now ilm_widget_text, etc... Since you said that your not having issues with widgets I'll start over with the current widget code in widgets.php and rebuild my widgets making sure I have an modifications in the new versions. Thanks
I've now updated the code in the codex to fix the errors mentioned above, see http://codex.wordpress.org/WPMU_List_All_Blogs_Widget