1
rassim
News 1.62 question (The Scoop and Extended Text)
  • 2008/11/25 19:12

  • rassim

  • Just popping in

  • Posts: 38

  • Since: 2006/4/28


Is it possible to make some modification to news module so that on first page showing The Scoop and when user click on read more showing only Extended text (NO SCOOP), or this is something that should be modified in Editor?
Please if you know answer for this, help me.
Thank you

2
trabis
Re: News 1.62 question (The Scoop and Extended Text)
  • 2008/11/25 19:41

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


You can open article.php around line 189:

$story['id'] = $storyid;
$story['posttime'] = formatTimestamp($article->published(),$dateformat);
$story['news_title'] = $article->title();
$story['title'] = $article->textlink().' : '.$article->title();
$story['topic_title'] = $article->textlink();


$story['text'] = ''//change this line
$bodytext $article->bodytext();

Login

Who's Online

332 user(s) are online (280 user(s) are browsing Support Forums)


Members: 0


Guests: 332


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits