Page 1 of 1

Hello,Is

Posted: 29 Mar 2008, 12:14
by pawi
Hello,

Is it possible to change the column Title in the back-end (at Items) to the column Name.
In my guestbook I have the title as optional, so not everybody is entering a title and that makes selection in the backend more difficult.

I'm not experient in php, so could not find it.

Greetings, Paul

administrator\co

Posted: 29 Mar 2008, 23:38
by Jan
administrator\components\com_phocaguestbook\views\phocaguestbooks\tmpl\default.php

rows --> 72 +

$row->title

to
$row->username



Jan