Page 1 of 1
[solved] News Module Question
Posted: Thu Feb 07, 2008 11:26 pm
by rbaby
Hey guys,
How do I get the News to show up like a blog--instead of summary and photo with a [more] link, just show the entire article one on top of the other?
Re: News Module Question
Posted: Fri Feb 08, 2008 3:41 pm
by hinti
If you want to hide the morelink, then go to Content->News
into the summary template you'll find
Code: Select all
<div class="NewsSummaryMorelink">
[{$entry->morelink}]
</div>
delete it and save.
that was it.
another solution:
http://dev.cmsmadesimple.org/projects/blogms/
Best way over ModuleManager -> B -> Blog
Greets
Re: News Module Question
Posted: Fri Feb 08, 2008 4:02 pm
by Vin
To prevent summary form showing in 'add news', tick the 'Hide summary field ...' checkbox in Options (or Preferences) tab in News.
Re: News Module Question
Posted: Sat Feb 09, 2008 12:38 am
by rbaby
Thanks for taking the time to answer my question. I couldn't find the "Summary" checkbox you were referring to I'm afraid--and I tried to utilize the Blog version...it doesn't allow me to just show all entries (similar to this page:
http://see-spot-stay.com/Dogs_for_Adoption_Dogs.html - this is static but this is basically the same idea, just entries one on top of the other); the blog shows me links which I have to click into.
Please let me know if I am doing anything wrong so I can try again--or if there are any other options I may have.
Thanks again.
Re: News Module Question
Posted: Sat Feb 09, 2008 10:24 am
by Vin
In News, when adding a new news (or article, if you want to call it like that), you can see two fields (two instances of WYSIWYG editor, if you have it enabled) - the first is optional and is for summary, the second one is mandatory and for the complete content of the article.
Checking the "Hide the summary field when adding or editing articles:" checkbox in the Options tab (the last tab) of the News module (when accessed from admin in Content > News ) and confirming by Submit button hides the summary field, so that you don't type anything into summary field accidentally.
If there is nothing in the summary field, the "morelink" is not shown... Getting the idea?
Re: News Module Question
Posted: Mon Feb 11, 2008 8:40 pm
by rbaby
Thank you Vin! I removed the summary, but I was having difficulty finding that checkbox--nontheless it works now.
How do I remove the link on the header? I couldn't find the anchor label, only the {entry->titlelink}
Thank you again everybody.
Re: News Module Question
Posted: Mon Feb 11, 2008 9:59 pm
by Vin
Yeah, the {$entry->titlelink}. I have run into this once, too. Well, simply replace it with {$entry->title}

Re: News Module Question
Posted: Mon Feb 11, 2008 11:14 pm
by rbaby
BAH! Logic! Thanks Vin!

Re: News Module Question
Posted: Sun Feb 17, 2008 4:54 am
by Dr.CSS
[solved] ?...