How to disable standard guest in name field

Phoca Guestbook - creating guestbooks in Joomla! CMS
Qbik
Phoca Member
Phoca Member
Posts: 44
Joined: 22 Feb 2008, 13:32
Location: Poland
Contact:

Is there any possibi

Post by Qbik »

Is there any possibility to disable prefilled name field for non signed in user?

Now people not logged in have prefilled name field as Guest

How to switch it off?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48736
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

You can change it to

Post by Jan »

You can change it to your own e.g. in language file
You can change it in html file too: row 284 + -
components\com_phocaguestbook\views\phocaguestbook\tmpl\default.php
If you find Phoca extensions useful, please support the project
Zahira
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 13 Mar 2008, 12:58

Hi,can you exp

Post by Zahira »

Hi,
can you explain this in more detail? how can i change the default.php so that every user gets an empty name field?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48736
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

from:value=&qu

Post by Jan »

from:
value="<?php echo $this->formdata->username ?>"
to
value=""
If you find Phoca extensions useful, please support the project
Zahira
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 13 Mar 2008, 12:58

thanks it worked

Post by Zahira »

thanks it worked
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48736
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

...

Post by Jan »

If you find Phoca extensions useful, please support the project
Post Reply