[TYPO3] TYPO3-english Digest, Vol 56, Issue 10

Tan Le typo3 at tanle.net
Mon May 5 14:41:47 CEST 2008


Hi all,
I want to add a new field call "phone" to the extension direct mail
subscription so that user can enter their phone number and it will get store
to the tt_address table phone field, could someone please give me some
guidance as to how i can achieve this ?


kind regards,

Tan Le 

-----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: Monday, May 05, 2008 8:00 PM
To: typo3-english at lists.netfielders.de
Subject: TYPO3-english Digest, Vol 56, Issue 10

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: [typo3]add keywords to page and according to keywords
      automatically give a linklist (Francois Suter)
   2. Re: Where is chc forum? (Erik Svendsen)
   3. Re: Use of FCE with TV in a page leads to logout (Erik Svendsen)
   4. Re: Where is chc forum? (Walrick)
   5. Re: Where is chc forum? (Michael Niemann)
   6. How to arrange FCEs in the BE (Michael Niemann)
   7. Re: Where is chc forum? (Georg Ringer)
   8. Re: Where is chc forum? (Bjoern Pedersen)
   9. rggooglemap extension problem (Sergio Catal?)
  10. Re: rggooglemap extension problem (Georg Ringer)


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

Message: 1
Date: Sun, 04 May 2008 16:59:49 +0200
From: Francois Suter <fsuter at cobweb.ch>
Subject: Re: [TYPO3] [typo3]add keywords to page and according to
	keywords automatically give a linklist
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1209913201.17411.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=GB2312

Hi,

> I want a page which have two sections. One is the links list of pages
which have A and the other is the list of pages which have B. Two different
lists are in the same page. by this way type sitemap doesnot work. How can i
improve it? 

It is possible, but you have to modify the rendering of the "Related
pages" menu. Here's an example:

tt_content.menu.20.6 >
tt_content.menu.20.6 = TEXT
tt_content.menu.20.6 {
    data = page:keywords
    split {
        token = ,
        cObjNum = 1
        1 {
            10 = TEXT
            10.current = 1
            10.wrap = <h2>|</h2>
            20 = HMENU
            20 {
                special = keywords
                special.setKeywords.current = 1
                1 = TMENU
                1 {
                    NO.allWrap = <li>|</li>
                    wrap = <ul>|</ul>
                }
            }
        }
    }
}

Note that the 10 = TEXT object is not absolutely necessary, it just
displays each keyword wrapped in a <h2> tag.

Cheers

-- 

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


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

Message: 2
Date: Sun, 4 May 2008 16:55:24 +0000 (UTC)
From: Erik Svendsen <erik at linnearad.no>
Subject: Re: [TYPO3] Where is chc forum?
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1209920118.11998.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=windows-1252; format=flowed

Hello Walrick,

> Hello,
> 
> I can't find the chc forum in the repository. Does anyone know why it
> has been removed?
> 
> Thanks in advance for any information.
> 
> Regards,
> 
> Walrick
> webmaster globalhealingcircle.net

It is in the repository, use import extensions in the backend and you will 
find it. Newest version i 1.4.5

But you should either user mm_forum or wec_discussion. mm_forum is in my 
opinion a much better forum solution (some flaws are there) if you want a 
full fledge solution and wec_discussion the choice for a simple forum.

WBR,
Erik Svendsen
www.linnearad.no




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

Message: 3
Date: Sun, 4 May 2008 17:01:47 +0000 (UTC)
From: Erik Svendsen <erik at linnearad.no>
Subject: Re: [TYPO3] Use of FCE with TV in a page leads to logout
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1209920500.13287.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=windows-1252; format=flowed

Hello Xavier,

> Hi,
> 
> I can reproduce this bug only on one of my website but it's still
> something weird. Whenever I want to add a FCE as element of a page,
> when I click on 'save' I get a dialog box telling me that my login has
> probably expired and if I wish to refresh it. Cancel is good and my
> page seems to be saved, OK leads me to the standard login popup window
> that says I'm still logged in.
> 
> However this dialog box is not normal and yesterday I noticed that
> content of my FCE fields were actually not saved in DB or at least
> their content not remapped to the form fields because content appeared
> on FE but wasn't there in BE anymore.
> 
> I'll try to investigate this as I'm pretty sure nobody else
> encountered this :-)
> 
> But still, if you may have a hint...
> 

No hint, but I discover the same behavior when trying to save a pbsurvey 
plugin in TYPO3 4.2. Yes, I'm using TV.

Haven't done any more investigation.

WBR,
Erik Svendsen
www.linnearad.no




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

Message: 4
Date: Mon, 05 May 2008 08:38:20 +0200
From: Walrick <lists at globalhealingcircle.net>
Subject: Re: [TYPO3] Where is chc forum?
To: TYPO3 English <typo3-english at lists.netfielders.de>
Message-ID:
	<mailman.4.1209969528.3426.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello Erik,

Well I tried the extension manager, but if I look up: chc or chch_forum, 
it doesn't appear in the list, just a few add-ons for the forum. I also 
can't find it in the repository on the website.

See also here:
http://typo3.org/extensions/repository/view/chc_forum/

I have it on a CD that came with a book, but I would like to know if 
there is some serious reason it's not in the repository.

And regarding your other suggestions: wec_discussion is to simple. And 
mm_forum doesn't really support multiple forums on one site (is in the 
todo list). And I need that to work.

Regards,

Walrick

Erik Svendsen wrote:
> Hello Walrick,
> 
>> Hello,
>>
>> I can't find the chc forum in the repository. Does anyone know why it
>> has been removed?
>>
>> Thanks in advance for any information.
>>
>> Regards,
>>
>> Walrick
>> webmaster globalhealingcircle.net
> 
> It is in the repository, use import extensions in the backend and you will

> find it. Newest version i 1.4.5
> 
> But you should either user mm_forum or wec_discussion. mm_forum is in my 
> opinion a much better forum solution (some flaws are there) if you want a 
> full fledge solution and wec_discussion the choice for a simple forum.
> 
> WBR,
> Erik Svendsen
> www.linnearad.no
> 
> 
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> 
> 


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

Message: 5
Date: Mon, 5 May 2008 00:53:27 -0700 (PDT)
From: Michael Niemann <xml.transformator at yahoo.com>
Subject: Re: [TYPO3] Where is chc forum?
To: TYPO3 English <typo3-english at lists.netfielders.de>
Message-ID:
	<mailman.44.1209974039.3426.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=iso-8859-1

I need it, too. For the same reason and it's not accessible through wbsite
nor EM.

Michael

Walrick <lists at globalhealingcircle.net> wrote: Hello Erik,

Well I tried the extension manager, but if I look up: chc or chch_forum, 
it doesn't appear in the list, just a few add-ons for the forum. I also 
can't find it in the repository on the website.

See also here:
http://typo3.org/extensions/repository/view/chc_forum/

I have it on a CD that came with a book, but I would like to know if 
there is some serious reason it's not in the repository.

And regarding your other suggestions: wec_discussion is to simple. And 
mm_forum doesn't really support multiple forums on one site (is in the 
todo list). And I need that to work.

Regards,

Walrick

Erik Svendsen wrote:
> Hello Walrick,
> 
>> Hello,
>>
>> I can't find the chc forum in the repository. Does anyone know why it
>> has been removed?
>>
>> Thanks in advance for any information.
>>
>> Regards,
>>
>> Walrick
>> webmaster globalhealingcircle.net
> 
> It is in the repository, use import extensions in the backend and you will

> find it. Newest version i 1.4.5
> 
> But you should either user mm_forum or wec_discussion. mm_forum is in my 
> opinion a much better forum solution (some flaws are there) if you want a 
> full fledge solution and wec_discussion the choice for a simple forum.
> 
> WBR,
> Erik Svendsen
> www.linnearad.no
> 
> 
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> 
> 
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english


       
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it
now.

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

Message: 6
Date: Mon, 5 May 2008 00:55:38 -0700 (PDT)
From: Michael Niemann <xml.transformator at yahoo.com>
Subject: [TYPO3] How to arrange FCEs in the BE
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.46.1209974166.3426.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=iso-8859-1

Hello,

my list of available FCEs in the backend is constantly growing (>30). This
leads to long searches and a lot of scrolling by the authors.
Is there a solution to group them or put them in different tabs?

Thx for any input

Michael

       
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it
now.

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

Message: 7
Date: Mon, 05 May 2008 09:59:02 +0200
From: Georg Ringer <news at ringerge.org>
Subject: Re: [TYPO3] Where is chc forum?
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1209974336.24954.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi,

if it is not in EM, probably it has been taken offline because of a 
security thing - but just guessing

georg


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

Message: 8
Date: Mon, 05 May 2008 10:56:07 +0200
From: Bjoern Pedersen <Bjoern.Pedersen at frm2.tum.de>
Subject: Re: [TYPO3] Where is chc forum?
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1209977768.5249.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=us-ascii

Georg Ringer <news at ringerge.org> writes:

> Hi,
>
> if it is not in EM, probably it has been taken offline because of a
> security thing - but just guessing
>
> georg

Maybe 
http://www.typo3forum.net/forum/chc_forum/22742-bugfixes-f-r-chc-forum.html

helps?


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

Message: 9
Date: Mon, 05 May 2008 11:44:34 +0200
From: Sergio Catal? <scatala at iti.upv.es>
Subject: [TYPO3] rggooglemap extension problem
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.152.1209980710.3426.typo3-english at lists.netfielders.de>
Content-Type: text/plain


Hi, 

I've been following all the steps listed in
http://wiki.typo3.org/index.php/EXT_rggooglemap to install and configure
the rggooglemap extension. But I can't get the map to be visible on my
page. I would like to know if I missed some additional step that's not
explained in the wiki or I'm doing something wrong. 

I got the API key, created the folder, the POI category, the Saving
Point, etc... but when I try to view the map, I only view the hole of
the map, but not the map itself. I can even view the details of the map
when I click in its name. 

Any suggestions? Thanks in advance.

Sergio 

 



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

Message: 10
Date: Mon, 05 May 2008 11:50:38 +0200
From: Georg Ringer <news at ringerge.org>
Subject: Re: [TYPO3] rggooglemap extension problem
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1209981032.22882.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed

Hi,

you also included the makeMap(); bodyevent-js thing?

georg


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

_______________________________________________
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 10
*********************************************



More information about the TYPO3-english mailing list