Support Forum

Please review sp_RegisterButton(), sp_SectionEnd(), sp_SectionStart(), sp_signature(), sp_TopPostersStats(), sp_UserSpecialRank(), and sp_UserTimeZone()

KW Ken Wilson
Ken Wilson
Member

Please review the updated Codex pages listed below. Whomever reviews a page, please indicate it is ready to publish or list the additional work required to make it ready to publish.

Sorry but sp_UserForumRank() did not get added to the Post Title. 

sp_RegisterButton()
1. Ready to publish after review.
2. ‘mobileMenu’ => 0 added to arg list and given standard definition.
3. ‘link’ => esc_url(wp_registration_url())  to match code.
4. ‘echo’ given standardized definition.
5. Changelog to 3/24/14 standard.
6. General format updates.

sp_SectionEnd()
0. Ready to publish after review.
1. Changed order of arg entries to match order in code.
2. ‘tagClass’ => ” replaced ‘tagClass’ => ‘spPlainSection’ to  match code.
3. Added missing  action, please check: <li>do_action(‘sph_SectionEnd_’.$sectionName, $a) – Allows modification of the container section just prior to being closed. Hook is specific to the named Section End.</li>
4. Changelog to 3/24/14 standard.
5. General format updates.

sp_SectionStart()
0. Ready to publish after review.
1. Changelog to 3/24/14 standard.
2. General format updates.

sp_signature()
0. Ready to publish after review.
1. Changelog to 3/24/14 standard.
2. Source Code section added.
3. General format updates.

sp_TopPostersStats()
0. Ready to publish after review.
1. ‘get’ added to args and given standard definition.
2.  ‘link_names’ given stardard definition modified for Top Posters.
3. ‘echo’ given standard defintion.
4. Changelog to 3/24/14 standard.
5. Source Code section added.
6. General format updates.

sp_UserForumRank()
0. Ready to publish after review.
1. ‘showTitle’ definition expanded.
2. ‘showBadge’ definition expanded.
3. ‘echo’ given standard definition.
4. Changelog to 3/24/14 standard.
5. General format updates.

sp_UserSpecialRank()
0. Ready to publish after review.
1.  ‘showTitle” definition expanded.  Please review.
2. ‘showBadge” definition expanded. Please review.
3. ‘echo’ given standard definition.
4. Changelog to 3/24/14 standard.
5. General format updates.

sp_UserTimeZone()
0. Ready to publish after review.
1. ‘get’ added to args and given standard definition.
2. Changelog to 3/24/14 standard.
3. Source Code section added.
4. General format updates.

Thanks.

1 Answer

New Answer

MP Mr Papa
Mr Papa
Member

published all…  few notes…

sp_Signature – the $sig arg contains the actual signature, not the user id… tweaked the example description similarly