Support Forum

Adding Quick Links to the Footer

EC Emily Carlin
Emily Carlin
Member

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();

4 Answers

New Answer

EC Emily Carlin
Emily Carlin
Member

This is what it looks like in the footer above ALL RSS

forumbottom.jpg

 

This is what it looks like in the header

forumhead.jpg

 

Any idea what I’m doing wrong?

 

Thank you!

EC Emily Carlin
Emily Carlin
Member

Sorry about that.  I didn’t realize it posted twice.  It was just hanging with the cursor on the topic title with a message above it saying to title it properly.  Thought you were some some great plugin that checked the topic titles before they were posted.  LOL!

YS Yellow Swordfish
Yellow Swordfish
Member

Curious. I’ll look into that – thanks.