Description
Inspired by the Meta question How can I download my content from a beta site?.
Intended as a mean to export all of a person’s participation in a Stack Exchange site. When viewing the page, one can print or export as HTML/PDF using the browser and system capabilities.
The maximum number of posts per page is 100 and that’s a SE API limitation.
If the user’s Answers are being viewed, the plugin will show 100 Questions per page with the user’s Answer bellow it.
If the user’s Questions are being viewed, the plugin will show 100 Questions per page with all the Answers given.
Check the twin plugin Stack Posts Widget.
Translations: EspaƱol.
Acknowledgments
-
Copy plugin template to theme folder: Page Template Example, by Tom McFarlin.
-
Some styling rules shameless plugged from: StackTack, by Nathan Osman
-
Stack Exchange API library: StackPHP
-
Pagination scripts: Zebra Pagination, by Stefan Gabos.
-
Dropdown with icons: Image dropdown, by Marghoob Suleman.
-
Plugin update checker, by Yahnis Elsts.
Installation
Extract the zip file and upload the contents to the wp-content/plugins/
directory of your WordPress installation, and then activate the plugin from plugins page.
Uninstall
The plugin doesn’t saves any option in the database. When de-activating the plugin, it deletes its template from the active theme folder. There’s no uninstall procedure.
FAQ
-
After installed and activated, the plugin creates a template in the theme folder.
-
Create a new page and select the template “Stack Q&A’s”.
-
The plugin meta box only appears when this template is selected.
-
In the plugin’s custom meta box, select the Site, User ID, Posts per page (max. 100) and Enable caching.
- Bugs, contributions and feature requests
-
Don’t hesitate to open a support thread.
Contributors & Developers
“All Your Stack Posts” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “All Your Stack Posts” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial Public Release