In Auto Thumb Module
How can we Edit thumbnail size of Story Page , and Single Story Page.
Suppose I want to Show 100x100 PX Image in story page(homepage)
and
200x200 Imag size in Single story Page , Is theer any Option.
Tarun


cant you set the size in the admin panel ?
under module auto thumb settings perhaps ?
You will have to manually insert the tags for the images into your link_summary.tpl file. I've provided a sample below that would embed a 100x100 thumbnail of the first attached image on the non-story pages (published, upcoming pages) and a 200x200 thumbnail on the story page. You would insert this into your link_summary.tpl template file where you want the image to appear.
Code:{if $pagename neq "story"}{$image1_100x100}{else}{$image1_200x200}{/if}
The Facebook Module for Pligg CMS!
Register, Login, and Submit Stories with Facebook. An absolute MUST HAVE for all Pligg sites!
Confused in placing above Code Tried all places , Not working , Can you Give full code to show 100x100 px width in NON STORY Pages
Also tell us How to Adjust Position of image to left side in non story pages when we are using center position of images in story pages.
Last edited by ziyush; 04-29-2012 at 09:59 AM.