[TYPO3-english] can't set permissions for content element based on user group

2009-06-19 Thread Stefanos Karasavvidis
What Access List option of a BE usergroup do I have to enable, in order for a BE user to be able to set access for a content element based on FE groups (general options->access of a content element)? Whatever I do, the list of user groups is always empty, except the "Hide at login" and "Show at an

Re: [TYPO3-english] labels from local language file

2009-06-19 Thread Bjarne Helligsoe
Hi, It up running. The class that I am programmering is used for a rightclick menu in a FE tree, and after rewriting the "/typo3/init.php" file anything works. But thanks for the response David. Regards Bjarne "Bjarne Helligsoe" wrote in message news:mailman.1.1245337162.14729.typo3-engl...

Re: [TYPO3-english] Typo website hacked

2009-06-19 Thread Dave Bui
also, make sure you change all the password - FTP detail - Admin Hope all will be fine for your site soon. David Bruchmann wrote: > - Ursprüngliche Nachricht - > Von:Robin Edwards > Gesendet: Freitag, 19. Juni 2009 07:27:19 > An: typo3-english@lists.netfielders.de > C

Re: [TYPO3-english] evil persistent "no_cache"

2009-06-19 Thread Marcel Remmy
hi rupert, thanks for the hint. i'm already viewing the admin panel "typoscript" with the first checkboxes and the last one set to 1 and there is no clue printed why the no_cache is invoked. realurl was my first strike as well, but after having disabled it by config.tx_realurl_enable = 0 and dele

Re: [TYPO3-english] can't set permissions for content element based onuser group

2009-06-19 Thread imcso
Did you create frontend user groups in your frontend user storage folder? -Message d'origine- De : typo3-english-boun...@lists.netfielders.de [mailto:typo3-english-boun...@lists.netfielders.de] De la part de Stefanos Karasavvidis Envoyé : vendredi 19 juin 2009 9:46 À : typo3-english@lis

[TYPO3-english] $GLOBALS["TSFE"]->feuser

2009-06-19 Thread Bjarne Helligsoe
Hi, In a rightclickmenu I need to get user information, but the values in $GLOBALS["TSFE"]->feuser are empty, and therefor not init. The menu is a ajax menu, and so the php page who generate the men is a "stand alone" file. With a init.php (stole and rewrited "/typo3/init.php") I have set up th

[TYPO3-english] Condition for specific URL?

2009-06-19 Thread Morten Kjems
Hi. I need to configure a condition for a specific URL. I can't just go with the Pid since the page is displaying tt_news singleview and listview on the same page. And I only need the condition for a few of the generated URLs. I am looking for something like this: [globalVar = URL=http://doma

Re: [TYPO3-english] Condition for specific URL?

2009-06-19 Thread Georg Ringer
Hi, use a custom condition, examples in TsRef georg ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] TCEforms default value for Templavoila image field?

2009-06-19 Thread [_Tim_]
hi all, i chose a different approach to the image situation described here by andrew. hope it helps (got this code from other mailing lists, sorry for whom the credits belong to): In the setup field of your template, add this: temp.logo = IMAGE temp.logo.file.import = uploads/media/ temp.logo.f

Re: [TYPO3-english] Condition for specific URL?

2009-06-19 Thread JoH asenau
> I need to configure a condition for a specific URL. > > I can't just go with the Pid since the page is displaying tt_news > singleview and listview on the same page. And I only need the > condition for a few of the generated URLs. > > I am looking for something like this: > > [globalVar = URL=htt

[TYPO3-english] Accessrights for pages / Many FE Groups

2009-06-19 Thread Ansgar Brauner
Hi there, i have several problems with a large amount of FE_Groups. As already asked in many Newsgroups at a clean installation of TYPO3 the number of Groups which can be assigned to a Page, or the number of subgroups is limited to 20. This can be reassigned by: pages.columns.fe_group.config.maxi

[TYPO3-english] Crawler and multiple news pages (Does a 'real' crawler exist?)

2009-06-19 Thread Bartbogdan
Hi all, We are currently working on a site with mulitple single news pages. There are multiple news categories and news items from certain categories are shown on different single news pages. The problem that arises is that the crawler for indexed search will index all available news items on e

Re: [TYPO3-english] Limitation of number of characters for RTE Content Element

2009-06-19 Thread Sergii Khomenko
Yeah, that's what I thought. I will probably have to crop the output to FE which would be a solution as far as I know. Thanks Sergii 2009/6/17 Erik Svendsen > Sergii Khomenko skrev: > > Hi List, > > > > I am trying to find TS settings to limit number of characters for a text > > content element

Re: [TYPO3-english] Accessrights for pages / Many FE Groups

2009-06-19 Thread alex widschwendter
hi ansgar, > i have several problems with a large amount of FE_Groups. As already > asked in many Newsgroups at a clean installation of TYPO3 the number of > Groups which can be assigned to a Page, or the number of subgroups is > limited to 20. > > This can be reassigned by: pages.columns.fe_grou

Re: [TYPO3-english] Condition for specific URL?

2009-06-19 Thread Morten Kjems
JoH asenau skrev: > Try > [globalString = IENV:TYPO3_REQUEST_URL = http://domain.com/page/] Thanks! Works perfect. /Morten ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-eng

Re: [TYPO3-english] $GLOBALS["TSFE"]->feuser

2009-06-19 Thread alex widschwendter
hi, > In a rightclickmenu I need to get user information, but the values in > $GLOBALS["TSFE"]->feuser are empty, and therefor not init. The menu is a > ajax menu, and so the php page who generate the men is a "stand alone" file. > With a init.php (stole and rewrited "/typo3/init.php") I have s

Re: [TYPO3-english] Accessrights for pages / Many FE Groups

2009-06-19 Thread Ansgar Brauner
alex widschwendter schrieb: > hi ansgar, > >> i have several problems with a large amount of FE_Groups. As already >> asked in many Newsgroups at a clean installation of TYPO3 the number of >> Groups which can be assigned to a Page, or the number of subgroups is >> limited to 20. >> >> This can be

[TYPO3-english] no_cache and captcha/comments ?

2009-06-19 Thread Daniel Huf
Hi, Is there a way to use a captcha (sr_freecap or else) in comments without having to specify the no_cache on the full page ? This is what I get on the system log output: 19/06/09 14:17 - cms: $TSFE->set_no_cache() was triggered by typo3/sysext/cms/tslib/class.tslib_fe.php on line 1757. Cachi

Re: [TYPO3-english] Accessrights for pages / Many FE Groups

2009-06-19 Thread Erik Svendsen
If you are using MySQL 5.0.3 and newer, VARCHAR can have a value of 65,535, but it's shared among all columns, so effective length are lower. But try with different values. The use of varchar isn't directly an misconception, but also related to lack of functionality in earlier MySQL versions.

Re: [TYPO3-english] no_cache and captcha/comments ?

2009-06-19 Thread Daniel Huf
Might be linked to the cHash present on the page. Thanks anyway. If you have clue. Daniel Daniel Huf wrote: > Hi, > > Is there a way to use a captcha (sr_freecap or else) in comments without > having to specify the no_cache on the full page ? > > This is what I get on the system log output: >

Re: [TYPO3-english] can't set permissions for content element basedonuser group

2009-06-19 Thread Stefanos Karasavvidis
yes I did. As admin user I can see and set all FE groups. But if I create a "normal" BE user, I'm not able to see any user group. The list is just empty except the 2 hide/show at login options imcso wrote: > Did you create frontend user groups in your frontend user storage folder? > > -Messa

[TYPO3-english] Can't login after transfer to virtual server

2009-06-19 Thread Koen Van Nuffelen
Good afternoon Typo3 colleagues, After the transfer from a shared server to a virtual server, I can't login to some websites anymore. (The last 6 websites I configured have this problem, older sites don't have it.) All sites are in the last typo3 version (4.2.6) The frontend of the sites is wor

Re: [TYPO3-english] Specific thumbnails

2009-06-19 Thread alex widschwendter
hi, > I'm a new typo3 list, I have some question below: > > Currently, for content elements "text width image" or "images", are > automatically generated thumbnail that can be used to display of the > original image on click (click to enlarge). Are there any possibility to > add a specific thu

Re: [TYPO3-english] $GLOBALS["TSFE"]->feuser

2009-06-19 Thread Francois Suter
alex widschwendter wrote: > hi, > >> In a rightclickmenu I need to get user information, but the values in >> $GLOBALS["TSFE"]->feuser are empty, and therefor not init. The menu is >> a ajax menu, and so the php page who generate the men is a "stand >> alone" file. With a init.php (stole and re

[TYPO3-english] direct_mail with languages and categories

2009-06-19 Thread Silke Arend
Hello, I am searching for a solution for the following task: Send mails to all fe-users of a defined language, who selected the categories fitting the mail content. For instance, all fe-users with EN in field language, who selected category A - at least as one of their categories. Sounds quit

Re: [TYPO3-english] [sr_feuser_register] Links to activation without ID

2009-06-19 Thread Philipp Gampe
you set: confirmInvitationPID = 0 do this instead confirmInvitationPID > Cheers Phil Am 17.06.2009, 11:17 Uhr, schrieb Robert Jędruszek : > > Constats below: > > styles.content.loginform.pid = 78 > plugin.tx_srfeuserregister_pi1.enableEmailConfirmation = 1 > plugin.tx_srfeuserregister_pi1.us

[TYPO3-english] Building a simple TYPO3 newsletter solution

2009-06-19 Thread Simon J
Hi folks! This is not really a TYPO3-question, but then again maybe: I've developed a small easy-to-use newsletter module for TYPO3 for a client (who had difficulties using existing TYPO3 newsletter plugins), basically it just sends the TYPO3 page output to the subscribed mail receipients. It

Re: [TYPO3-english] Building a simple TYPO3 newsletter solution

2009-06-19 Thread Simon J
Simon J skrev: > Hi folks! > > This is not really a TYPO3-question, but then again maybe: > > I've developed a small easy-to-use newsletter module for TYPO3 for a > client (who had difficulties using existing TYPO3 newsletter plugins), > basically it just sends the TYPO3 page output to the subs

[TYPO3-english] How to use Layout 1 / 2 / 3 ???

2009-06-19 Thread Ronald Wiplinger (Lists)
How to setup the use of Layout 1 / 2 / 3 ? I have on the left side a menu. Some pages do not need the left menu (column), just a back button. I think that the selection of a different Layout would be a solution. bye R. ___ TYPO3-english mailing list TY

Re: [TYPO3-english] How to use Layout 1 / 2 / 3 ???

2009-06-19 Thread Martin Bernt Rud
Hi Ronald, It can be used in TS Setup: [globalVar=TSFE:page|layout = 1] ... some specific TS, i.e. a special template file without left menu... [end] You can also change the labes from "1", "2", "3" to something more meaning full. Go to the page TS config of your root page TCEFORM.pages.layou