suggestions for guestbook

Phoca Guestbook - creating guestbooks in Joomla! CMS
annoklar
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 16 Feb 2008, 11:53

I would like to turn

Post 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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

You can do it in HTM

Post 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
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Post by Jan »

See Phoca Guestbook 1.2.0 - new features added
If you find Phoca extensions useful, please support the project
Naddel
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 21 Feb 2008, 00:52

hey,is there a

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

You can see the vers

Post 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...
If you find Phoca extensions useful, please support the project
solid
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 22 Feb 2008, 18:18

Hi there!

Post 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
solid
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 22 Feb 2008, 18:18

here...

Post by solid »

here...

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

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

right?

greets.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

I don't know, I

Post 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
If you find Phoca extensions useful, please support the project
JLomin
Phoca Member
Phoca Member
Posts: 10
Joined: 27 Feb 2008, 12:04
Location: Spain

Hi Phoca Team,

Post 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!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

It is in feature req

Post by Jan »

It is in feature request list ...

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