boonebgorges / buddypress-docs

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

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

Closed dcavins closed 5 years ago

dcavins commented 5 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 5 years ago

OK! What branch shall I merge it to? (WBSIMIT?)

boonebgorges commented 5 years ago

I'd say 2.2.x