I’m trying to make the Quick Links appear below the forum as well as above. I copied and added this to spfoot.php from sphead.php.
# ———————————————————————-
sp_SectionStart(‘tagClass=spPlainSection’, ‘search’);
sp_QuickLinksForum(‘tagClass=spControl spSelect spRight’, __sp(‘Select Forum’));
sp_QuickLinksTopic(‘tagClass=spControl spSelect spRight’, __sp(‘New/Recently Updated Topics’));
sp_SearchForm($searchForm);
sp_SectionEnd(”, ‘search’);
sp_InsertBreak();



