[TYPO3-english] powermail countryzone position

2013-01-09 Thread David ARNOULT - Edition Internet Operations
Hi!
 
Happy New Year to all TYPO3 people!
I use powermail country zone selector with xajax and I wish to display the zone 
list AFTER the country. Do you know how to do that easily?
Example here: http://www.topsolid7.com/download/topsoliddesign-7.html
 
Many thanks...
 
David
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Create multiple pages from a excel or csv fil

2013-01-09 Thread Brian Bendtsen

Hi

I have previously used wizard_crpagetree to create multiple pages from a 
txt file with space indent. This extension does not seem to be 
compatible with TYPO3 4.7 and higher.


Any tips on how to achive this, any new extensions?

--
Med venlig hilsen/Best Regards

Brian Bendtsen
TYPO3 Konsulent/Udvikler
Attensa
Website: http://www.attensa.dk
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Forum extension

2013-01-09 Thread kontakt


Zitat von typo3-english-requ...@lists.typo3.org:

Hi Georg,

I use also mm_forum in some of my projects. It works well, has rich  
features like private messaging etc and a really nice admin-tool in  
the backend. I didn't test the forge version or 2.0. As far as i  
concern the actual stable version is 1.9.2.


But take care of core version, you use. mm_forum uses the old mail-api  
of typo3 for all mail functions like user registration etc. That works  
last time in the T3 4.5 LTS. Since 4.6 it isn't possible to use the  
old mail api. In 4.4 and 4.5 installations you can activate it in the  
installation tool / all configuration: deactivate substitute_oldmailapi.


Hth,

Stefan
--
k² Potsdam
kompetenz für kommunikation
www.k2-potsdam.de
kont...@k2-potsdam.de

Tel. 0331/86 749 883
Funk 0172/514 3825


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] One page website

2013-01-09 Thread Jan Bednarik

Hey,

I'm creating website that should be only one page with fullscreen 
screens you scroll among. This is what it should look like: 
http://community.saucony.com/kinvara3/


Anyway, I'd like to use TYPO3 for sure and have a regular site 
structure. The thing is that I'm not sure yet how to generate more pages 
into one. I'd like to use TV for it.


Basically, I'd need to select all pages, iterate over them and for each 
generate page body using TV and append it to result.


Any tips how to do it?

I think a custom page generating extension calling TV framework will be 
necessary.


Thanks

Jan
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] config.typolinkCheckRootline doesn't honor subdirectories ...?

2013-01-09 Thread B. Kausch
That is the case: I have one installation of typo3 (4.5.22) und two 
domains. But the typo3 installation is not in the webroot of the domain, 
but in a subfolder, it can be reached through:


www.domain1.com/typo3cms/
www.domain2.com/typo3cms/

All is configured as a multidomain installation should be configured (we 
can leave RealURL aside). Especially the typoscript 
config.typolinkCheckRootline is set to true. When I try to link with 
typolink from one domain to a page on the other domain, the subdirectory 
is not honored: the link www.domain2.com/index.php?id=666 will be 
created. Of course that is wrong. Is that a bug or is it just me?


Greetings
Benni
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] treatIdAsReference

2013-01-09 Thread Christian Tauscher
Hallo!

In my TS I have this script, wich gives me a List of Files (media-field)
on every Page.

page.headerData.3 = TEXT
page.headerData.3 {
  data = levelmedia: -1, slide
  split {
token = ,
cObjNum =  |*| 1 |*| 2
1 {
  10 = TEXT
  10.current = 1
  10.wrap = { image : 'uploads/media/|' },
}
2 {
  10 = TEXT
  10.current = 1
  10.wrap = { image : 'uploads/media/|' }
}
  }
}

Width V6 this does not work any More. All I get is the ReferenceID.
How to solve this to the real Filename?

treatIdAsReference = 1 is a Property of IMG_Resource only (AFAIK)

The skript gives me a list of this kind

{ image: 'uploads/media/file1.jpg' },
{ image: 'uploads/media/file2.jpg' },
{ image: 'uploads/media/file3.jpg' }

Mind das missing , at the last line, thisfor for the split.

Thank for your help,

Christian.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] treatIdAsReference

2013-01-09 Thread Jigal van Hemert

Hi,

On 9-1-2013 15:55, Christian Tauscher wrote:

In my TS I have this script, wich gives me a List of Files (media-field)
on every Page.


Maybe the FILES object is something for you?

http://docs.typo3.org/typo3cms/TyposcriptReference/ContentObjects/Files/Index.html

--
Jigal van Hemert
TYPO3 Core Team member

TYPO3  inspiring people to share!
Get involved: typo3.org
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Load js from lib.*

2013-01-09 Thread Pablo Feldman
Hi list,

I have an typo3 `object` like

lib.form.contact = COA
lib.form.contact {
10 = TEXT
10.value = CONTACT FORM!
}

this lib is loaded by user in some pages, but I need to load a js at end of
page, when the lb is invoked.

It seems that I cannot access `page` from inside a lib?

Any Ideas??

Thanks in advance
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Forum extension

2013-01-09 Thread Georg Schönweger
ext:dialog seems pretty cool, but i would like more features out of the
box ... may it is the better decision to use other software than typo3
this time :)

regards,
Georg

Am 08.01.2013 20:50, schrieb Philipp Gampe:
 Hi Georg,
 
 Georg Schönweger wrote:
 
 suggestions for other forum software are also welcome!
 
 Check out ext:dialog
 http://fedext.net/overview/extensions.html
 
 Best regards
 
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] SOLR on Windows 8

2013-01-09 Thread Tomiţă MILITARU
Hello,

I've setup a SOLR 2.8.0 on my local machine (windows) in a TYPO3 4.5, but
in Reports I keep on getting:
Your site was unable to contact the Apache Solr server.

I have cURL  allow_url_open enabled, the typoscript settings with the
correct path to solr.
I've tried accessing solr admin and it is working properl.u
I've tried also disabling the Windows firewall, but it didn't have any
effect.
No errors in Log.

Any ideas?

Thanks.

-- 
Tomiţă MILITARU
Certified TYPO3 Integrator
Tel. +40741064681
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Forum extension

2013-01-09 Thread Kay Strobach
You may also use a sso solution and bind an real forum, like fudforum,
phpbb or sth. else ;)

Regards
Kay

Am 09.01.13 17:26, schrieb Georg Schönweger:
 ext:dialog seems pretty cool, but i would like more features out of the
 box ... may it is the better decision to use other software than typo3
 this time :)
 
 regards,
 Georg
 
 Am 08.01.2013 20:50, schrieb Philipp Gampe:
 Hi Georg,

 Georg Schönweger wrote:

 suggestions for other forum software are also welcome!

 Check out ext:dialog
 http://fedext.net/overview/extensions.html

 Best regards



-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3  inspiring people to share!
Get involved: http://typo3.org

Answer was useful - feel free to donate:
  -
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclickhosted_button_id=KPM9NAV73VDF2
  - https://flattr.com/profile/kaystrobach

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] SOLR on Windows 8

2013-01-09 Thread Kay Strobach
Hello Tomita,

are the ports correct? - Does localhost point to 127.0.0.1?

Regards
Kay

Am 09.01.13 17:30, schrieb Tomiţă MILITARU:
 Hello,
 
 I've setup a SOLR 2.8.0 on my local machine (windows) in a TYPO3 4.5, but
 in Reports I keep on getting:
 Your site was unable to contact the Apache Solr server.
 
 I have cURL  allow_url_open enabled, the typoscript settings with the
 correct path to solr.
 I've tried accessing solr admin and it is working properl.u
 I've tried also disabling the Windows firewall, but it didn't have any
 effect.
 No errors in Log.
 
 Any ideas?
 
 Thanks.
 


-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3  inspiring people to share!
Get involved: http://typo3.org

Answer was useful - feel free to donate:
  -
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclickhosted_button_id=KPM9NAV73VDF2
  - https://flattr.com/profile/kaystrobach

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] SOLR on Windows 8

2013-01-09 Thread Olivier Dobberkau
Am 09.01.13 17:30, schrieb Tomiţă MILITARU:

 Any ideas?

how do you access solr? what is the url of your solrserver?
what does the report say?

olivier
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] config.typolinkCheckRootline doesn't honor subdirectories ...?

2013-01-09 Thread Philipp Gampe
Hi B. Kausch,

B. Kausch wrote:

 Of course that is wrong. Is that a bug or is it just me?

Did you set absRefPrefix for both pages (domains)?

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – linkvalidator
TYPO3  inspiring people to share!

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] WEC Staff Directory - list and singleview on same page

2013-01-09 Thread Jogvan Olsen

Hi List

The solution was:
plugin.tx_wecstaffdirectory_pi1.multiplePluginsPerPage = 1

in the case of someone else missed it in the manual :-)

Regards
Jogvan


On 19-12-2012 16:58, Jogvan Olsen wrote:


Hi List
Is it possible to have list view and single view on the same page (just
like it can be done with tt_news).

I want to have a list of all staff members in the right column - and
when you click on a staff member, single view open in the center column.
The list view in right column must still be visibly when single view
opens in the center column.

Regards
Jogvan Olsen


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] treatIdAsReference

2013-01-09 Thread Christian Tauscher


Am 09.01.2013 16:31, schrieb Jigal van Hemert:

 In my TS I have this script, wich gives me a List of Files (media-field)
 on every Page.

 Maybe the FILES object is something for you?


http://docs.typo3.org/typo3cms/TyposcriptReference/ContentObjects/Files/Index.html



cool, but I miss the levelslide option.
How can I build this?

Thank you.

page.headerData.3.3 = FILES
page.headerData.3.3 {
  references {
table = pages
uid.data = field:uid
fieldName = media
  }
  renderObj = TEXT
  renderObj {
data = file:current:publicUrl
split {
token = ,
cObjNum =  |*| 1 |*| 2
1 {
10 = TEXT
10.current = 1
10.wrap = { image : '|' },
}
2 {
10 = TEXT
10.current = 1
10.wrap = { image : '|' }
}

}

  }
}


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] WEC Staff Directory : Department listing in singleview

2013-01-09 Thread Jogvan Olsen

Hi List

In singleview I want to display all staff departments which the staff 
member works in.


But it seems not to work in singleview - only in listview. In singleview 
only one department is listed (the department with the lowest id).


Can anyone tell what I am missing / do wrong?

I have enabled Use Staff Department Records in the Extension Manager.

If I disable Use Staff Department Records, and enter departments 
manually (dep1|dep2|dep3), all departments show up in singleview.


Does someone have a solution?



Regards
Jogvan Olsen

I use:
TYPO3 ver. 4.5.22
WEC Staff Directory ver.  2.1.2
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] treatIdAsReference

2013-01-09 Thread Jigal van Hemert

Hi,

On 9-1-2013 20:01, Christian Tauscher wrote:

cool, but I miss the levelslide option.


FILES.files is of type string/stdWrap, so you can provide the list of 
UIDs also from another object:


3 = FILES
3 {
  files.cObject = TEXT
  files.cObject.data = levelmedia: -1, slide
  renderObj ...
}

--
Jigal van Hemert
TYPO3 Core Team member

TYPO3  inspiring people to share!
Get involved: typo3.org
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english