[turba] RE: turba Digest, Vol 301, Issue 1

Raphael WIZENBERG raphael at parissi.com
Thu May 15 03:29:30 PDT 2003


Hey dude,
I'm new as well on this stuff.

But i've figured out how to do this i think.

First, use PhpMyAdmin, or equivilent, and add some more DB field to the
Turba SQL Table.

Then, just edit the file :
/turba/config/attributes.php, and declare the aditionnal fields.

See example below.

It work. But the issue i have with this are :

- fields appears in a non controled order in the creation form (not a big
deal )
- i'm still investigating to see how can i use mutliple table, and have drop
down list ( for example, having a COMPANY db table, and choose company from
this table rather than making redundancy...)

ANy way, here's the example i've used to split adress in adress + zip code +
city :


$attributes['workCodepostal'] = array(
    'type' => 'text',
    'desc' => _("Code Postal Professionel")
);
$attributes['workVille'] = array(
    'type' => 'text',
    'desc' => _("Ville Professionel")
);

-----Message d'origine-----
De : turba-bounces at lists.horde.org
[mailto:turba-bounces at lists.horde.org]De la part de
turba-request at lists.horde.org
Envoye : mercredi 14 mai 2003 21:00
A : turba at lists.horde.org
Objet : turba Digest, Vol 301, Issue 1


Send turba mailing list submissions to
	turba at lists.horde.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.horde.org/mailman/listinfo/turba
or, via email, send a message with subject or body 'help' to
	turba-request at lists.horde.org

You can reach the person managing the list at
	turba-owner at lists.horde.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of turba digest..."


Today's Topics:

   1. multiple adresses (jens at oelf.net)


----------------------------------------------------------------------

Message: 1
Date: Wed, 14 May 2003 09:15:02 +0200
From: jens at oelf.net
Subject: [turba] multiple adresses
To: turba at lists.horde.org
Message-ID: <1052896502.9e65bee41643b at www.lindner-it.de>
Content-Type: text/plain; charset="ISO-8859-1"

Hi,

I new in this forum and I haven't found anything in the archives fot my
problem
(maybe the question was wrong ;-))

I want to store multiple email addresses for every people, for instance for
private and business use.
My current work around is to make multiple address book entries, but that's
not
what I like. If I have a private and a business entry for snail-mail and
phone,
why not for email?

Is the already a solution/patch?

regards
Jens

PS: I'm storing my addresses in the mysql-db

------------------------------


--
Turba mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe at lists.horde.org


End of turba Digest, Vol 301, Issue 1
*************************************



More information about the turba mailing list