[TYPO3-english] Re: R: Re: FIRST_INSTALL

2017-04-19 Thread Christian Hackl

Hello,

before: delete all in your wwwroot/ dir than:
you can use this: https://teisi.github.io/typo3-deploy/

download this "deploy.php" file, upload it to your wwwroot dir then open it in 
your browser e. g. www.yourdomain.com/deploy.php

for your actual installation, create a "FIRST_INSTALL" file without .txt or .php or 
something in your root dir e. g. "wwwroot/FIRST_INSTALL"

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


[TYPO3-english] Re: ¿TEMPLATE OWN?

2017-04-23 Thread Christian Hackl

unzip it in typo3conf/ext/ <- pls no zip*s there, only folders :) (If it is an 
extension)

If it is only TypoScript than you can put it in your fileadmin, and at the backend - 
"root-page" - "templates" - link to it.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: ¿TEMPLATE OWN?

2017-04-23 Thread Christian Hackl

and you can your setup.ts write to a file in fileadmin like: mysetup.ts
then in the backend delete your ts and link to your mysetup.ts file like:



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


[TYPO3-english] Re: ¿TEMPLATE OWN?

2017-04-23 Thread Christian Hackl

include css and include js must be .js files e. g. yourcss.css / yourjs.js

e.g.
for each css file:
includeCSS {
file1 = mycss.css
file2 = mysecondcss.css

or:

myfirstcss = mycss.css
mysecondcss = mysecond.css

and so on...

}

what have you in your indes.html ?

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


[TYPO3-english] Re: ¿TEMPLATE OWN?

2017-04-23 Thread Christian Hackl

how do you try it? :)
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: ¿TEMPLATE OWN?

2017-04-23 Thread Christian Hackl

favicon is shortcutIcon: page.shortcutIcon = pfad/zur/datei/favicon.ico  <- one 
single image only!

or you can do something like:

page {
 headerData {
   10 = TEXT
   10.value = 
   
   11 = TEXT

   11.value = YOUR_NEXT_HEADER_DATA
 }
}
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: ¿TEMPLATE OWN?

2017-04-24 Thread Christian Hackl

Do you want a favicon (image at the Browser Tab before the Title) or a logo in 
the top of your website?

Browser Chrome has a crazy caching system - so this browser needs a little bit 
to show you the favicon. Try Firefox, too.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Fluid, iterate through tt_content elements in colPos on a page

2017-05-02 Thread Christian Hackl

i think you can do this in your FluidTemplate:

https://www.typo3.net/forum/thematik/zeige/thema/105439/

German, but i think the second post should work.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: f:cObject nav_menu not rendered ?

2017-05-02 Thread Christian Hackl

mostly there is a error code lines before your code which you have posted.

Is that understandable? :D Sry.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: f:cObject nav_menu not rendered ?

2017-05-02 Thread Christian Hackl

No not viewhelper.

You have TypoScript code like:

1. page = PAGE
2. page.value = something
3.  and so on...

30. lib.nav_main = COA
31.  . and so on



than i think you have a error in a line above line 30.
So the parser breaks before it came to your "lib.nav_main".


And maybe you need this:
expAll = 1
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: f:cObject nav_menu not rendered ?

2017-05-02 Thread Christian Hackl

Oh i see you have "expAll" already.. :)


But the Pipe should be in one Line "wrap = |"
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: f:cObject nav_menu not rendered ?

2017-05-03 Thread Christian Hackl

What TS did work?
If you know this you can step by step cut your TS - than you can see in witch 
area the error is.

If you know nothing - you can try to paste or link your full TS in the Typo3 
backend (not include it in the ext). If it works fine there, you have a include 
error in your ext. If it don't work, you have a problem in your TS.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: How to get my other FE templates?

2017-05-10 Thread Christian Hackl

no really answer,  but i think key.data = pagelayout dont work in older typo3 
versions.

you can use the "old" way:

e.g.:


10 = FLUIDTEMPLATE
 10 {
   format = html
   partialRootPath = {$theme.urls.themeResources}Private/Html/Partials/
   layoutRootPath = {$theme.urls.themeResources}Private/Html/Layouts/

   file.cObject = CASE
   file.cObject {
 key.data = levelfield:-1, backend_layout_next_level, slide
 key.override.field = backend_layout

 default = TEXT
 default.value = {$theme.urls.themeResources}Private/Html/OneColumn.html
 pagets__2 = TEXT
 pagets__2.value = 
{$theme.urls.themeResources}Private/Html/NavLeftOneColumn.html
 pagets__3 = TEXT
 pagets__3.value = 
{$theme.urls.themeResources}Private/Html/NavLeftBannerOneColumn.html
   }

   variables {

 layout = TEXT
 layout.data = levelfield:-1,backend_layout_next_level,slide
 layout.override.field = backend_layout
 .
 .
 .


and you dont need fe-template switch in the backend If they are dependent on 
each other:

TCEFORM.pages {
   layout.disabled = 1
}
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: How to set TYPO3-SITE-URL...

2017-05-11 Thread Christian Hackl

please explain your question.
What do you want to do?
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: How to get my other FE templates?

2017-05-11 Thread Christian Hackl

ähm, what you want?! or nothing.

If you have this:

layout = TEXT
layout.data = levelfield:-1,backend_layout_next_level,slide
layout.override.field = backend_layout

in the variables than you can use the var 'layout' in your viewhelper e.g.: 
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Re: How to get my other FE templates?

2017-05-11 Thread Christian Hackl

No you are not wrong, you can use templates like you wish, but it can be useful 
to have a layout var in the Template-Files :)


In the Template Files you can choose the Layout-File (line one):





{Banner}


{MainContent}






In the Layout File (here: DefaultLayout.html):


 
 
 
   



Layouts are wrapper for the template-file and partials are subparts like header 
- menu - footer and so on.



And sorry but i can't see pictures in this forum, for whatever reason...
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: How to set TYPO3-SITE-URL...

2017-05-11 Thread Christian Hackl

helps this?
https://forge.typo3.org/issues/63416
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: How to set TYPO3-SITE-URL...

2017-05-11 Thread Christian Hackl

which value have you set on "reverseProxyHeaderMultiValue" an on 
"reverseProxySSL"?
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: How to set TYPO3-SITE-URL...

2017-05-12 Thread Christian Hackl

hmmm, not sure

This looks like the Problem you have: (old but i hope it helps)
http://www.henningpingel.de/TYPO3-Backend-Via-SSL-Proxy.124.0.html
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: why is this condition snippet not working anymore?

2017-05-17 Thread Christian Hackl

try {data} than you can see the data-object - array
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: why is this condition snippet not working anymore?

2017-05-18 Thread Christian Hackl

sry i can't see your layout.html code (don't know if this is a bug or not)

But you dont need Partials, Partials are only used to structure your code 
(layout-template-files) - so if i understand your question right, than: yes.
Or what is your question? (Sry my english is not the best. :) )


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


[TYPO3-english] Re: Override Header section for CCE in Default fluid_styled_content template

2017-05-18 Thread Christian Hackl

Have you a Layout with name Content.html? If not, thats why this is not working.

If you dont need the "new" content elements from Typo3 8 than you still can use the 
"old" fluid-templates from Typo3 7.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Override Header section for CCE in Default fluid_styled_content template

2017-05-19 Thread Christian Hackl

at the moment i dont know the "new" fluid templates, sry. :)

To use the old ones:

1. copy the old fluid_styled_content folder from typo3 7 source, lokated in 
typo3/sysext/ and place it like you want e. g. fileadmin/templates/
2. in your TS you can do something like:

lib.fluidContent {
 templateRootPaths {
   30 = 
fileadmin/templates/Extensions/fluid_styled_content/Resources/Private/Templates/
 }
 partialRootPaths {
   30 = 
fileadmin/templates/Extensions/fluid_styled_content/Resources/Private/Partials/
 }
 layoutRootPaths {
   30 = 
fileadmin/templates/Extensions/fluid_styled_content/Resources/Private/Layouts/
 }
}


3. thats it.


If you use the new fluid-templates and try to override a part of it like your 
header:

1. copy the html you would like to change and paste it in e. g. your fileadmin 
folder
2. same as above:
lib.fluidContent {
 templateRootPaths {
   30 = fileadmin/templates/YOUR_NEW_TEMPLATE_FILES/
 }
 partialRootPaths {
   30 = fileadmin/templates/YOUR_NEW_PARTIAL_FILES/
 }
 layoutRootPaths {
   30 = fileadmin/templates/YOUR_NEW_LAYOUT_FILES/
 }
}



e. g. in your own partial folder you must set the same folders of the orginal 
file. So if your header.html is original in Partials/Header/Header.html
than you must have this path in your own folders to.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: wiki webpage

2017-05-20 Thread Christian Hackl

What do you want for a wiki?

A wiki is a webpage with search and categorys and pages - so this can Typo3 
without extensions.

So what do you want really? A Template? Userlogin with comments? 
___

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


[TYPO3-english] Re: Moving a site

2017-05-23 Thread Christian Hackl

You do not need the whole folder "typo3temp" only a empty one :)

Files and folders you need:

- fileadmin
- typo3conf
- uploads
- (empty) typo3temp
- a typo3 source e. g. typo3_src-6.2.30 and symlinks to it (typo3_src, typo3, 
index.php)

Database backup.


Files and folders you don't need:

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


[TYPO3-english] Re: Moving a site

2017-05-23 Thread Christian Hackl

first: where is Typo3 installed? public/typo62 or public?

and what say the root page? (id=0 under "List"-View at the backend? if there 
are both folders then you need both folders :)
In doubt try it out. :)
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Moving a site

2017-05-24 Thread Christian Hackl

hmm, id=0 under "List"-View must be a "File Storage" with (default one) folder 
"fileadmin"!
Did you looked in the "Install-Tool"? there you can test your system and you 
there should be all green. (with exceptions)
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: header/ footer/ menu

2017-05-24 Thread Christian Hackl

hmm without code or error message, i think we could't help you
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: header/ footer/ menu

2017-05-27 Thread Christian Hackl

can you show us your TS?
If you want to override a Fluid Template,

You have to spezify the new and the old Folder Path:

like in the previous thread:

lib.fluidContent {
templateRootPaths {
20 = PATH_TO_ORIGINAL_FLUID_TEMPLATES
30 = fileadmin/templates/YOUR_NEW_TEMPLATE_FILES/
}
partialRootPaths {
20 = PATH_TO_ORIGINAL_PARTIAL
30 = fileadmin/templates/YOUR_NEW_PARTIAL_FILES/
}
layoutRootPaths {
20 = PATH_TO_ORIGINAL_LAYOUT
30 = fileadmin/templates/YOUR_NEW_LAYOUT_FILES/
}
}


than, Typo3 Looks in the Paths of ID 30 and searched for a HTML File like 
header.html if no one found, Typo3 looks in the Path of ID 20 and searches 
there.
But you need the same folder structure!
So if you want to change one File like header.html and this file is original in 
"something/Fluid_Styled_Content/Partial/Header/header.html" than you need your own 
header.html file in e. g. "YOUR_PATH/Partial/Header/header.html" and in TS than:

partialRootPaths {
20 = something/Fluid_Styled_Content/Partial/
30 = YOUR_PATH/Partial/
}
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Style rendering problem in IE 11 / Internet Explorer 11

2017-05-31 Thread Christian Hackl

i think this is a css problem, have you a reset.css?
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Style rendering problem in IE 11 / Internet Explorer 11

2017-05-31 Thread Christian Hackl

on computer where it dont work, have you looked at compatiblity mode? disable 
it.

http://winaero.com/blog/how-to-enable-compatibility-view-in-internet-explorer-11-ie11/
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Style rendering problem in IE 11 / Internet Explorer 11

2017-06-01 Thread Christian Hackl

if you write your own css files:
this is normaly a css problem - to fix something like this wired rendering, use 
http://cssreset.com/what-is-a-css-reset/ or 
http://necolas.github.io/normalize.css/
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Minimum tables to update 6.2.30 site

2017-06-01 Thread Christian Hackl

you need all of them (zzz_* not - normaly you can delete tables with starting 
name zzz)
But you need not all of them with content, like all tables of *cache* e.g. 
cachingframework_cache_pages or cache_treelist can be empty.

I think all be_* , sys_* , tt_content are important - with all others it 
depends on your installation...
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Minimum tables to update 6.2.30 site

2017-06-01 Thread Christian Hackl

why the export faild?

Have you test your own phpmyadmin installation?

And can you access the Database from your own computer lokaly? (e. g. with 
sequel pro)
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: [HELP] - Add a menu on backend

2017-06-02 Thread Christian Hackl

look in the ext "realurl" and there in the file ext_tables.php  ;)
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: lightbox falis

2017-06-04 Thread Christian Hackl

Which error is shown? (in the webdeveloper console? jQuery problem?)


But why do you need, a slider Extension? Why do you need colorbox?
This are simple jquery plugins - not more.

Search for a jquery lightbox copy the css and the js to your template files and 
link to it in the typoscript. In the constant editor - you can modify the 
output of the lightbox (checkbox in content elements) data attribute and class 
name...

For a slider it is the same - the simple way is to add a own layout to the 
Text&Media content element or which you want.

Than you are update safe - e. g. t3colorbox dont work with Typo3 8...
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Typoscript menu

2017-06-04 Thread Christian Hackl

e. g. :

lib.navheader = HMENU
lib.navheader.entryLevel = 0
lib.navheader {
 wrap = |
 1 = TMENU
 1 {
   wrap =  | 
   expAll = 1
   NO = 1
   NO {
 wrapItemAndSub =  | 
 ATagTitle.field = abstract // description // subtitle // title
   }

   IFSUB = 1
   IFSUB < .NO

   ACT = 1
   ACT < .NO
   ACT {
 wrapItemAndSub =  | 
 ATagParams = class="act"
   }
 }

 2 < .1

 3 < .1

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


[TYPO3-english] Re: Reduce amount of queries for megamenu

2017-06-14 Thread Christian Hackl

i dont know if this helps but your code looks a little bit wired to me. (you 
dont need allwrap or insertData)
Try something like:

lib.navheader = HMENU
lib.navheader.entryLevel = 0
lib.navheader {
 wrap = |
 1 = TMENU
 1 {
   wrap =  | 
   expAll = 1
   NO = 1
   NO {
 wrapItemAndSub =  | 
 ATagTitle.field = abstract // description // subtitle // title
   }

   IFSUB = 1
   IFSUB < .NO

   ACT = 1
   ACT < .NO
   ACT {
 wrapItemAndSub =  | 
 ATagParams = class="act"
   }
 }

 2 < .1

 3 < .1

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


[TYPO3-english] Re: Page content: Text & Images - Error

2017-06-30 Thread Christian Hackl

no really help on that problem, but i think you shouldn't use text&images - it 
is depricated - i think.
You should use text&media :)
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: TYPO3 8.7.3. How should i korrekt change Language-Menu in bootstrap-Footer?

2017-07-09 Thread Christian Hackl

Don't do this:
"I change 
EXT:bootstrap_package/Resources/Private/Partials/Page/Structure/Footer.html"

Because if the ext bootstrap is updated your changes are gone.

Please copy the Footer.html to your own ext or to fileadmin or something, than 
change this file.
Don't forget to say Typo3 where your own Templates and Partials are stored.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Fluid Partials

2017-07-17 Thread Christian Hackl

and "getright" "getleft" ... dont work anymore. You need the id of the column. 
Something like this:

MainContent =< styles.content.get
MainContent.select.where = colPos = 1
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Edit the login form(FrontendLogin)

2017-07-30 Thread Christian Hackl

Please more info, typo3 version... etc...

And felogin is a system ext, so you cant find it in the typo3conf folder.
You must look in typo3\sysext\ itself...
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Managing Page Layout for a page subtree only of a multitree website

2017-08-05 Thread Christian Hackl

How do you add your fluid template?

Because there you can add more than one folder, like

10 = lastfallback.path
20 = fallback.path
30 = first.path



Aand you can add typoscript to every page seperate.
So you can have a "shared" template.
And one for each page, each customizing...


I hope i have understand you :-) cause my english is so bad, sry.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: [Typo3 7.6] Check for PDF (as media asset) inside content element?

2017-08-07 Thread Christian Hackl

try {file} or {_all} , choose what you 
need and set it in a if statement or a switch... :)
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Turn Image Processing Off in TYPO3

2017-08-30 Thread Christian Hackl

Go to install tool, there you can turn off im , gm processing and so on
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Auto-Update

2017-09-07 Thread Christian Hackl

can typo3 change the symlinks? (file rights, group)
can you post the error text?
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Document management DMS and TYPO3

2017-09-25 Thread Christian Hackl

summarized:

- validation workflow <- typo3 standard
- create Word format?  - create document like in word? or would you like upload 
a word file? (format to pdf needs extension)
- category <- typo3 standard
- unique document identification? like a additional category?
- search engine <- how is this supposed to work and what must it be able to do? 
(simple search <- typo3 standard)
- Frontend Login... startpage after login per group <- typo3 standard

So the big 2 questions:
- point 2 "create Word format"
- can only backend users create documents? or frontend users too?
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: RTE and Google Chrome 61.0.3163

2017-10-06 Thread Christian Hackl

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


[TYPO3-english] Re: Nav menu (TMENU)

2017-10-10 Thread Christian Hackl

What do you want?

I see that you delete the "NO" and the "IFSUB" in the second level - that looks 
a little bit wired to me, because you copied the first level... that makes not really sense, or?
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Simple photo gallery image size

2017-10-25 Thread Christian Hackl

hey,
your infos are not enough :) Witch gallery ext do you use? How looks your TYPO3 
Config (Constants Editor at the BE)? and so on...
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Simple photo gallery image size

2017-10-26 Thread Christian Hackl

perhaps helps you the docs of the ext:

https://docs.typo3.org/typo3cms/extensions/photo_gals/ExtsimplePhotoGallery/UsersManual/Configuration/Index.html

there (if i understand it correctly) can you set the image width and the 
thumbnail width in your TS.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Counting page content

2017-11-07 Thread Christian Hackl

pls give us a hint, who should your html output look like?

From where should your images come?

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


[TYPO3-english] Re: Counting page content

2017-11-08 Thread Christian Hackl

like a anchor menu?

https://www.greenbanana.ch/blog/seite/typo3/typoscript/menues/ankermenue-der-inhaltselemente/

but you musst use JavaScript if you want something like a "active" state.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Google Analytics - insert javascript with page.headerData

2017-11-10 Thread Christian Hackl

why you do this?

You can direkt in the headerdata include your JS Code

page {
headerData {
50 = TEXT
50.value (

// YOUR JS CODE

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


[TYPO3-english] Re: Google Analytics - insert javascript with page.headerData

2017-11-12 Thread Christian Hackl

hmm 

you can try, to seperate it:

50 = TEXT
.. first

51 = TEXT
.. second


But it shoold be no difference in the output. h...
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: main.1510594617.css ??

2017-11-13 Thread Christian Hackl

? Is this breaking something for you?

Can you look at the Install-Tool and check what is set on 
"[FE][versionNumberInFilename]"?
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: SOLVED: main.1510594617.css ??

2017-11-15 Thread Christian Hackl

Hmm i think you are not alone - i have moved a website to a new server today 
and had the same issue... crazy...
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Typo3 version 4.7.15 domain name update

2017-11-21 Thread Christian Hackl

Can you post your error message?

I think you have to change the config.baseUrl and at the backend (root)Page (global 
Icon) -> left side -> List view -> you can add your domain(s)
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Re: Typo3 version 4.7.15 domain name update

2017-11-22 Thread Christian Hackl

have you set PHP e. g. 5.6.x for your domain B?
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Re: Typo3 version 4.7.15 domain name update

2017-11-23 Thread Christian Hackl

my first post - answere to your question: in your TypoScript files.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: XLIFF translations: how to handle with clients

2017-11-29 Thread Christian Hackl

Hello,

1. XLIFF

2. same Problem here - it exists older programms vor windows but they make 
horrible code - not formatted ...

3. my idea to that: e. g. span-tags with class attr ... ? :)

4. a extension like this is already out: ext-key: translate_locallang- at 
the moment i experiment with it.

5. what do you mean with "hardcoded translations"?
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: XLIFF translations: how to handle with clients

2017-11-29 Thread Christian Hackl

to point 5: no not allways - you can set variables in your translation, like 
(%s):

https://docs.typo3.org/typo3cms/ExtbaseGuide/Fluid/ViewHelper/Translate.htm
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Display social share buttons on EXT:News

2018-01-13 Thread Christian Hackl

i think you need a additional extension: rx_shariff (from heise)
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Output Text on Field Change

2018-01-17 Thread Christian Hackl

javascript?
and or ajax?
if you have a html template for your headline than you can use html5 template 
tag and javascript.

but i dont understand your question... :/ 
___

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


[TYPO3-english] Re: Configration for gridelements only in files.

2018-01-19 Thread Christian Hackl

your key does not match your backendtemplate key...

you have in setup key = 1 and in pagets key = 2-teaser
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Configration for gridelements only in files.

2018-01-20 Thread Christian Hackl

Have you included it in pageTSConfig or in TSConfig? In the backend template 
(menu type) or in page settings?

You have to set the backendlayouts definition (or and gridelements layouts) in 
the page settings.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Configration for gridelements only in files.

2018-01-21 Thread Christian Hackl

hmm, i dont know, your code looks good for me...
only thing: the icon - i think a path at the icon dont work anymore, i think 
you must use iconidentifier...

and have you delete your backendlayout in the backend? cleared cache?
Does your gridelement work in the backend?

additional hint:

if you write your gridelements typoscript like this, than you must not  write 
your full path every time: (e. g. Grid-100.html)

tt_content.gridelements_pi1.10.stdWrap.innerWrap >
tt_content.gridelements_pi1.20.10.setup {
 # ID des gridelements
 1 < lib.gridelements.defaultGridSetup
 1 {
   cObject = FLUIDTEMPLATE
   cObject {
 format = html

 partialRootPaths {
   10 = 
{$theme.urls.themeResources}Private/Extensions/fluid_styled_content/Resources/Private/Partials/
   20 = 
{$theme.urls.themeResources}Private/Extensions/gridelements/Html/Partials/
 }
 layoutRootPaths {
   10 = 
{$theme.urls.themeResources}Private/Extensions/fluid_styled_content/Resources/Private/Layouts/
   20 = 
{$theme.urls.themeResources}Private/Extensions/gridelements/Html/Layouts/
 }
 templateRootPaths {
   10 = 
{$theme.urls.themeResources}Private/Extensions/fluid_styled_content/Resources/Private/Templates/
   20 = 
{$theme.urls.themeResources}Private/Extensions/gridelements/Html/Templates/
 }
 templateName = Grid-100
   }
 }
 2 < .1
 2 {
   cObject {
 templateName = Grid-50-50
   }
 } 
___

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


[TYPO3-english] Re: Shariif social share buttons not showing

2018-01-30 Thread Christian Hackl

like in the docu, yes:

https://docs.typo3.org/typo3cms/extensions/rx_shariff/Installation/Index.html
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: New Installation typo3_src forbidden from Hoster

2018-02-21 Thread Christian Hackl

? What?

What have you changed?

Use of symlinks are recommended! (Respectively use of composer.)
But you can install TYPO3 without symlinks. If you do this you can not use the 
update wizard of TYPO3 (i think all other functions works).

annotation:
Go to another hoster - A1 is worse than telekom (de) :D :D
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: New Installation typo3_src forbidden from Hoster

2018-02-21 Thread Christian Hackl

if you dont use symlinks than yes you have to extract the files from the source 
folder
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Typo3 Site Migration from Linux to Windows

2018-02-21 Thread Christian Hackl

I dont know the code TypoScript, but you can search for baseURL and than set it 
to your needs.

a good way is:

httpdocs/
httpdocs/typo3_sources
httpdocs/typo3_sources/typo3-src-8.7.9/
httpdocs/yourDocumentRoot/
httpdocs/yourDocumentRoot/index.php <- symlink
httpdocs/yourDocumentRoot/typo3 <- symlink
httpdocs/yourDocumentRoot/typo3_src <- symlink
httpdocs/yourDocumentRoot/fileadmin
httpdocs/yourDocumentRoot/typo3conf
httpdocs/yourDocumentRoot/uploads
etc.

if you want it just a little bit safer, than you can add a 
AdditionalConfiguration.php (must be that name) and put it in typo3conf folder
In this file you can import a file e. g. typo3_db_config.php
This file is seperate from DocumentRoot too like:

httpdocs/typo3_config/typo3_db_config.php

If you have uppercase names in your Paths to the images for example 
fileadmin/user_uploads/MyFolder/myFilde.png than you can check in the backend Root-Icon (ID=0) - 
select it, than select at the left side "list" and edit the fileadmin content <- there is 
a checkbox for this something like "use uppercasecamel"


and dont forget the database to include. If you havent a database you have to install 
TYPO3 with the file "FIRST_INSTALL".
If you have a folder called typo3conf than they have to send you the database :) and you 
dont need to "install" TYPO3
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Typo3 Site Migration from Linux to Windows

2018-02-22 Thread Christian Hackl

I'm a little bit confused - your frontend works, but without the right paths 
(e. g. for the images) ?
But you cant get to the backend? (domain.tld/typo3) ?

You can check the Install-Tool test. (domain.tld/typo3/install)
The PW is in the LocalConfiguration.php.

But i think you have to go in the BE to fix your URL/Path problem.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Typo3 Site Migration from Linux to Windows

2018-02-22 Thread Christian Hackl

No if you can see the page on domain.tld/typo3/install  (there is only a 
password input field) than you have access to it:

write down a password of your choice - than copy it in this input field of 
typo3/install -> enter
then there is a message with a cryptic string - copy it (if there is a ending 
point, than copy it too).
then go to your typo3conf/LocalConfiguration.php there is a key->value called 
"installToolPassword" paste it there.
then you can login to the Install-Tool - and there you can set a new BE-User 
Account
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Wordpress articles moving to Typo3

2018-03-07 Thread Christian Hackl

i dont think this is possible in a simple way - cause TYPO3 - tx_news works in 
a complete different way.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Current page url being added to all links on the page after first load

2018-03-08 Thread Christian Hackl

at the BE go to your page "about" than click in the top middle at the letter 
icon (page configuration) there must be a checkbox field from realurl to hide this side 
in the url...
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Current page url being added to all links on the page after first load

2018-03-09 Thread Christian Hackl

Have you set realurl to auto_conf or do you have a custom realurl_conf.php ?
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Current page url being added to all links on the page after first load

2018-03-09 Thread Christian Hackl

you can check this in the extension manager in the backend. search for realurl 
and then click on the gear icon.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Path /index.php is not a link. How do I fix?

2018-04-04 Thread Christian Hackl

delete e. g. httpdocs/index.php file...

then create a symlink to the typo3 src like:

https://docs.typo3.org/typo3cms/InstallationGuide/stable/singlehtml/


or if you haven't access to console, you can do it with php like:

';

if(symlink ('typo3_src-6.2.26/','typo3_src')) {
   echo 'typo3_src ok ';

   if(symlink ('typo3_src/index.php','index.php')) {
echo 'index.php ok ';
} else {
echo 'index.php not ok ';
}

if(symlink ('typo3_src/typo3','typo3')) {
echo 'typo3 ok ';
} else {
echo 'typo3 not ok ';
}

} else {
   echo 'typo3_src not ok ';
}
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english