2 edb Sep 09, 2005 20:23
![](http://www.gravatar.com/avatar/0fe550b854775b91d77fe0cb45e4101b?size=80&default=https%3A%2F%2Fforums.b2evolution.net%2Fmedia%2Fshared%2Fglobal%2Favatars%2Fdefault_avatar_unknown.jpg%3Fmtime%3D1659823855)
"Call to a member function on a non-object in /my_test_domain/plugins/_categories.plugin.php on line 158".
Try adding :-
global $Blog;
¥
Thanks ¥åßßå!
The plugin is not including a form by design.
You'll actually most probably want to combine multiple plugins (with inputs) into a single form that holds them all. This allows more search possibilities.
Cool, and thanks. Given that my goal was to keep the look of an older skin while making it phoenix-compliant, and that's just not going to be possible until an unknown future thing happens, I'll just bag the form and button thing. It's not going to be any hardship, and in fact makes it easier for me to get back on that little project - cuz now I'm almost done!
Another issue is that you get an xhtml validation error under certain circumstances. If you have categories on blog#1 and you have a blog with no categories then you get "<ul></ul>", which makes the validator kick and scream and say rude things to me. It seemed odd to me that I got 'list_start' and 'list_end' but no 'line_start' and 'line_end'. I also didn't get a link to "All" cats, but I guess that's somehow due to no categories existing?
I saw this while checking validation of the blog#1 page in an unhacked cvs installation, and I apologize for not having any idea how to make it be happy.