Top ten FAQ in main page

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
raisen
Posts: 1
Joined: Thu Apr 14, 2011 10:10 pm

Top ten FAQ in main page

Post by raisen »

How can I add the list of the top ten FAQs to the main page? I've tried to add

Code: Select all

                    <div id="topten">
                    <h3>{writeTopTenHeader} <a href="feed/topten/rss.php" target="_blank"><img src="images/feed.png" width="16" height="16" alt="RSS" /></a></h3>
                    <ol>
                        [toptenList]
                        <li><a href="{toptenUrl}">{toptenTitle}</a> ({toptenVisits})</li>
                        [/toptenList]
                        [toptenListError]
                        <li>{errorMsgTopTen}</li>
                        [/toptenListError]
                    </ol>
                    </div>
But the tags aren't being replaced by the appropriate variables.
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Top ten FAQ in main page

Post by Thorsten »

Hi,

you have to add the template variable setters in main.php, too.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply