Page 1 of 1
Is there any possibi
Posted: 23 Apr 2008, 14:35
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?
You can change it to
Posted: 23 Apr 2008, 15:18
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
Hi,can you exp
Posted: 24 May 2008, 17:57
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?
from:value=&qu
Posted: 24 May 2008, 21:20
by Jan
from:
value="<?php echo $this->formdata->username ?>"
to
value=""
thanks it worked
Posted: 25 May 2008, 10:45
by Zahira
thanks it worked
...
Posted: 25 May 2008, 15:30
by Jan