News System Block
PermalinkRegards

Copy the folder concrete/blocks/page_list and put in a folder blocks/page_list.
Then in that directory in the templates/ directory, you can create your own template file or modify an existing custom.php file.
I attached a sample template file that you can add. But you have to add a new page attribute too, called "thumbnail". Unless you want to add images to news you can delete lines 27 and 28.
Also remember to edit your own css file and add classes, such as:
- news
- news_title
- date
- news_decription
- news_picture
regards
I emailed the develepor (chad) and after numerous tries - still no luck.
Problem -: when i click on the news title it jus stays there- doesn't show the full news
Anyone has any other suggestions for creating News - not sure i understand copying the page_list block etc.
This is an inappropriate setting for this type of post.
C5 core team will refund your money if you like....OR...you can actually use the support system and we can try to help you.
Either way...please refrain from unnecessary flaming and blatant attempts to hurt the reputation of developers. Issues you have with any addons should be taken care of in that addons support page.
I take a lot of pride in my support. please use it. PM's are much harder to keep up with, and NOT the appropriate avenue of support. Support requests are prioritized.
Thank you,
Chad
http://verido.dk/index.php/ressourcer/artikler/simple-news-module-f...
NB!
Bit of a necro =)
EDIT: I think I found where I have to add this Attribute (models/attribute/types/thumbnail) but problem here is I have no idea where to start, bare in mind that I have only 6 days of Concrete5 experience.
EDIT: FInally found solution for this, but I still could use some help with "echo $lfb->getThumbnail(40,40)->src ?>" alt="<?php echo $title ?>"/></a>" Is there a way to make it crop the image to exactly 40px x 40px.
Cheers, Petro