API/Template Functions
From bbPulp
These functions provide a simple means for template developers to access variable elements.
They are defined in /bb-includes/template-functions.php
- bb_load_template
- bb_get_template
- bb_get_header
- bb_language_attributes
- bb_stylesheet_uri
- bb_get_stylesheet_uri
- bb_active_theme_uri
- bb_get_active_theme_uri
- bb_get_footer
- bb_head
- profile_menu
- login_form
- search_form
- bb_post_template
- post_form
- edit_form
- alt_class
- get_alt_class
- bb_location
- bb_get_location
- is_front
- is_forum
- is_tags
- is_tag
- is_topic
- is_bb_feed
- is_bb_search
- is_bb_profile
- is_bb_favorites
- is_view
- is_bb_stats
- bb_title
- bb_get_title
- bb_feed_head
- get_recent_rss_link
- forum_id
- get_forum_id
- forum_link
- get_forum_link
- forum_name
- get_forum_name
- forum_description
- get_forum_description
- get_forum_parent
- get_forum_position
- forum_topics
- get_forum_topics
- forum_posts
- get_forum_posts
- forum_pages
- forum_rss_link
- get_forum_rss_link
- bb_forums
- bb_forum
- bb_forum_pad
- bb_forum_class
- topic_id
- get_topic_id
- topic_link
- get_topic_link
- bb_add_replies_to_topic_link
- topic_rss_link
- get_topic_rss_link
- topic_title
- get_topic_title
- topic_posts
- get_topic_posts
- get_topic_deleted_posts
- topic_noreply
- topic_last_poster
- get_topic_last_poster
- topic_author
- get_topic_author
- topic_time
- get_topic_time
- topic_start_time
- get_topic_start_time
- topic_last_post_link
- get_topic_last_post_link
- topic_pages
- topic_pages_add
- get_page_number_links
- topic_delete_link
- topic_close_link
- topic_sticky_link
- topic_show_all_link
- topic_posts_link
- topic_move_dropdown
- topic_class
- new_topic
- bb_new_topic_forum_dropdown
- post_id
- get_post_id
- post_link
- get_post_link
- post_anchor_link
- post_author
- get_post_author
- post_author_link
- post_text
- get_post_text
- bb_post_time
- bb_get_post_time
- post_ip
- get_post_ip
- post_ip_link
- post_edit_link
- post_del_class
- post_delete_link
- post_author_id
- get_post_author_id
- post_author_title
- get_post_author_title
- post_author_type
- allowed_markup
- get_allowed_markup
- bb_get_user_id
- user_profile_link
- get_user_profile_link
- user_delete_button
- get_user_delete_button
- profile_tab_link
- get_profile_tab_link
- user_link
- get_user_link
- full_user_link
- get_full_user_link
- user_type_label
- get_user_type_label
- user_type
- get_user_type
- get_user_name
- user_title
- get_user_title
- profile_pages
- bb_profile_data
- bb_profile_base_content
- bb_profile_data_form
- bb_profile_admin_form
- bb_logout_link
- bb_get_logout_link
- bb_admin_link
- bb_get_admin_link
- bb_profile_link
- bb_current_user_info
- bb_get_current_user_info
- bb_get_user_email
- topic_tags
- tag_page_link
- get_tag_page_link
- tag_link
- get_tag_link
- tag_link_base
- get_tag_link_base
- tag_name
- get_tag_name
- tag_rss_link
- get_tag_rss_link
- tag_form
- manage_tags_forms
- tag_remove_link
- get_tag_remove_link
- tag_heat_map
- bb_related_tags_heat_map
- bb_get_tag_heat_map
- bb_sort_tag_heat_map
- tag_pages
- bb_forum_dropdown
- bb_get_forum_dropdown
- favorites_link
- get_favorites_link
- user_favorites_link
- favorites_rss_link
- get_favorites_rss_link
- favorites_pages
- view_name
- get_view_name
- view_pages
- view_link
- get_view_link
- _bb_parse_time_function_args
- _bb_time_function_return

