[TYPO3] Extra phone field in Direct Mail Subscription extensions

Tan Le typo3 at tanle.net
Thu May 8 14:56:28 CEST 2008


Hi all,

sorry if i cause any trouble in the last post, it was totally
un-intensional.

I am wondering if anyone could show me how to add an extra field call "Phone
Number" so that the user can enter in the phone number text field and it
will be updated to the tt_address table.

i have tried modifying the ext_typoscript_setup file as so:

  // Edit setup
  edit = 1
  edit.fields = name, email, phone, module_sys_dmail_category,
module_sys_dmail_html
  edit.required = name, email, phone
  edit.evalValues {
    email = uniqueLocal, email
  }

  // Create setup
  create = 1
  create.preview = 0
  create.fields = name, hidden, email, phone, module_sys_dmail_category,
module_sys_dmail_html
  create.required = name, email, phone
  create.noSpecialLoginForm = 1
    # Initially hide the user until he approves!
  create.overrideValues.hidden = 1
  create.evalValues {
    email = uniqueLocal, email
  }


and then put in the temlate as follow: 
<b>Phone No.:</b><BR>
<!--###SUB_REQUIRED_FIELD_phone### begin
	This is shown only if the form is submitted and the field is
configured to be "required" and at the same time not filled in.
	The syntax is of the comment 'name' is:
SUB_REQUIRED_FIELD_[enter-the-field-name-here]
-->
	<font color=red><strong>You must fill in this
field!</strong></font><BR> <!--###SUB_REQUIRED_FIELD_phone### end -->

<input type="text" name="FE[tt_address][phone]"> <BR>

but still this doesn't work, please have if you have any idea how to do this
properly.

thanks heaps,
Tan

-----Original Message-----
From: typo3-english-bounces at lists.netfielders.de
[mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of
typo3-english-request at lists.netfielders.de
Sent: Thursday, May 08, 2008 8:00 PM
To: typo3-english at lists.netfielders.de
Subject: TYPO3-english Digest, Vol 56, Issue 20

Send TYPO3-english mailing list submissions to
	typo3-english at lists.netfielders.de

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
or, via email, send a message with subject or body 'help' to
	typo3-english-request at lists.netfielders.de

You can reach the person managing the list at
	typo3-english-owner at lists.netfielders.de

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


Today's Topics:

   1. Re: any recommendation on php version? (Katja Lampela)
   2.  cc_awstats and Geo::IP (Katja Lampela)
   3. Re: BE Best practice - Templavoil? fileadmin folder tree and
      page tree (Francois Suter)
   4. Re: Search results position (Nirmalya Mondal)
   5.  Extensions in TER : Descriptions  and Languages (Aji Johannes)
   6.  Static Publish - Filpath reports No entry (Per Inge H?land)
   7.  hidden fields in sr_feuser_register extension. (Kuldev Singh)
   8.  indexed_search problem (Justin)


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

Message: 1
Date: Wed, 07 May 2008 20:13:16 +0300
From: Katja Lampela <katja.lampela at lieska.net>
Subject: Re: [TYPO3] any recommendation on php version?
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1210180399.24566.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Thanks a lot Xavier!
- Katja

Xavier Perseguers kirjoitti:
> Hi Katja,
>
>> I have on my system php version 5.1.6 and mysql 5.0.27. I'm planning 
>> on some update and was wondering if there were any recommendations on 
>> current versions.
>>
>> Since this is a production virtual server, I'm wondering also could 
>> there be some problems anticipated upgrading for example 5.1.6 -> 5.2..?
>
> On ma production servers, I'm using the Debian Etch distribution and 
> always use their "stable" version of softwares. That is PHP 5.2.0 and 
> MySQL 5.0.32. When you see that these versions are not the most up to 
> date but are considered as stable, you may install them without fear.
>
> Cheers
>


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

Message: 2
Date: Wed, 07 May 2008 21:52:30 +0300
From: Katja Lampela <katja.lampela at lieska.net>
Subject: [TYPO3]  cc_awstats and Geo::IP
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1210186354.4780.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi all,
I would like to activate the country statistics (from which country the 
visitor is) in awstats and I tried to activate geoip in 
*awstats/awstats.conf* file. The conf file states: Perl modules 
required: Geo::IP (from Maxmind).

My question as a quite novice in server business is: could this be 
installed in the server (maybe by me) and where and would it be used by 
this cc_awstats which seem to be independent of the server's awstats(?).

Thank you for any input!
- Katja


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

Message: 3
Date: Wed, 07 May 2008 23:45:43 +0200
From: Francois Suter <fsuter at cobweb.ch>
Subject: Re: [TYPO3] BE Best practice - Templavoil? fileadmin folder
	tree and page tree
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1210196757.815.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi Plankmeister (?),

> This is my current method of choice. Is this good?

I don't know if it's good, but what I have been doing for several years 
is very close to what you do.

Cheers

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch


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

Message: 4
Date: Thu, 08 May 2008 03:59:54 +0530
From: Nirmalya Mondal <typo3india at gmail.com>
Subject: Re: [TYPO3] Search results position
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1210199403.7799.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Sergio Catal? wrote:
> Hi, 
> 
> After discovering the 'indexed_search' extension on my site, I've been
> testing some different ways to position the search box. What I would
> like now is to have the results of the search in a different 'frame'
> than the search box. 
> 
> Let's imagine I've got two different <div> labels. In one, I've got my
> search box. In the other one I would like to have my results. 
> 
> Is that possible in an easy way?
yeah its possible and is very simple.
> 
> Sergio
> 
in the "div" where you want to display customized search form you can 
create that search form as an html content in typo3 be and display it.
Where the action of that search form is to page where the search plugin 
is inserted.
Now via typoscript you can assign search result template from fileadmin 
directory where the search form (in fileadmin search template) is didden 
by css.
For reference you can refer http://edimensions.in

Thank You,
Kind regards,
Nirmalya Mondal
-----------------
http://nirmalya.info


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

Message: 5
Date: Thu, 08 May 2008 09:12:10 +0200
From: Aji Johannes <aji.yahya at gmail.com>
Subject: [TYPO3]  Extensions in TER : Descriptions  and Languages
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1210230734.12839.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed

Hello Folk,

i noticed that few Extensions have German Description in Repository, or 
another language rather than English. As TYPO3 is the most popular CMS 
in the world, we should have one language (English) to communicate which 
each other. For me the German language is not a Problem, but for those 
who cannot German and may be this will not make the Ext. popular too.

it is just an idea, may be you agree with me too.

Thanks
Aji


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

Message: 6
Date: Thu, 08 May 2008 10:45:25 +0200
From: Per Inge H?land <pihaaland at yahoo.com>
Subject: [TYPO3]  Static Publish - Filpath reports No entry
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1210236697.15482.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I have installed Static Publishing on a Typo 3, v 4.2 installation, 
using CD site on a win xp machine.
- Site Crawler and RealUrl is also installed and working, although Site 
Crawler returns urls in the form of:
http://127.0.0.1/index.php?id=3
http://127.0.0.1/index.php?id=4
http://127.0.0.1/index.php?id=5

RealUrl of these pages are to be:
http://127.0.0.1/dv-dokumentasjon.html
http://127.0.0.1/1-generelle-opplysninger.html
http://127.0.0.1/2-overtakelse.html

On the info page for the site on Static Publishing the Filepath says No 
entries on all occurences.
I have checked the configuration and the directory is noted there.
The directory is placed in the root of the site, same level as 
fileadmin, t3lib and other t3 root catalogs.


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

Message: 7
Date: Thu, 08 May 2008 14:28:00 +0530
From: Kuldev Singh <kuldev at fivee.in>
Subject: [TYPO3]  hidden fields in sr_feuser_register extension.
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1210237079.25932.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

hello all

I am using sr_feuser_register extension. I have add my own new field on 
its template.
but problem in preview of form there is also hidden fields become 
visible(type=text) with value.

I check template and also typoscript. but didn't find anything.

could anybody help me ?.

thanks

regards
Kuldev.


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

Message: 8
Date: Thu, 8 May 2008 11:53:36 +0200
From: "Justin" <jvanoel at live.nl>
Subject: [TYPO3]  indexed_search problem
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1210240508.4309.typo3-english at lists.netfielders.de>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
	reply-type=original

Hello,

I've got an problem with Indexed search.
When I have many search results, indexed search makes buttons to another 
pages with results, like:
page 1, page 2, page 3 , etc.

But those buttons doesn't work! I'am trying to get it to work for a while, 
asked in the IRC channel and google'd a lot, but can't find my solution!

Please help me with this one.


Regards,

Justin 



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

_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

End of TYPO3-english Digest, Vol 56, Issue 20
*********************************************



More information about the TYPO3-english mailing list