Nuno,
Please confirm my assumption for assignment3
- Create plugin for admin panel
- Using this plugin wordpress admin can send mail (with subject and mail content) to plugin developer (to me)
I made a plug-in separate from the theme that adds a form widget to the admin dashboard (similar to 'quick press'). The form result is then sent as an email to the theme author or whoever with the subject, message, site-sent-from, and date sort of like a support ticket.
To me, it seems like the type of thing that would be better built directly into the theme rather than an external plug-in. But, I realize that the point was probably just to get us to start using actions and filters etc.
Nuno,
Please confirm my assumption for assignment3
- Create plugin for admin panel
- Using this plugin wordpress admin can send mail (with subject and mail content) to plugin developer (to me)
let me know if i miss anything
thanks
Nuno,
Please reply my assumption so i can start plugin development
that's how i understood the task too.
Me too!
Here is my assignment. Get the source code, try it :)
http://p2pu.marblenews.net
Hello, here is my assignement in a zip file for download and test if you want, and also some comments about it.
http://tresxnou.cat/beta/2010curswp/general/p2pu-assignement-4/
Check out this site about WordPress hooks:
http://adambrown.info/p/wp_hooks
Very informative ;)
Hi all,
my assignment 3 is in this zip file: http://pirineuweb.com/p2pu/wp-content/uploads/2011/02/help.zip
It's run in the same url than the others assignments: http://www.pirineuweb.com/p2pu
Here's my work for week 3:
http://p2pu.herbnerder.com/wp/adminhelp/latest.zip
I made a plug-in separate from the theme that adds a form widget to the admin dashboard (similar to 'quick press'). The form result is then sent as an email to the theme author or whoever with the subject, message, site-sent-from, and date sort of like a support ticket.
To me, it seems like the type of thing that would be better built directly into the theme rather than an external plug-in. But, I realize that the point was probably just to get us to start using actions and filters etc.
I took a similar approach as everyone else. I used wp_email, nonces and data validation. I also created a separate plugin to remove most of the unused widgets on the dashboard page.
http://assignment4.riskiii.me/wp-contents/plugin/dgs-iweb-dashboard-cont...
http://assignment4.riskiii.me/wp-contents/plugin/dgs-remove-dashboard-wi...