[TYPO3] Increase image column from 8 to 10 or more

Tan Le tanl at flirtcreative.com.au
Thu Jul 26 03:20:25 CEST 2007


Hi all,

I am wondering if it is possible to increase the images column (under
postions in content elemnent) from currently max 8 to 10 or whatever
value more than 8 ?, if so could someone please direct me on how to
achieve this? I've tried searching but nothing has come up so far.

Thanks heaps for the all the helps.
Tan 

-----Original Message-----
From: typo3-english-bounces at lists.netfielders.de
[mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of
typo3-english-request at lists.netfielders.de
Sent: Thursday, July 26, 2007 9:05 AM
To: typo3-english at lists.netfielders.de
Subject: TYPO3-english Digest, Vol 46, Issue 85

Send TYPO3-english mailing list submissions to
	typo3-english at lists.netfielders.de

To subscribe or unsubscribe via the World Wide Web, visit
	
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
or, via email, send a message with subject or body 'help' to
	typo3-english-request at lists.netfielders.de

You can reach the person managing the list at
	typo3-english-owner at lists.netfielders.de

When replying, please edit your Subject line so it is more specific
than "Re: Contents of TYPO3-english digest..."


Today's Topics:

   1. Re: Help on Mailform Captcha Extension (cr_tmailform_captcha)
      (tonix (Antonio Nati))
   2. Re: Creating logout link for fe users
      (H.E.Weenink | Aristo WebDesign)
   3. Re: Creating logout link for fe users (Daniel)
   4. Re: userfunc in TMENU (Jochen Rieger)
   5.  Typo3 and multiple default language (Luc Muller)
   6.  first subpage in TS (hard.one - mphanke)
   7. Re: Problem styling tables (contenttable) (Jake Cooper)
   8. Re: text based template (saved as a cookie) (dave typo)
   9.  dynamic image from outside of the fileadmin folder?
      (Katja Lampela)
  10. Re: Typo3 and multiple default language (Bernd Wilke)
  11.  realurl sometimes case insensitive (Loek Hilgersom)
  12. Re: Typo3 and multiple default language (Nagita Karunaratne)


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

Message: 1
Date: Wed, 25 Jul 2007 11:39:16 +0200
From: "tonix (Antonio Nati)" <tonix at interazioni.it>
Subject: Re: [TYPO3] Help on Mailform Captcha Extension
	(cr_tmailform_captcha)
To: TYPO3 English <typo3-english at lists.netfielders.de>
Message-ID:
	
<mailman.5589.1185358397.11720.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset="us-ascii"; format=flowed

Problem solved.
It was necessary to customize all the extensions with specific changes.

Tonino

At 17.50 24/07/2007, you wrote:
>I'm setting up this extension, and it apparently works, but no
>checkin done on the typed field.
>
>I've loaded these extensions:
>         - Tmailform (pil_mailform)
>         - sr_freecap
>         - Mailform Captcha Extension (cr_tmailform_captcha)
>
>tmailform works fine, and after adding
>
><!-- ###CAPTCHA_INSERT### -->
>          ###SR_FREECAP_NOTICE###
>          ###CAPTCHA_ERR_TXT###
>          <input type="text" size="15"
>name="tx_pilmailform_pi1[text][captcha]" value="" />
>          ###SR_FREECAP_IMAGE###
><!-- ###CAPTCHA_INSERT### -->
>
>the image with a fuzzy image appears, but form is sent despite of any
>wrong value typed in the captcha field.
>
>Any hint on what can be the problem?
>Is there any suggestion/example/configuration which may be shown?
>
>Thanks,
>
>Tonino
>
>_______________________________________________
>TYPO3-english mailing list
>TYPO3-english at lists.netfielders.de
>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english



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

Message: 2
Date: Wed, 25 Jul 2007 12:15:13 +0200
From: "H.E.Weenink | Aristo WebDesign"
	<h.e.weenink at aristo-webdesign.nl>
Subject: Re: [TYPO3] Creating logout link for fe users
To: 'Daniel' <dwventer at gmail.com>,	'TYPO3 English'
	<typo3-english at lists.netfielders.de>
Message-ID:
	
<mailman.5591.1185358523.11720.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=us-ascii

Hello Daniel, 

The content-element to login is also used to make logout. Option what is
used mostly: 
Two pages:
Login (hidden when logged in)
Logout (visible when logged in)
On both pages plugin with loginmodule

Please read manual to set startingpoint to correct sytemfolder and don't
forget to set data in constant-editor 

Good luck, Eef  

-----Oorspronkelijk bericht-----
Van: typo3-english-bounces at lists.netfielders.de
[mailto:typo3-english-bounces at lists.netfielders.de] Namens Daniel
Verzonden: woensdag 25 juli 2007 10:29
Aan: typo3-english at lists.netfielders.de
Onderwerp: [TYPO3] Creating logout link for fe users

Hi,



I'm very new to Typo3 and I'm trying to create a webpage with feuser
access.

I'm now stuck with trying to create a link that will logout the current
fe 
user. There must be a simple solution.



Any advice will be appreciated.



Regards,

Daniel


_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english





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

Message: 3
Date: Wed, 25 Jul 2007 12:23:34 +0200
From: "Daniel" <dwventer at gmail.com>
Subject: Re: [TYPO3] Creating logout link for fe users
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1185359043.25974.typo3-english at lists.netfielders.de>

Thanks Eef,



I know of the login module and that is what I use for user logon but I
would 
like to have a simple link on my menu page that will allow the user to 
logout when the link is select and not still have to press a logout
button.



Warm regards,

Daniel



H.E.Weenink | Aristo WebDesign wrote:
> Hello Daniel,
>
> The content-element to login is also used to make logout. Option what
> is used mostly:
> Two pages:
> Login (hidden when logged in)
> Logout (visible when logged in)
> On both pages plugin with loginmodule
>
> Please read manual to set startingpoint to correct sytemfolder and
> don't forget to set data in constant-editor
>
> Good luck, Eef
>
> -----Oorspronkelijk bericht-----
> Van: typo3-english-bounces at lists.netfielders.de
> [mailto:typo3-english-bounces at lists.netfielders.de] Namens Daniel
> Verzonden: woensdag 25 juli 2007 10:29
> Aan: typo3-english at lists.netfielders.de
> Onderwerp: [TYPO3] Creating logout link for fe users
>
> Hi,
>
>
>
> I'm very new to Typo3 and I'm trying to create a webpage with feuser
> access.
>
> I'm now stuck with trying to create a link that will logout the
> current fe user. There must be a simple solution.
>
>
>
> Any advice will be appreciated.
>
>
>
> Regards,
>
> Daniel
>
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english 




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

Message: 4
Date: Wed, 25 Jul 2007 12:28:51 +0200
From: Jochen Rieger <j.rieger at connecta.ag>
Subject: Re: [TYPO3] userfunc in TMENU
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1185359334.15171.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=UTF-8; format=flowed

Hi Fabian,

> I created a TMENU with TS. Now I want to create in the second
Menupoint 
>  a function from the userfunc  , but I don`t know how to realize it.

maybe you should explain a bit more what exactly you want to achieve by 
the userFunc.

Regards,
Jochen

-- 
Connecta AG TYPO3 Development
http://www.connecta.ag


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

Message: 5
Date: Wed, 25 Jul 2007 13:01:23 +0200
From: "Luc Muller" <l.mul-nospam-ler at ameos.com>
Subject: [TYPO3]  Typo3 and multiple default language
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1185361372.27521.typo3-english at lists.netfielders.de>

Hello list.

Does anyone here already has to handle a website, with multiple default 
language ?
I mean, a website where I can set page in english content by default,
and 
some other page in other language.
basiccaly a website where english BE user will set his content in
english, 
and other language user will set the content in their own language
And of course handling the right translation in the right language,
handling 
the default country flag in the right way, and the default language in 
indexed search and so on the right way.

I'm just looking for ideas on how to handle those kind of things, and if

anyone has already faced this kind of website.

I'm not sure if I'm clear enough about the topic, but feel free to
discuss 
about it.

Thanks a Lot

Luc, Greetings from France :) 




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

Message: 6
Date: Wed, 25 Jul 2007 15:40:06 +0200
From: "hard.one - mphanke" <news- at -hardone-.-de>
Subject: [TYPO3]  first subpage in TS
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1185370805.16021.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi,

how can I figure out the first subpage with typoscript? It has to be the

first page,even "not in menu" but not "SysFolder"...

Any ideas?

Best Regards,

Martin


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

Message: 7
Date: Wed, 25 Jul 2007 08:48:50 CDT
From: Jake Cooper <typo3-english at lists.netfielders.de>
Subject: Re: [TYPO3] Problem styling tables (contenttable)
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1185371362.3517.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1

Joey,
     Your reply was so helpful.  I had a similar problem and this solved
it for me.  Another question you may be able to help me with.  
<P>paragraph tags are being added to each cell within my contenttable.
How do I remove these paragraph tags in table cells while preserving the
paragraph tags within the bodytext?  (that is the most important part)
I'm guessing it is somewhere in this same area, but can't quite figure
it out.  I can't figure out why it is putting <p> tags inside the
tablecells.  I didn't hit the enter or even shift-enter when the data
was put in the cells in the RTE.

Any help would be SO MUCH appreciated.

Thanks,
Jake Cooper


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

Message: 8
Date: Wed, 25 Jul 2007 17:02:17 +0200
From: "dave typo" <typothree at gmail.com>
Subject: Re: [TYPO3] text based template (saved as a cookie)
To: "TYPO3 English" <typo3-english at lists.netfielders.de>
Message-ID:
	
<mailman.5699.1185375743.11720.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

so is there no way to maintain a  low graphics template as a user
moves from page to page?

On 7/24/07, dave typo <typothree at gmail.com> wrote:
> How can i let a user select a text-based template that stays upon the
> next time they log in?
>
> I'd like a low graphics (ie text based similar to &type=98) but one
> that also retains the navigation. Is there a template switching
> extension that I could use?
>
> I could then simply create a low-graphics template and have a user
> select the low graphics version themselves.
>
>
> anyone have any experience with this?
>
>
> -dave
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


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

Message: 9
Date: Wed, 25 Jul 2007 18:13:53 +0300
From: "Katja Lampela" <katja.lampela at lieska.net>
Subject: [TYPO3]  dynamic image from outside of the fileadmin folder?
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1185376444.25619.typo3-english at lists.netfielders.de>

Hi folks,

I'm trying to make a dynamic header with a background image. I found the

code below and the default image shows fine. I also get the user images 
uploaded fine in the "myfolder/groups/32/" and they can be selected with
the 
element browser normally. The problem is that the image doesn't show in
fe, 
the source shows no path to the image: style="background:url()

The folder "myfolder/groups/32/" isn't in the fileadmin folder but in
the 
root of the site (like "fileadmin") and I suspect this is the reason.
I've 
tried different kind of path definitions (also in install tool), but no
luck 
so far. So I'm wondering is this a killer configuration to have a user 
folder outside of fileadmin folder or is there maybe a way to get this 
working?

Any help or pointers greatly appreciated :)
- Katja


page.1.marks.kuva = IMG_RESOURCE
page.1.marks.kuva {

 # Default image if no image is inserted on the page
    file = fileadmin/pics/560x200-01.jpg
    file.import.data = levelmedia: -1, "slide"

 # Folder to upload the userdefined images to
    file.import = myfolder/groups/32/
    file.import.listNum = 0
    file.import.override.field = media
 }





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

Message: 10
Date: Wed, 25 Jul 2007 23:40:02 +0200
From: Bernd Wilke <xoonsji02 at sneakemail.com>
Subject: Re: [TYPO3] Typo3 and multiple default language
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1185399602.20503.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=us-ascii

On Wed, 25 Jul 2007 13:01:23 +0200, Luc Muller wrote
with subject "[TYPO3] Typo3 and multiple default language":

> Hello list.
> 
> Does anyone here already has to handle a website, with multiple
default 
> language ?
> I mean, a website where I can set page in english content by default,
and 
> some other page in other language.
> basiccaly a website where english BE user will set his content in
english, 
> and other language user will set the content in their own language
> And of course handling the right translation in the right language,
handling 
> the default country flag in the right way, and the default language in

> indexed search and so on the right way.
> 
> I'm just looking for ideas on how to handle those kind of things, and
if 
> anyone has already faced this kind of website.
> 
> I'm not sure if I'm clear enough about the topic, but feel free to
discuss 
> about it.


the default language (language-id=0) of pages or content is not fixed at
all. For plugins which have to select the correct language (locallang.*)
you can define a value with:
	config.language = en

the other typoscript assignements like 
	config.locale_all = en_EN
	config.htmlTag_langKey = en
are for a correct HTML-header

and 
	config.sys_language_uid = 0
is for selecting any language.

you may ignore the index 0 and prefer any other language as default
	config.sys_language_uid = 4

in this kind you can define another default-value for each page
(extension
templates)

using only sys_language_uid = 0 will make problems with indexed-search
where you can select one language(ID) for searchings.
which langue is language=0, if the default-language changes for each
page?

Bernd
-- 
http://www.pi-phi.de/t3v4/cheatsheet.html


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

Message: 11
Date: Wed, 25 Jul 2007 23:44:23 +0200
From: Loek Hilgersom <hilgersom at xs4all.nl>
Subject: [TYPO3]  realurl sometimes case insensitive
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1185399863.7542.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi all,

Some strange behaviour I found: servers where Url's are case sensitive
become 
case insensitive in the front-end as soon as you log in to the
back-end.... bug, 
feature, design, coincidence? Not a big deal, but a bit strange.

Anyway, for whoever might want to know, I checked a few related things:

After some testing I discovered that Url's using realurl are case
insensitive on 
some linux servers, and case sensitive on others - I checked 4 servers
all 
running 4.1.1 with RealUrl 1.1.4. This of course is could be caused by
different 
server configurations, but I find it strange because nothing is
explicitly 
installed to deal with type cases.

I couldn't find much info on 'realurl and case' except the old posting
below.

I needed case insensitivity because of an XSLT application that
generates Url's 
based on input from a product database. Those products often start with
a 
capital, and the PHP-XSLT processor doesn't support converting to
lowercase yet 
(XSLT 1.0).

While my tests showed that the application worked perfectly fine
regardless of 
case differences, my client saw a less flattering result....

I resolved it now by changing line 680 in class.tx_realurl.php (v1.1.4):

	$speakingURIpath = $this->pObj->siteScript;

to:

	$speakingURIpath = strtolower ($this->pObj->siteScript);

Cheers,
Loek




Subject: Re: [TYPO3] make realurl case insensitive?
Date: 27-9-2006 23:28

Dmitry Dulepov wrote:
 > Hi!
 >
 > Bing Du wrote:
 >> The url http://www.site.edu/home works fine but
 >> http://www.site.edu/Home does not (page not found).  Possible to
make
 >> realurl case insensitive?
 >
 > You need to modify source code yourself. However it will not be part
of
 > any official release.
 >


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

Message: 12
Date: Wed, 25 Jul 2007 16:03:10 -0700
From: Nagita Karunaratne <Nagita.k at gmail.com>
Subject: Re: [TYPO3] Typo3 and multiple default language
To: typo3-english at lists.netfielders.de
Message-ID:
	<mailman.1.1185404590.27760.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Bernd Wilke wrote:
> On Wed, 25 Jul 2007 13:01:23 +0200, Luc Muller wrote
> with subject "[TYPO3] Typo3 and multiple default language":
> 
  > the default language (language-id=0) of pages or content is not
fixed at
> all. For plugins which have to select the correct language
(locallang.*)
> you can define a value with:
> 	config.language = en
> 
> the other typoscript assignements like 
> 	config.locale_all = en_EN
> 	config.htmlTag_langKey = en
> are for a correct HTML-header
> 
> and 
> 	config.sys_language_uid = 0
> is for selecting any language.
> 

Can you put this configuration information into User TS Config?

-Nagita


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

_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

End of TYPO3-english Digest, Vol 46, Issue 85
*********************************************


More information about the TYPO3-english mailing list