id summary reporter owner description type status priority milestone component version severity resolution keywords cc 2126 Forum Importers do not currently import topic 'sticky status' netweb netweb "None of the current importers include the ability to import a topics 'sticky status' bbPress/BddyPress Group Forums * 'Topic' (Default) {{{bb_topics.topic_sticky = 0}}} * 'Sticky' {{{bb_topics.topic_sticky = 1}}} * 'Stick to front' {{{bb_topics.topic_sticky = 2}}} phpBB * 'Topic' (Default) {{{phpbb_topics.topic_type = 0}}} * 'Sticky' {{{phpbb_topics.topic_type = 1}}} * 'Announcement' {{{phpbb_topics.topic_type = 2}}} * 'Global Sticky' {{{phpbb_topics.topic_type = 3}}} SimplePress * 'Topic' (Default) {{{sp_sftopics.topic_pinned = 0}}} * 'Sticky' {{{sp_sftopics.topic_pinned = 1}}} vBulletin & Invision - Update also when DB schema is available. ---- ''bbPress 2.x ''''Sticky'''' Status stored in'' {{{wp_postmeta}}} eg. || meta_id || post_id || meta_key || meta_value || || 322139 || 139026 || _bbp_sticky_topics || a:1:{i:0;i:139046;} || In above example '139026' = 'Parent Forum ID' and '139046' = 'Topic ID' ''bbPress 2.x ''''Super Sticky'''' Status stored in'' {{{wp_options}}} eg. || option_id || option_name || option_value || autoload|| || 5468 || bbp_super_sticky_topics ||a :1:{i:0;i:139047;} || yes|| In above example '5468' = ??? and '139046' = 'Topic ID' Related Ticket to follow RE 'Super Sticky = wp_options & 'Sticky' = wp_postmeta" defect (bug) closed normal 2.5 API - Importers 2.2 normal fixed