Welcome Guest, Not a member yet? Register   Sign In
Formatting character_limiter from "..." to "more ..."
#1

[eluser]blorriman[/eluser]
Is there anyway of changing the "..." used at the end of the character limiter to "more ..."
#2

[eluser]blorriman[/eluser]
Figured it out - in text_helper.php, changed the the $end_char = '…' to $end_char ='more . . .' line 77
#3

[eluser]jairoh_[/eluser]
Code:
$this->load->helper('text');

$string = "Here is a nice text string consisting of eleven words.";

$string = word_limiter($string, 4);

// Returns: Here is a niceā€¦




Theme © iAndrew 2016 - Forum software by © MyBB