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?
How to disable standard guest in name field
-
- Phoca Member
- Posts: 44
- Joined: 22 Feb 2008, 13:32
- Location: Poland
- Contact:
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
You can change it to
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
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
-
- Phoca Newbie
- Posts: 3
- Joined: 13 Mar 2008, 12:58
Hi,can you exp
Hi,
can you explain this in more detail? how can i change the default.php so that every user gets an empty name field?
can you explain this in more detail? how can i change the default.php so that every user gets an empty name field?
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
from:value=&qu
from:
value="<?php echo $this->formdata->username ?>"
to
value=""
value="<?php echo $this->formdata->username ?>"
to
value=""
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
...
If you find Phoca extensions useful, please support the project