[SOLVED] News block/column difficulties...

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
buonumore
Forum Members
Forum Members
Posts: 26
Joined: Sun Dec 27, 2009 8:13 pm

[SOLVED] News block/column difficulties...

Post by buonumore »

Hello hello!  :)

This is my very first post here, so let me quickly say THANK YOU everyone involved in this fantastic project! GREAT JOB, WELL DONE EVERYONE!!

I've already made some changes to my CMSms, but stucked with the "News" left column.

What I'm trying to do is to display the entire text, not only a part of it.

I've searched through forums and did find some informations, but could simply remove "Category" and "Posted by". I want to get the entire text displayed, that's all.

Last question: where do I change the "News" block name, to another, personalized?

THANK YOU VERY MUCH!!  :)

Have a nice weekend.

Alex
Last edited by buonumore on Mon Jan 11, 2010 11:08 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: News block/column difficulties...

Post by RonnyK »

Alex,

welcome...

First, check the page-template attached to your page... There is a DIV called news, where there is a News or similar... That is the coded title for that block. Name it to whatever you want.

Second, for the full entry, modify your sample template to reflect what you want to see... When the more-link is showing then the summary is visible and the more-link will show details. When you want all to see, just dont fill the summary, and only the details, without the more-link will show... When you dont want to use the summary at all, just uncheck the tick in News-settings, to NOT show the summary-entry box, while editing an entry.

Ronny
buonumore
Forum Members
Forum Members
Posts: 26
Joined: Sun Dec 27, 2009 8:13 pm

Re: News block/column difficulties...

Post by buonumore »

Thanks for your quick reply, Ronny!!

I finally understood how it works with the "full entry", thanks a lot for your clear informations. :)

How to remove the link that automatically appears with the news title?

Would it be simple to have a "News page" so that all the news are shown in a chronological order?

Actually, when you click on one of these news, it will appear right under the title of any page you were in. Example: if you were reading the "CONCERT" page, you then click the last news about "GUITARS", the guitars text will appear right under the concert title, which is not nice...

Did you understand me?? ;)
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: News block/column difficulties...

Post by RonnyK »

Alex,

again 2 answers ;)

First, 2 show a News-page with nice title, just create a page, say "News". Then in your current {news}-call insert {news detailpage="news"}, where 'news' is the alias of the page you want as Title-page for your News.

Second, when you want a page with all News, just create a page, say "News", and insert the tag {news} there... All news entries will be listed there. When you want a specific order, or just a category, extend the module-call with additional parameters. For the full list of parameters, See Content -> News -> Help.

Ronny
buonumore
Forum Members
Forum Members
Posts: 26
Joined: Sun Dec 27, 2009 8:13 pm

[SOLVED] News block/column difficulties...

Post by buonumore »

Hurray hurry... I UNDERSTOOD!!  :D

I'ts all working, thanks a lot Ronny! :)

[OT] You're from NL, too?? 2 people helped me today, both dutch, funny! :D I'll be there for a Within Temptation concert, on april... I LOVE YOUR COUNTRY!!  :-*
buonumore
Forum Members
Forum Members
Posts: 26
Joined: Sun Dec 27, 2009 8:13 pm

Re: News block/column difficulties...

Post by buonumore »

Sorry guys... I still need to know how to remove the linking from every news, please!

Thanks!  :)
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: News block/column difficulties...

Post by Dr.CSS »

Go to the News template you use and look for {$entry->titlelink} if you don't want a link in the title change it to {$entry->title}...
buonumore
Forum Members
Forum Members
Posts: 26
Joined: Sun Dec 27, 2009 8:13 pm

Re: News block/column difficulties...

Post by buonumore »

Thanks Doc, but con't find the line you indicated in the entire GreenHills template!  :-[
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: News block/column difficulties...

Post by Dr.CSS »

In your CMS Made Simple install admin/backend go to Content > News then...
Dr.CSS wrote: Go to the "News" "template" you use and look for {$entry->titlelink} if you don't want a link in the title change it to {$entry->title}...
buonumore
Forum Members
Forum Members
Posts: 26
Joined: Sun Dec 27, 2009 8:13 pm

Re: News block/column difficulties...

Post by buonumore »

Hello again!

Here is the GreenHills "News" template code and I can't find what you say! :(

Am I looking in the wrong place or am I simply blind??

THANKS A LOT!!

Alex

Code: Select all

...
Last edited by buonumore on Mon Jan 11, 2010 9:55 pm, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: News block/column difficulties...

Post by Dr.CSS »

That is CSS/style sheet not template, does it have anything like {$entry->titlelink}? no, please reread my last post all the way thru...
buonumore
Forum Members
Forum Members
Posts: 26
Joined: Sun Dec 27, 2009 8:13 pm

Re: News block/column difficulties...

Post by buonumore »

Could it be this??

Code: Select all

<div class="NewsSummaryLink">
<a href="{$entry->moreurl}" title="{$entry->title|cms_escape:htmlall}">{$entry->title|cms_escape}</a>
</div>
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: News block/column difficulties...

Post by Dr.CSS »

yes, sorry new templates aren't quite the same as older ones, just remove all but the {$entry->title|cms_escape} and you could just use {$entry->title}...
buonumore
Forum Members
Forum Members
Posts: 26
Joined: Sun Dec 27, 2009 8:13 pm

Re: News block/column difficulties...

Post by buonumore »

Don't worry, I appreciated your help!!  :)
Post Reply

Return to “CMSMS Core”