Re: [TYPO3-english] Realurl and base URL config problem

2014-04-28 Thread Dmitry Dulepov

Hi!

Ueli Niggli wrote:

Where does the realUrl extension get its baseUrl from, when it's not in
the root template?


Normally it does not get baseUrl from anywhere :) Normally it creates relative 
links.

You should check (in this order):
1. config.baseURL
2. config.absRefPrefix
3. Domain records

All of this is on the home page of your web site. #1 and #2 is best checked through 
WebTemplate|TypoScriptObjectBrowser. #3 is checked through the WebList.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Blank screen

2014-04-28 Thread Dmitry Dulepov

Hi!

Peder Høy Kristensen wrote:

I only got a blank screen


Classic reading: 
http://www.dmitry-dulepov.com/2009/03/blank-empty-page-in-typo3.html

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] f:for inline

2014-04-28 Thread Dmitry Dulepov

Hi!

Jan Bednarik wrote:

Cool, I think you can try it without CDATA.


That will be invalid xml, not parsable.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Pro-Bono help for reg. Charity

2014-04-28 Thread Nigel Wood
Can anyone with good knowledge of Typo3 help a reg. charity with their new website therrc.org.uk  on a Pro-Bono basis? 
The website has been created for us by a German company but we need someone preferably in UK to check file system and help us update once a week until we can learn how to do it ourselves.  
Thank you

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


[TYPO3-english] Add page layout in bootstrap package typo3 6.2

2014-04-28 Thread Gunnar Jonsson
I want a page layout with 3 grids for left margin and 9 grids for normal. Are there any tutorial how to add a new page layout in bootstrap package? 


I have copied one of the HTML files and renamed it Default2VColumns.html, so it 
looks like:
f:layout name=Default / f:section name=Main div class=container div class=row div class=col-md-3 f:cObject typoscriptObjectPath=lib.dynamicContent 
data=1 / /div div class=col-md-9 role=main f:cObject typoscriptObjectPath=lib.dynamicContent data=0 / /div /div /div /f:section

And I also inserted the following in the root template:
page.10.file.stdWrap.cObject.bootstrap_package__default_2_V_columns = TEXT
page.10.file.stdWrap.cObject.bootstrap_package__default_2_V_columns.value = 
EXT:bootstrap_package/Resources/Private/Templates/Page/Default2VColumns.html
page.10.file.stdWrap.cObject.bootstrap_package__default_2_V_columns.insertData 
= 1

It seems like this is not enough in order to use it for page layout. Someone who knows what 
more is needed? I also wonder what role=main is used for.

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


[TYPO3-english] Re: Re: coolURI + go_maps_ext

2014-04-28 Thread Robert Hafenried

Hi,

yes, you're right. There is is some js to blame. And it only happens if realurl 
or coolURI is installed.

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


[TYPO3-english] Page Link to External URL does not accept _blank setting in 6.1.8

2014-04-28 Thread Tony Lush
On a site based on the bootstrap demo using TYPO3 6.1.8, the pages of 
type Link to External URL do not go to a new window or tab when the 
Link Target is set to _blank.


External links elsewhere on the site (not in a menu) fall under 
config.extTarget = _blank, and function properly


Any suggestions?

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


[TYPO3-english] Re: Realurl and base URL config problem

2014-04-28 Thread Ueli Niggli

Thanks you both. There was no configuration in the template, so I added the 
suggested lines. Also there was no domain configured, so I configured my 
(sub)domain. After both changes, the menu still linked to the main domain.

There is a .htaccess in the subdomain main folder. Here is the relevant part. I am 
suspecting the rewritebase, but since the .htaccess file is in the main 
directory I don't know whats wrong?


### Begin: Rewrite stuff ###
# Enable URL rewriting
RewriteEngine On

# To assist in debugging rewriting, you could use these lines
# DON'T enable it for production!
# This will only work in httpd.conf, not in .htaccess files
#RewriteLog /var/log/apache/rewrite.log
#RewriteLogLevel 9

# If you use the RealUrl extension, then you'll have to enable the next line.
# You will have to change this path if your TYPO3 installation is located
# in a subdirectory of the website root.
# 
# If you place this in httpd.conf, you cannot use this directive in any case!

RewriteBase /

# Rule for versioned static files (see 
$TYPO3_CONF_VARS[BE][versionNumberInFilename])
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)\.(\d+)\.(php|js|css|png|jpg|gif|gzip)$ $1.$3 [L]

# Stop rewrite processing if we are in the typo3/ directory
# For httpd.conf, use this line instead of the next one:
# RewriteRule 
^/TYPO3root/(typo3|t3lib|tslib|fileadmin|typo3conf|typo3temp|uploads|showpic\.php|favicon\.ico)/
 - [L]
RewriteRule 
^(typo3|t3lib|tslib|fileadmin|typo3conf|typo3temp|uploads|showpic\.php|favicon\.ico)/
 - [L]

# Redirect htp://mysite/typo3 to htp://mysite/typo3/index_re.php
# and stop the rewrite processing
# For httpd.conf, use this line instead of the next one:
# RewriteRule ^/TYPO3root/typo3$ /TYPO3root/typo3/index.php [L]
RewriteRule ^typo3$ typo3/index_re.php [L]

# If the file/symlink/directory does not exist = Redirect to index.php
# Important note: If you copy/paste this into httpd.conf instead
# of .htaccess you will need to add '%{DOCUMENT_ROOT}' left to each
# '%{REQUEST_FILENAME}' part.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

# Main URL rewriting.

# If you use Windows and SimulateStaticDocuments do not work, try adding a
# slash (/) right before 'index.php' below.

# The example shows how to rewrite only *.html and *.pdf files to index.php
# This may be helpful when using an extension that can generate PDF files
# on the fly.
# Example: RewriteRule .*\.(html|pdf)$ index.php [L]

# For httpd.conf, use this line instead of the next one that has no '#':
# RewriteRule .* /TYPO3root/index.php [L]

# For use with the RealUrl extension, you might need to remove the
# RewriteBase directive somewhere above and use this line instead of the
# next one:
RewriteRule .* /index.php [L]

# RewriteRule .* indexTemp.php [L]

### End: Rewrite stuff ###


Thanks in advance for your help.

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


Re: [TYPO3-english] Realurl and base URL config problem

2014-04-28 Thread Peter Kühnlein

Am 28.04.2014 21:04, schrieb Ueli Niggli:
Thanks you both. There was no configuration in the template, so I 
added the suggested lines. Also there was no domain configured, so I 
configured my (sub)domain. After both changes, the menu still linked 
to the main domain.


There is a .htaccess in the subdomain main folder. Here is the 
relevant part. I am suspecting the rewritebase, but since the 
.htaccess file is in the main directory I don't know whats wrong? 
The rewritebase should be ok since the .htaccess is in the same folder 
as the TYPO3 installation. Did you clear all the caches after the 
modifications? Frequently that's the cause for such stuff.


--

http://function2form.net
http://peter-kuehnlein.net

Practice in letter writing goes to the extend of taking care in even one-line 
letters.
(Hagakure)

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


Re: [TYPO3-english] f:for inline

2014-04-28 Thread Jan Bednarik
I doesn't seem to me that Fluid requires valid XML, am I wrong?

Jan

Dne 28.4.2014 9:14, Dmitry Dulepov napsal(a):
 Hi!
 
 Jan Bednarik wrote:
 Cool, I think you can try it without CDATA.
 
 That will be invalid xml, not parsable.
 

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


Re: [TYPO3-english] coolURI + go_maps_ext

2014-04-28 Thread Jan Bednarik
Well, because it takes current URL and appends the file path. Without
CoolUri/RealUrl you're still in the root, so it's fine.

Jan

Dne 28.4.2014 20:07, Robert Hafenried napsal(a):
 Hi,
 
 yes, you're right. There is is some js to blame. And it only happens if
 realurl or coolURI is installed.
 
 Robert

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


[TYPO3-english] Preview Heading Style in HTMLarea Dropdown

2014-04-28 Thread Scotty C
Hi everyone,

My current client wants to put different sizes and colours of text EVERYwhere 
in their site. I've advised them to use CSS, which they're willing to do, but 
HTMLarea doesn't show a preview of each heading style and the client can't 
remember what each style looks like. So, they've decided to use font-size/color 
instead.  and I can't blame them! 

Could somebody please tell me how I can stylize the items in the block format 
dropdown of HTMLarea so users can get a preview of each headings style?

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