display
sp_InsertBreak
Description sp_InsertBreak() – This function is used to insert an empty div container. This ’empty’ container can be used to reset floats, add spacing or add other user desired styling (via CSS) to that empty div container. Usage sp_InsertBreak($args=”); Arguments $args – List of arguments for controlling display. Type: (string) (optional) Default: ‘tagClass’ => ”…
Read MoreHow to make your Forum display on a Sub-Page?
It is possible to set up your forum to display on a sub-page. After you create the sub-page in WordPress simply go to the Forum Admin > Integration > Page and Permalink panel and select the new sub-page from the drop down list. Then update the panel and the permalink should then display the correct…
Read MoreHow to make your Forum display on the Front Page?
Under most circumstances it should be possible to set your forum to be the front page (home) of your site should you wish to do so. It may not be possible with all permalink structures however. To try this, follow these procedures: Go to the WordPress Admin > Settings > Reading and set your blog…
Read MoreI am seeing multiple forums displayed
On some WordPress installs, there can be integration issues when the WordPress theme or another plugin perform non-standard actions. This can cause the forum to be displayed incorrectly – often twice on the same page or sometimes duplicated in a sidebar If this is the case with your setup, there are some option settings you…
Read Moresp_UserSpecialRank
Description sp_UserSpecialRank – This function is used to display a user’s special ranks. Usage sp_UserSpecialRank($args=”, $ranks=”); Arguments $args – List of arguments for controlling display. Type: (string) (optional) Default: ‘tagClass’ => ‘spSpecialRank’ ‘titleClass’ => ‘spSpecialRank’ ‘badgeClass’ => ‘spSpecialRank’ ‘showTitle’ => 1 ‘showBadge’ => 1 ‘echo’ => 1 ‘tagClass’: Class to apply to the forum rank…
Read Moresp_UserForumRank
Description sp_UserForumRank() – Display a users forum ranks. Usage sp_UserForumRank($args=”, $ranks=”); Arguments $args – List of arguments for controlling display. Type: (string) (optional) Default: ‘tagClass’ => ‘spForumRank’ ‘titleClass’ => ‘spForumRank’ ‘badgeClass’ => ‘spForumRank’ ‘showTitle’ => 1 ‘showBadge’ => 1 ‘echo’ => 1 ‘tagClass’: CSS class to apply to the forum rank container div. ‘titleClass’: CSS…
Read Moresp_LoggedInOutLabel
Description sp_LoggedInOutLabel() – This function is used to display the current user’s logged in/out status message. Usage sp_LoggedInOutLabel($args=”, $inLabel=”, $outLabel=”, $outLabelMember=”); Arguments $args – List of arguments for controlling display. Type: (string) (optional) Default: ‘tagId’ => ‘spLoggedInOutLabel’ ‘tagClass’ => ‘spLabel’ ‘echo’ => 1 ‘tagId’: ID to apply to the container div for the label. ‘tagClass’:…
Read More