I would like to turn on or off the title field, and show or not showing the e-mailadres on the site (required to fill in but no show).
possible?
suggestions for guestbook
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
You can do it in HTM
You can do it in HTML code:
com_phocaguestbook/views/phocaguestbook/tmpl/default.php
or rows 240, 250
and you must disable requiring title and e-mail in parameters component in menu link
com_phocaguestbook/views/phocaguestbook/tmpl/default.php
or rows 240, 250
and you must disable requiring title and e-mail in parameters component in menu link
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
See Phoca Guestbook 1.2.0 - new features added
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 21 Feb 2008, 00:52
hey,is there a
hey,
is there a changelog anywhere?
btw: i'd love to see a field for "location" and "homepage". please let me know what you're thinking about it.
best regards.
is there a changelog anywhere?
btw: i'd love to see a field for "location" and "homepage". please let me know what you're thinking about it.
best regards.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
You can see the vers
You can see the version info here:
https://www.phoca.cz/phocaguestbook/
Yes I can do it, but not for now because of time absence...
https://www.phoca.cz/phocaguestbook/
Yes I can do it, but not for now because of time absence...
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
I don't know, I
I don't know, It is not so easy, you must change it maybe on 2 places because of system solution (because of messages in controller, because of displaying in form) ...
So just try it ...
as identification you can use:
$user =& JFactory::getUser();
if ($user->get('id')) { user is logged} else { user is not logged}
I will add it into a feature request list
Jan
So just try it ...
as identification you can use:
$user =& JFactory::getUser();
if ($user->get('id')) { user is logged} else { user is not logged}
I will add it into a feature request list
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 10
- Joined: 27 Feb 2008, 12:04
- Location: Spain
Hi Phoca Team,
Hi Phoca Team,
I want to request a new configuration feature: It is the possibility to select a 'manual publishing' of the sended messages.
Thanks and congratulations for the product!
I want to request a new configuration feature: It is the possibility to select a 'manual publishing' of the sended messages.
Thanks and congratulations for the product!
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
It is in feature req
It is in feature request list ...
Jan
Jan
If you find Phoca extensions useful, please support the project