Forum List Widget

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alvenus
    New Member
    • Sep 2011
    • 27

    [Forum] Forum List Widget

    How can I create a widget to list all of my forums on the CMS homepage?
  • RaSa
    New Member
    • Jul 2009
    • 16
    • 4.2.X

    #2
    You can create a HTML Widget like this:

    HTML Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
           "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <title>Foren</title>
    </head>
    <body>
    
    <h1>Forum Links</h1>
    
    <p>
      <a href="http://open-speech.com/">open speech</a></p>
    
    <p><a href="http://open-speech.com/forums/1365-Staatsstreich-Putsch-Revolution-Bürgerkrieg">Europa</a>
    </p>
    
    </body>
    </html>

    Comment

    • alvenus
      New Member
      • Sep 2011
      • 27

      #3
      Thanks very much - I'll give it a try

      Comment

      • bszopi
        Senior Member
        • Nov 2009
        • 839
        • 4.1.x

        #4
        Be much easier to do it with a php-eval widget, and pull the forum names directly from the database. That way you wouldn't have to manually enter them all, or remember to edit the widget any time you made changes to the forums.

        Comment

        Related Topics

        Collapse

        Working...