[eluser]crises[/eluser]
Thanks to the author, this save me a lot of time coding. I really appreciate it. But i think i have found a little mistake in the code (dunno if was posted before).
On line 745:
Code:
$this->db->select('title');
Maybe should be?:
Code:
$this->db->select($this->title_col);
Because if my title column is not named 'title' won't work.