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
Name instead of title in backend
-
- Phoca Newbie
- Posts: 7
- Joined: 19 Mar 2008, 00:34
- Location: Netherlands
- Contact:
- Jan
- Phoca Hero
- Posts: 48689
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
administrator\co
administrator\components\com_phocaguestbook\views\phocaguestbooks\tmpl\default.php
rows --> 72 +
$row->title
to
$row->username
Jan
rows --> 72 +
$row->title
to
$row->username
Jan
If you find Phoca extensions useful, please support the project