Loading...
 
Skip to main content

Custom Share Module 0.1dev

Features / Usability

Features / Usability


Minimize shoutbox module?

posts: 1

Hello,

First background:
I have the shoutbox to the right on the page.

Question 1:
Is it possible to have the shoutbox module/meny minimized, so only the Shoutbox header is visible.

Question 2:
Is it possible to have the shoutbox appeared versus hidden, depending on which page it is on? If I categorize the pages for instance?

posts: 154 United Kingdom

Replace

Copy to clipboard
{tikimodule title="{tr}Shoutbox{/tr}" name="shoutbox"}

in ./templates/modules/mod-shoutbox.tpl with

Top of template

Copy to clipboard
{tikimodule title=">a class=\"flip\" href=\"javascript:flip('shoutbox');\">{tr}Shoutbox{/tr}" name="shoutbox"} >div id="shoutbox>

Bottom of template

Copy to clipboard
>/div> {/tikimodule}

Where there is a > at the beggining of the a and div tags please use the < tag instead