Description The ‘bbp_get_forum_last_active_id’ function returns the ID of the most recent reply within a forum How to use it $forum_id (optional) – Returns the ID of the most recent reply within the specified forum Used in bbp_forum_last_active_id() Sample code example Returns the ID of the most recent reply within a forum Returns the ID of [...]
bbp_get_forum_last_active_id
Published on June 26th, 2012 by JarretCbbp_forum_last_active_id
Published on June 26th, 2012 by JarretCDescription The ‘bbp_forum_last_active_id’ function displays the ID of the most recently active forum How to use it $forum_id (optional) – Displays the ID of the most recently active forum Uses bbp_get_forum_last_active_id() Sample code example Displays the ID of the most recently active forum Displays the ID of the most recent reply within the specified forum
bbp_author_link
Published on June 26th, 2012 by JarretCDescription The ‘bbp_author_link’ function is used to display the most recently active author’s avatar and username linked to their profile How to use it $args (optional) – Accepts an array of arguments to configure display ( post_id, link_title, type, size ) Uses bbp_get_author_link() Sample code example Displays the linked avatar and username for the most [...]
bbp_get_forum_freshness_link
Published on June 26th, 2012 by JarretCHow to use it $forum_id (optional) – Returns the link for the most recent reply within a forum Used in bbp_forum_freshness_link() Sample code example Returns the link for the most recent reply within a forum Returns the link for the most recent reply within the specified forum with an ID of 1
bbp_forum_freshness_link
Published on June 26th, 2012 by JarretCDescription The ‘bbp_forum_freshness_link’ function displays a link to the most recent reply within a forum How to use it $forum_id (optional) – Displays link to the most recent activity within defined forum Uses bbp_get_forum_freshness_link() Sample code example Displays a link to the most recent reply within a forum Displays the link to the most recent [...]
bbp_get_forum_post_count
Published on June 26th, 2012 by JarretCDescription The ‘bbp_get_forum_post_count’ function is used to return the total count of all replies to topics within a forum and sub forums How to use it $forum_id (optional) – Returns count for particular forum id $total_count (optional) – Returns total count for all replies in forum and sub forums by default or if true, otherwise [...]
bbp_forum_post_count
Published on June 26th, 2012 by JarretCDescription The ‘bbp_forum_post_count’ function is used to display the total count of all replies to topics within a forum and sub forums How to use it $forum_id (optional) – Returns count for particular forum id $total_count (optional) – Returns total count for all replies in forum and sub forums by default or if true, otherwise [...]
bbp_get_forum_reply_count
Published on May 19th, 2012 by JarretCDescription The ‘bbp_get_forum_reply_count’ function is used to return the total count of all replies to topics within a forum and sub forums How to use it $forum_id (optional) – Returns count for particular forum id $total_count (optional) – Returns total count for all replies in forum and sub forums by default and returns total count [...]
bbp_forum_reply_count
Published on May 19th, 2012 by JarretCDescription The ‘bbp_forum_reply_count’ function is used to display the total count of all replies to topics within a forum and sub forums How to use it $forum_id (optional) – Returns count for particular forum id $total_count (optional) – Returns total count for all replies in forum and sub forums by default and returns total count [...]
bbp_show_lead_topic
Published on May 19th, 2012 by JarretCDescription The ‘bbp_show_lead_topic’ function is an alternate layout style where topics appear as “lead” posts, ahead of replies whereas by default topics are included in the reply loop. How to use it When set to $show_lead = true the ‘Lead Topic’ uses the single topic part content-single-topic-lead.php allowing you to style the lead topic separately [...]