Hi,
I am working on converting an old (working) plugin of my to work with the my-wiews plugin. The old plugin (a blog) requiers 3 php files (1 template file, 1 plugin file and 1 page file). With the my-view plugin I want to reduce this to just 1 file.
The idea I had was simply to get the old plugin php file to work with the my-view plugin. This part I've got working. I can edit stuff in the admin. The problem is putting the old template file into the new my-views plugin extention to show the blog page. It simply wont show anything. I did some dirty tweaking and got some data shown, but it was incorrect and links where broken. I hope you can help me fix this so I can release my-view-blog extention to the world.
In short: Admin part is working, but I cant show the selected data (the topics pulled from the choosen forum by a function called: bb_get_blog();. I know this all sounds a bit cloudy, so if you need more info, plz let me know.
)
I've attached the new plugin file (with comments) and I hope you have the time to take a look at it. All that left is the old 2 php files (template and basic page file.