boonebgorges / buddypress-docs

GNU General Public License v3.0
106 stars 44 forks source link

Add shortcode to output a simple BP Docs list. #673

Closed dcavins closed 3 years ago

dcavins commented 4 years ago

Shortcode is bp_docs_recent_docs and accepts the following parameters: • number - Max number of docs to show. • show_date - Whether to display the date after the hyperlinked title. • author_id - Pass a user ID if you want to limit to docs associated with a particular user. • group_id - Pass a group ID if you want to limit to docs associated with a particular group. • folder_id - Pass a folder ID if you want to limit to docs from a folder. • context aware - If you're using the shortcode within a group or user page, and want to limit the docs to the displayed group or user.

dcavins commented 4 years ago

Sorry for the extra review here, but I realized that it would easy to make the output more flexible. :)

pixelshrink commented 2 years ago

This is brilliant, thanks so much for your work on this. Any news on when it will be released?