Tricked Out News

Welcome to TON. This site is dedicated to development of addons for the RavenNuke™ CMS
Follow Us:
Tricked Out Mods: Forums

 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

News Index Character Limit Mod
 
 
Post new topic   Reply to topic   print    Tricked Out News Forum Index -> RavenNuke
View previous topic :: View next topic  
Author Message
bobby
Site Admin
Site Admin


Joined: Jan 20, 2009
Posts: 600
Location: North Carolina
Reputation: 543Reputation: 543Reputation: 543
votes: 4

PostPosted: Thu May 06, 2010 3:30 pm 
Post subject: News Index Character Limit Mod
Reply with quote

This is a mod to limit the amount of news that displays on the index page and link to the articles page to read the rest. Default is 150 characters, you can adjust that by changing the value of $charlimit.

In modules/News/index.php find:

Code:
$story_link = '<a href="news.html?amp;file=article&amp;sid=' . $sid . '">';


After add:
Code:
$charlimit = 150;

if (strlen($hometext) <= $charlimit)
{
               $hometext = $hometext;
}else{
               $hometext = substr($hometext, 0, strrpos(substr($hometext, 0, $charlimit), ' ')) . '  '.$story_link.'' . _READMORE . '</a></p>';
}


If the 150 character cut off is in the middle of a link, it will link the posted by info. You need to make sure the links do not fall within the 150 characters to avoid this.
_________________
Tricked Out News
  
Back to top
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic   print    Tricked Out News Forum Index -> RavenNuke All times are GMT - 5 Hours
 
 Page 1 of 1

 

Jump to:   
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001-2008 phpBB Group
Forums ©