Skip to:
Content
Pages
Categories
Search
Top
Bottom

Tip: Create a Printer Friendly Print Function for Forums


  • Virtuali
    Participant

    @gunju2221

    A simple print function can make it very easy to allow your users to print their topics, and the ones they like.

    Put this code function in your theme’s topic.php where you would like it to appear.

    `<a href="feed” onclick=”w = window.open(this.href);w.print();w.close();return false;”>Print this Topic`

    See the

    `feed`?

    That is the URL location of my printer friendly version. That will not work unless you have feeds enabled in your individual topics

    I have the *topic*/feed rss enabled for my topics, so you may point the location elsewhere if you would like.

    Good luck!

  • The topic ‘Tip: Create a Printer Friendly Print Function for Forums’ is closed to new replies.
Skip to toolbar