Page 1 of 1

I would like to turn

Posted: 16 Feb 2008, 11:56
by annoklar
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?

You can do it in HTM

Posted: 17 Feb 2008, 20:35
by Jan
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

Posted: 19 Feb 2008, 18:33
by Jan
See Phoca Guestbook 1.2.0 - new features added

hey,is there a

Posted: 21 Feb 2008, 00:54
by Naddel
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.

You can see the vers

Posted: 21 Feb 2008, 01:48
by Jan
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...

Hi there!

Posted: 22 Feb 2008, 18:19
by solid
Hi there!

Could you think of removing the Captcha when a registered user is logged? I just taked a look at the code and u perform a user check. Possibly u can use this for my request, too.

best regards

Michael / Karlsruhe

here...

Posted: 22 Feb 2008, 18:26
by solid
here...

this:
<?php if ($this->enablecaptcha > 0)
{
?>

to this:
<?php
if ($this->reguser != 0 && $this->enablecaptcha > 0)
{
?>

right?

greets.

I don't know, I

Posted: 22 Feb 2008, 18:49
by Jan
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

Hi Phoca Team,

Posted: 27 Feb 2008, 12:11
by JLomin
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!

It is in feature req

Posted: 27 Feb 2008, 12:15
by Jan
It is in feature request list ...

Jan