board3 / Board3-Portal

Adds a portal with several blocks, which can be switched on and off via the ACP, to the front page of your phpBB 3 forums.
http://www.board3.de
GNU General Public License v2.0
30 stars 22 forks source link

Correctly show flash clock on portal #583

Closed marc1706 closed 9 years ago

marc1706 commented 9 years ago

clock_side.html needs to be changed. Find: `

            <param name="movie" value="{T_THEME_PATH}/images/portal/{B3P_CLOCK_SRC}" />
        </object>`

Replace with: `

            <param name="movie" value="{T_EXT_THEME_PATH}images/portal/{B3P_CLOCK_SRC}" />
        </object>`

Also, the height should be added: height="140"