Loading...
 
Features / Usability

Features / Usability


Re: Re: Re: Re: Display blog page to fit screen size

posts: 4656 Japan

> I found a way....using modules plugin to display an inline module in the wiki page.

I was going to suggest that or else a custom template. Using modules would be easier.

> I need som some advise here on the modules plugin parameters as I noticed the modules does not refresh.

What modules are you using? Do you mean they refresh when in side columns but not when in the wiki page? If so, maybe they're being cached. There's a couple of wiki cache settings on Admin/Wiki, but I think they're off by default.

> What does np means and what are examples of args?? I hope on eof them is for refreshing the module....

np means not wiki parsed, and the args depend on the particular module. Look at the wikiplugin files' source code for clues on what arguments to use. This is from wikiplugin_modules.tpl:

Parameters
module name : module=>lambda
align : align=>(left|center|right)
max : max=>20
np : np=>(0|1) # (for non-parsed content)
flip : flip=>(n|y)
decorations : decorations=>(y|n)
module args : arg=>value (depends on module)

-- Gary

There are no comments at this time.