Loading...
 
Skip to main content

Custom Share Module 0.1dev

Features / Usability

Features / Usability


Last Blog Post

posts: 22 United States
I am using the module last_blog_posts in the content area of the home page of my wiki. The wiki is version 11. The module works alright but only displays about 20 characters per line of the post's title. That makes some of the listings three lines tall before the date is listed. I would like to change that 20 character before wrap limitation setting to something much wider. Where do I look for this setting? I didn't see it in the plugin itself. Is it in a smarty template somewhere? A database setting? Please let me know.
posts: 215

All of the modules are limited in size by default so they fit in the columns.

You do not mention using the MODULE plugin to display the last_blog_posts module, but I am guessing that is how you put it in your "content area".

The MODULE plugin has an "module_style" inline CSS parameter that you can use to change the width of the displayed modules.
http://doc.tiki.org/PluginModule

Tom

posts: 22 United States

Thanks. That did it. For my purposes, and anyone else looking as to how to format it, I used this:
{module module="last_blog_posts" blogid="4" notitle="y" nobox="y" decoration="0" module_style="max-width:80%"}. That gives me a nice listing of the latest titles.