Re: [TYPO3-english] Adding a different design page to existing template

2014-04-01 Thread bernd wilke

Am 01.04.14 16:16, schrieb Nils Hodyas:



Am 01.04.2014 12:37, schrieb Andrea Cartia:

I can see that a simple external HTML page might be the easiest
solution. My company uses direct mail on typo to manage their
newsletter. But then, how can I link the sign-up form to the
newsletter database in Typo3? So when someone register in the form,
their email is added to the database with all the other emails?


Ah, I thought you needed just a plain HTML page.

In that case I'd advise you not to strip the page.

You can of course define a different (simpler) template for the
newsletter login page. The problem is: there are different ways in TYPO3
to build a page and we don't know yet how it is done on your site.

Dig into the TypoScript Setup and look for the PAGE object. The page is
normally created in PAGE.10 so you will find some code there that might
give a clue.


it is not only page.10 which makes a page.
so page.10 mostly includes the the visible part of the page: the html 
inside the body-tag. (independent of the way this part is realized: TV, 
automaketemplate, marker-templates, pure typoscript, fluid, ...)


a lot of configuration is done for the head-tag, which is generated by 
other elements than just page.10 .


for a clean new 'layout' you must start a new templating, otherwise you 
will carry on a lot of configuration you have to remove.


create a new TS-template in this page and mark it root-template. build a 
complete new page object (and config) with just that configuration you 
really need.
Now it might be helpful if you have structured your TS-templates to 
share the configuration of extensions between the whole site and this page.



bernd
--
http://www.pi-phi.de/cheatsheet.html
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Inserting non-root TYPO3 Page URL into Facebook

2014-04-01 Thread Scotty C
Hi Richard,

YES! That's exactly the answer I needed. I performed the same search around the 
same time and found the same thing. And, guess what ... I have an extension 
installed ... "timtab bad behaviour" (sound familiar?). Needless to say, I 
uninstalled it. However, even with it gone and all T3 cache cleared, I'm 
*still* getting the error on facebook! Do you think there's something else that 
bad behaviour has inserted deep into the TYPO3 that doesn't go away even when 
uninstalled, or is it just a case of propagation to facebook?

Thanks so much,
-Scott.



>
> From: Richard Davies 
>To: Scotty C ; TYPO3 English 
> 
>Sent: Wednesday, March 19, 2014 9:03:18 PM
>Subject: Re: [TYPO3-english] Inserting non-root TYPO3 Page URL into Facebook
> 
>
>Hey Scotty,
>
>A Google of the error "The automated program you are using is not permitted
>to access this server." brings up a script called "bad behaviour" (
>http://bad-behavior.ioerror.us). It throws a 400 and returns that message,
>then logs "prohibited range header present".
>
>It seems the Facebook scraper includes a header called 'Range' which this
>script doesn't like. I'd have no idea how it is included it into your Typo3
>install (maybe it is included in some sort of security extension), but it
>definitely isn't part of the Typo3 4.5 core.
>
>Richard
>
>
>On 20 March 2014 14:10, Scotty C  wrote:
>
>> HocomAdvies,
>>
>>
>> Rest assured, your advice was definitely put to use! In fact, it's the
>> only trace of light at the end of this mysterious tunnel known as
>> fbook/TYPO3 connectivity.
>>
>> That said ... the sites that are linking to fbook must use the full URL,
>> so bit.ly is not an option. Do you have any other recommendations?
>>
>> Thanks,
>> -Scott.
>>
>>
>>
>> >
>> > From: HocomAdvies [ 🌷 Wiechert Hooghwinkel ] 
>> >To: TYPO3 English 
>> >Sent: Wednesday, March 19, 2014 2:47:36 AM
>> >Subject: Re: [TYPO3-english] Inserting non-root TYPO3 Page URL into
>> Facebook
>> >
>> >
>> >Philipp,
>> >
>> >Since this applies to one of our contributions to this topic, it would
>> have been be nice, if you contacted us first before publicly assuming
>> someone is spamming? Your remark would imply that everyone who's referring
>> to a sample on the web is spamming the forum? In case it's ment to be
>> funny, I do not think it is. Our contribution was sincerely ment to help a
>> Typo3 user. The same as we have been helped out before by others. Getting
>> this kind of remarks / respons, is not very friendly and will make others
>> become even reluctant to contribute to the list. Thanks.
>> >
>> >Best Regards,
>> >HocomAdvies
>> >
>> >Wiechert Hooghwinkel
>> >
>> >> TYPO3  inspiring people to share! :)
>> >
>> >
>> >Op 7 mrt. 2014, om 18:06 heeft Philipp Gampe 
>> het volgende geschreven:
>> >
>> >> Spammer wrote:
>> >>
>> >>> We never experience problems with links in Facebook and longer links
>> are
>> >>> even better when shrinked with ...
>> >>
>> >> Interesting variation of spam. I wonder whether those are automated or
>> if
>> >> they pay poor people to spam forums?
>> >>
>> >> Best regards
>> >> --
>> >> Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
>> >> Documentation – Active contributor TYPO3 CMS
>> >> TYPO3  inspiring people to share!
>> >>
>> >> ___
>> >> TYPO3-english mailing list
>> >> TYPO3-english@lists.typo3.org
>> >> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>
>> >
>> >
>> >___
>> >TYPO3-english mailing list
>> >TYPO3-english@lists.typo3.org
>> >http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>> >
>> >
>> ___
>> TYPO3-english mailing list
>> TYPO3-english@lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>>
>___
>TYPO3-english mailing list
>TYPO3-english@lists.typo3.org
>http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>
>
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] template partials

2014-04-01 Thread Xavier Perseguers
Hi,

> Is it really so (still) that I have to copy the whole
> Resources/Private/Partials folder tree to the fileadmin to add this one
> class to this one file?
> 
> This means I have extra folders and files that I don't want to edit and
> when I update the bootstrap package I have to update the extra files
> manually to fileadmin also?

6.2 provides an override mechanism for templates. See the what's new
slide (English) on http://typo3.org/download/release-notes/whats-new/ p.
164:

Fluid: Fallback Path For Templates

- Fluid supports "fallback" paths for templates, partials and layouts now:
templateRootPaths, partialRootPaths, layoutRootPaths

- Highest index rst, then iterate through lower indexes, until template
is found

plugin.tx_myextension {
view {
templateRootPath = EXT:myextension/Resources/Private/Templates/
}
}

plugin.tx_myextension {
view {
templateRootPath >
templateRootPaths {
10 = fileadmin/myextension/Templates/
20 = EXT:myextension/Resources/Private/Templates/
}
}
}

HTH

-- 
Xavier Perseguers
TYPO3 CMS Team Member

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

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


[TYPO3-english] SQL - tx_realurl_urlencodecache TOO BIG

2014-04-01 Thread Salander

Hello,

I have a little problem on my boss website, I saw on PHPmyadmin that his table 
"tx_realurl_urlencodecache" grows
too much (350MB).
I think it's the robots of google who are creating these false datas.

Is there a way to filter it? Are we forced to use tx_realurl_urlencodecache? Can I 
desactivate this "cache"?

Thank you!

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


Re: [TYPO3-english] TYPO3 6.2 and content length mismatch error

2014-04-01 Thread Nicola Cerchiari
Hi again Philipp,
I don't think I have such an extension... the testing installation I setup
is barely empty, the only extensions I added are the ones from the
fluidtypo3 (fluidpages, flux, vhs, fluidcontent), a theme extension based
on fluidpages developed by me (includes bootstrap almost only) and reaurl
that's not setup at the moment.
I tried the new tidy ext but not on this installation and the result was
the same anyways.

You'd need BE access (jsut a test site so no problem) or just FE url (with
which settings on in case)?

Thanks again,
Nicola



2014-04-01 18:33 GMT+02:00 Philipp Gampe :

> Hi Nicola,
>
> Nicola Cerchiari wrote:
>
> > Hi Philipp,
> > just tried your suggestion and with Content Length Header ON and
> > config.debug ON I get the parsetime but no errors.
> > If I switch of the debug off the error comes back.
> >
> > Is this what you were expecting?
>
> Actually I expected it to be the other way around.
>
> Do you use any extension that does some kind of post processing of the
> page.
>
> If possible, can you send me your URL via PM. I can try to have a look.
>
> Another possible reason would be an extension that starts output before
> TYPO3 (e.g. prints a blank line in front of your page).
>
> Best regards
> --
> Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
> Documentation – Active contributor TYPO3 CMS
> TYPO3  inspiring people to share!
>
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>



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

Re: [TYPO3-english] Please help me with dmc_geoIP if you can!

2014-04-01 Thread Nicola Cerchiari
Hi Oliver,
I managed such a similiar task many times, in my case I usually have to do
some "typoscript magic" according to specific countries.
To accomplish that the easiest solution I found is to create a user
function that you can store in the file
typo3conf/AdditionalConfiguration.php (being you on typo3 6.x).
This function should query a db table (or similar) like maxmind.com (the
most famous around) and return true or false accrding to what you want to
obtain.

Then you can just use a typoscript condition calling your user_func and do
stuff according to it.

I hope I've been of some help.

Bests,
Nicola


2014-04-01 18:40 GMT+02:00 Ollie New :

> Hi,
>
> I need to determine what country a visitor is from and this extension
> looks like it will be able to do it:
>
> http://typo3.org/extensions/repository/view/dmc_geoip
>
> I have installed it (by the way the site is running Typo3 6.1.7) but I
> have no idea how to determine what the visitor's country is in TypoScript.
>
> I don't want to redirect them to a different rootline (the extension can
> do this), just simply find out what country they are in.
> Can anybody give some advice please?
>
> Thanks!
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>



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


[TYPO3-english] template partials

2014-04-01 Thread Katja Lampela

Hi,

Now after installing the 6.2 (BTW great!) and the bootstrap package I am 
trying to find a way to add a class to footer section (move it to the 
browser bottom with the class "navbar-fixed-bottom").


Is it really so (still) that I have to copy the whole 
Resources/Private/Partials folder tree to the fileadmin to add this one 
class to this one file?


This means I have extra folders and files that I don't want to edit and 
when I update the bootstrap package I have to update the extra files 
manually to fileadmin also?


--
Kind regards,
Katja Lampela
www.lieska.net
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Please help me with dmc_geoIP if you can!

2014-04-01 Thread Ollie New

Hi,

I need to determine what country a visitor is from and this extension looks 
like it will be able to do it:

http://typo3.org/extensions/repository/view/dmc_geoip

I have installed it (by the way the site is running Typo3 6.1.7) but I have no 
idea how to determine what the visitor's country is in TypoScript.

I don't want to redirect them to a different rootline (the extension can do this), just simply find out what country they are in. 


Can anybody give some advice please?

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


Re: [TYPO3-english] Creating users for non admins

2014-04-01 Thread Philipp Gampe
Hi Pero,

Pero Peric wrote:

> I want main web editor to be able to create BE users but i don't want to
> give him admin permissions. Is this possible? Thx.

Yes, if you install the task center (system extension), than you will be 
able to create a task to manage and create backend users.

A user will only be able to see (and therefore manage) BE users that he 
created himself.

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – Active contributor TYPO3 CMS
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] TYPO3 6.2 and content length mismatch error

2014-04-01 Thread Philipp Gampe
Hi Nicola,

Nicola Cerchiari wrote:

> Hi Philipp,
> just tried your suggestion and with Content Length Header ON and
> config.debug ON I get the parsetime but no errors.
> If I switch of the debug off the error comes back.
> 
> Is this what you were expecting?

Actually I expected it to be the other way around.

Do you use any extension that does some kind of post processing of the page.

If possible, can you send me your URL via PM. I can try to have a look.

Another possible reason would be an extension that starts output before 
TYPO3 (e.g. prints a blank line in front of your page).

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – Active contributor TYPO3 CMS
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] TYPO3 6.2 and content length mismatch error

2014-04-01 Thread Nicola Cerchiari
Hi Philipp,
just tried your suggestion and with Content Length Header ON and
config.debug ON I get the parsetime but no errors.
If I switch of the debug off the error comes back.

Is this what you were expecting?

Nicola


2014-04-01 14:40 GMT+02:00 Philipp Gampe :

> Hi Nicola,
>
> Nicola Cerchiari wrote:
>
> > Anyways I'll make some more testing as soon as possible and share my
> > result if I find something intersting.
>
> Can you check whether you have config.debug = 1 set and your website shows
> the parse-time comment below your site. I guess this one is not added to
> the
> content lenght.
>
> If it is this, please try to use a current master snapshot or use the
> production preset in the install tool.
>
> Best regards
> --
> Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
> Documentation – Active contributor TYPO3 CMS
> TYPO3  inspiring people to share!
>
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>



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

Re: [TYPO3-english] Adding a different design page to existing template

2014-04-01 Thread Nils Hodyas



Am 01.04.2014 12:37, schrieb Andrea Cartia:
I can see that a simple external HTML page might be the easiest 
solution. My company uses direct mail on typo to manage their 
newsletter. But then, how can I link the sign-up form to the 
newsletter database in Typo3? So when someone register in the form, 
their email is added to the database with all the other emails?



Ah, I thought you needed just a plain HTML page.

In that case I'd advise you not to strip the page.

You can of course define a different (simpler) template for the 
newsletter login page. The problem is: there are different ways in TYPO3 
to build a page and we don't know yet how it is done on your site.


Dig into the TypoScript Setup and look for the PAGE object. The page is 
normally created in PAGE.10 so you will find some code there that might 
give a clue.


Good luck!

--
Nils Hodyas - Webdesign von die Tante Jensen · Großherzog-Friedrich-Straße 117 
· 66121 Saarbrücken · (0681) 925 63 43 · 0160 318 183 7 · 
http://dietantejensen.de · DE 2757 96974 · Registergericht Saarbrücken

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


[TYPO3-english] Creating users for non admins

2014-04-01 Thread Pero Peric

Hi,

I want main web editor to be able to create BE users but i don't want to 
give him admin permissions. Is this possible? Thx.


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


Re: [TYPO3-english] any file explorer for 6.2?

2014-04-01 Thread Katja Lampela

Hi Peter,

1.4.2014 13.36, Peter Linzenkirchner kirjoitti:

i always try to avoid working in extension code with t3quixplorer. One missing 
semi colon and the whole site goes offline. And i cant repeair the error with 
t3quicplorer. A nightmare ...


Yes, I don't actually work with the Quixplorer, just check, copy and 
paste the code for example into File/Filelist module where I continue 
working. This way I don't have to have anything else than internet 
connection and a browser and I'm good to go.


--
Kind regards,
Katja Lampela
www.lieska.net
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] TYPO3 6.2 and content length mismatch error

2014-04-01 Thread Philipp Gampe
Hi Nicola,

Nicola Cerchiari wrote:

> Anyways I'll make some more testing as soon as possible and share my
> result if I find something intersting.

Can you check whether you have config.debug = 1 set and your website shows 
the parse-time comment below your site. I guess this one is not added to the 
content lenght.

If it is this, please try to use a current master snapshot or use the 
production preset in the install tool.

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – Active contributor TYPO3 CMS
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] TYPO3 6.2 and content length mismatch error

2014-04-01 Thread Nicola Cerchiari
Hi Philipp,
I don't think is a matter of the carrier as I tried from serveral internet
connection with the same result.
The only thing that did not change was the hosting provider, but they
assrued me "everything is fine" on their side.
Anyways I'll make some more testing as soon as possible and share my result
if I find something intersting.

Thanks,
Nicola


2014-04-01 12:52 GMT+02:00 Philipp Gampe :

> Hi Nicola,
>
> Nicola Cerchiari wrote:
>
> > ​Anyone has any idea abut this issue? I'm really ruuning out of them.
> > If you need any other info to better understand please don't hesitate
>
> Have you checked whether your carrier messes it all up? Sometimes carrier
> try to "optimize" websites.
>
> Best regards
> --
> Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
> Documentation – Active contributor TYPO3 CMS
> TYPO3  inspiring people to share!
>
> ___
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english




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

[TYPO3-english] 6.2 tt_content TCA showitem problem

2014-04-01 Thread Stefan Reichelt
Hello there,

I have a weird problem that seems to be rather new.
In an extensions ext_tables.php, using for example:
$TCA['tt_content']['types']['menu']['showitem'] = '';

You can change what fields, palettes and tabs are shown in the backend
when editing a content element with a certain CType. However if I do add
such a change in an extension, the 'Extended' tab and all the possible
fields in it never get added/rendered in backend.


Consider following example:
$TCA['tt_content']['types']['menu']['showitem'] = '
--palette--;LLL:EXT:cms/locallang_ttc.xlf:palette.general;general,
--palette--;LLL:EXT:cms/locallang_ttc.xlf:palette.header;header,
--palette--;LLL:EXT:cms/locallang_ttc.xlf:palette.menu;menu,
--palette--;LLL:EXT:cms/locallang_ttc.xlf:palette.menu_accessibility;menu_accessibility,
--div--;LLL:EXT:cms/locallang_ttc.xlf:tabs.appearance,
--palette--;LLL:EXT:cms/locallang_ttc.xlf:palette.frames;frames,
--div--;LLL:EXT:cms/locallang_ttc.xlf:tabs.access,
--palette--;LLL:EXT:cms/locallang_ttc.xlf:palette.visibility;visibility,
--palette--;LLL:EXT:cms/locallang_ttc.xlf:palette.access;access,
--div--;LLL:EXT:cms/locallang_ttc.xlf:tabs.extended';


Note this is the exact same showitem that is used in the cores
EXT:frontend/Configuration/TCA/tt_content.php, I just striped the
tab-characters so it fits into the mail. Anyway, as you can see the
extended tab is used at the end, however it never gets shown in backend.

This happens for any of the CTypes and also if in an extension which
adds a plugin with its own CType. Other than that everything else like
adding new or removing fields, palettes or tabs seems to work just fine.

This also must be a newer problem, because in 6.2.0beta5 it still seems
to work. I would test later betas and RCs, but I couldn't get a clean
beta6 running for some reason and am fed up with it for now..

So yeah, am I doing something wrong or is it some bug?


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


Re: [TYPO3-english] TYPO3 6.2 and content length mismatch error

2014-04-01 Thread Philipp Gampe
Hi Nicola,

Nicola Cerchiari wrote:

> ​Anyone has any idea abut this issue? I'm really ruuning out of them.
> If you need any other info to better understand please don't hesitate

Have you checked whether your carrier messes it all up? Sometimes carrier 
try to "optimize" websites.

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

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

[TYPO3-english] Re: Adding a different design page to existing template

2014-04-01 Thread Andrea Cartia
I can see that a simple external HTML page might be the easiest solution. My company uses direct mail on typo to manage their newsletter. 
But then, how can I link the sign-up form to the newsletter database in Typo3? So when someone register in the form, their email is added to the database with all the other emails?




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


Re: [TYPO3-english] any file explorer for 6.2?

2014-04-01 Thread Peter Linzenkirchner
hi Katja, 

i always try to avoid working in extension code with t3quixplorer. One missing 
semi colon and the whole site goes offline. And i cant repeair the error with 
t3quicplorer. A nightmare ... 

Peter

Am 01.04.2014 um 09:47 schrieb Katja Lampela :

> Hi,
> 
> 1.4.2014 0.05, Josef Florian Glatz kirjoitti:
>> For security reasons I suggest to only connect via secure sftp or
>> ssh/scp connection. Tools like WinSCP (win) or Transmit (osx) will do
>> the job.
> 
> Yes this is good for building the site. But I like the possibility to check 
> for example some extension code in typo3conf/ext folder and copy and 
> use/modify it within TYPO3 without having to have other programs running. You 
> don't always access and modify the site with your own computer for example.
> 
> -- 
> Kind regards,
> Katja Lampela
> www.lieska.net

--
Xing: http://www.xing.com/profile/Peter_Linzenkirchner
Web: http://www.typo3-lisardo.de
Facebook: http://tinyurl.com/lisardo-multimedia

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


Re: [TYPO3-english] any file explorer for 6.2?

2014-04-01 Thread Josef Florian Glatz
I also using my described method for maintenance work. With SSH or sFTP 
I can do maintainance stuff on a secure base. (also on android or iOS 
devices) To answer your question: I think there will be an updated 
version of ext:t3quixplorer in a few days/weeks/months. You also can 
create an issue at 
https://forge.typo3.org/projects/extension-t3quixplorer/issues


--
Kind regards,
Josef Florian Glatz
http://jousch.com || http://typo3blog.at

On 2014-04-01 07:47:11 +, Katja Lampela said:


Hi,

1.4.2014 0.05, Josef Florian Glatz kirjoitti:

For security reasons I suggest to only connect via secure sftp or
ssh/scp connection. Tools like WinSCP (win) or Transmit (osx) will do
the job.


Yes this is good for building the site. But I like the possibility to 
check for example some extension code in typo3conf/ext folder and copy 
and use/modify it within TYPO3 without having to have other programs 
running. You don't always access and modify the site with your own 
computer for example.



--

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


Re: [TYPO3-english] Adding a different design page to existing template

2014-04-01 Thread Nils Hodyas

Hi!

So the link just comes from FB and has nothing to do with the TYPO3 site?

Simply create a static web page as HTML document (newsletter_login.html)
include in web server root (the folder that has 'fileadmin', index.php 
and typo_3src in it)

point the link to "exampledomain.tld/newsletter_login.html"

Hope this helps. If it doesnt work, maybe htaccess gets in the way.

Nils


Am 01.04.2014 10:06, schrieb Andrea Cartia:

Hi everybody.
Sorry if my post sounds silly but I'm completely new to Typo3 and I 
have tried to find the information somewhere else but without any result.


The company where I'm having my internship has an old site with Typo3 
installed. They want a newsletter tab on their Facebook page and I 
thought that I could create a new page in their website with a 
newsletter sign-in form as as a static fb tab in their Facebook page.


The problem is that when I create a new page in the website, it 
carries all the layout elements such as header, sidebar, footer etc... 
I simply need a white page of 800px width and the sign-in form in the 
center.
How can I change the design of the page so it doesn't have all the 
layout in it?


Hope I was clear enough. Thank you for your help!
Andrea


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


--
Nils Hodyas - Webdesign von die Tante Jensen · Großherzog-Friedrich-Straße 117 
· 66121 Saarbrücken · (0681) 925 63 43 · 0160 318 183 7 · 
http://dietantejensen.de · DE 2757 96974 · Registergericht Saarbrücken

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


Re: [TYPO3-english] Adding a different design page to existing template

2014-04-01 Thread Nils Hodyas

Hi Andrea,

Am 01.04.2014 10:06, schrieb Andrea Cartia:

Hi everybody.
Sorry if my post sounds silly but I'm completely new to Typo3 and I 
have tried to find the information somewhere else but without any result.


The company where I'm having my internship has an old site with Typo3 
installed. They want a newsletter tab on their Facebook page and I 
thought that I could create a new page in their website with a 
newsletter sign-in form as as a static fb tab in their Facebook page.


The problem is that when I create a new page in the website, it 
carries all the layout elements such as header, sidebar, footer etc... 
I simply need a white page of 800px width and the sign-in form in the 
center.


I wouldn't do that. People get annoyed when you take them to new browser 
windows with defined sizes. I'd take them to a simple content page with 
the login as a content element (type HTML).
How can I change the design of the page so it doesn't have all the 
layout in it?


You could (if you absolutely have to) define the PAGE element for that 
page differently. Either with conditions or with an additional TS 
Template for that page.


Should look something like this:
PAGE.10 = TEXT
PAGE.10.value =  ...

That's not the most elegant way to do it, but it would do the job.

Hope it helps!
Nils

--
Nils Hodyas - Webdesign von die Tante Jensen · Großherzog-Friedrich-Straße 117 
· 66121 Saarbrücken · (0681) 925 63 43 · 0160 318 183 7 · 
http://dietantejensen.de · DE 2757 96974 · Registergericht Saarbrücken

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


[TYPO3-english] Adding a different design page to existing template

2014-04-01 Thread Andrea Cartia

Hi everybody.
Sorry if my post sounds silly but I'm completely new to Typo3 and I have tried 
to find the information somewhere else but without any result.

The company where I'm having my internship has an old site with Typo3 
installed. They want a newsletter tab on their Facebook page and I thought that 
I could create a new page in their website with a newsletter sign-in form as as 
a static fb tab in their Facebook page.

The problem is that when I create a new page in the website, it carries all the layout elements such as header, sidebar, footer etc... 
I simply need a white page of 800px width and the sign-in form in the center. 


How can I change the design of the page so it doesn't have all the layout in it?

Hope I was clear enough. Thank you for your help!
Andrea


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


Re: [TYPO3-english] any file explorer for 6.2?

2014-04-01 Thread Katja Lampela

Hi,

1.4.2014 0.05, Josef Florian Glatz kirjoitti:

For security reasons I suggest to only connect via secure sftp or
ssh/scp connection. Tools like WinSCP (win) or Transmit (osx) will do
the job.


Yes this is good for building the site. But I like the possibility to 
check for example some extension code in typo3conf/ext folder and copy 
and use/modify it within TYPO3 without having to have other programs 
running. You don't always access and modify the site with your own 
computer for example.


--
Kind regards,
Katja Lampela
www.lieska.net
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english