[TYPO3-english] URL making ext.

2011-04-20 Thread Pero Matic
Hi. Is there an extension that has this features: 1. automatic URL generation like RealURL or CoolURI do 2. possibility to manualy add complete URL path (not just the last part - alias field) for a specific page (there was an extension called AliasPro that did this). Btw. i don't want to use red

Re: [TYPO3-english] Disable automatic URL linking

2011-04-09 Thread Pero Matic
Helmut Hummel wrote: > Hi, > > On 08.04.11 15:39, Pero Matic wrote: >> Hi. When i write some URL in htmlarea RTE in pure text (there is no >> link in RTE) the link is displayed on a page. How to disable this? I >> want pure text URL, not linked one on a page. I repeat,

[TYPO3-english] Disable automatic URL linking

2011-04-08 Thread Pero Matic
Hi. When i write some URL in htmlarea RTE in pure text (there is no link in RTE) the link is displayed on a page. How to disable this? I want pure text URL, not linked one on a page. I repeat, there is no link in RTE, just text URL. Thx. Regards. _

Re: [TYPO3-english] mnogosearch result page

2011-03-23 Thread Pero Matic
Pero Matic wrote: > Hi. Anyone know why this doesn't work: > > plugin.tx_mnogosearch_pi1.form.resultsPage = 19 > > I have a search form in every page of my site. After submiting a > search form same page is loaded again insted of page 19 where search > results should

[TYPO3-english] mnogosearch result page

2011-03-22 Thread Pero Matic
Hi. Anyone know why this doesn't work: plugin.tx_mnogosearch_pi1.form.resultsPage = 19 I have a search form in every page of my site. After submiting a search form same page is loaded again insted of page 19 where search results should be displayed. Thx. _

Re: [TYPO3-english] tt_news in list image is not displayed

2011-02-02 Thread Pero Matic
"Boangiu" wrote in message news:mailman.8972.1296676060.648.typo3-engl...@lists.typo3.org... > Hello all, > > I installed tt-news and I have an issue in list view, image are not > displayed. img src is empty,dimension are empty as well. In image on a > page are displayed OK. > I try a lot of s

[TYPO3-english] Authentication ext. - problem with LOGing

2011-02-02 Thread Pero Matic
Hi. In class.t3lib_userauth.php there is this code: // User logged in - write that to the log! if ($this->writeStdLog && $activeLogin) { $this->writelog(255,1,0,1,'User %s logged in from %s (%s)',Array($tempuser[$this->username_column], t3lib_div::getIndpEnv('REMOTE_ADDR'), t3lib_div::getI

Re: [TYPO3-english] Expired session and authentication

2011-02-02 Thread Pero Matic
"Victor Livakovsky" wrote in message news:mailman.1.1296661587.2132.typo3-engl...@lists.typo3.org... > Hi. > > Don't have a good solution for this, but what if you increase BE session > lifetime to some really big value in > $TYPO3_CONF_VARS["BE"]["sessionTimeout"] ? Yes, that would be a dirt

[TYPO3-english] Expired session and authentication

2011-02-02 Thread Pero Matic
Hi. I made my custom auth. ext. which redirects user to the third party auth. mechanism and if authentication is valid user gets logged into TYPO3 BE. It's all working fine, but i noticed that when session expires in TYPO3 BE, login popup is shown. Is there a way to disable this or to change it'

Re: [TYPO3-english] Auth. services and logout

2011-01-24 Thread Pero Matic
Kay Strobach wrote: > Hi take a look on: > > EXT:ksbelogout > > Regards > Kay Wow thx! I think that's it. Regards. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Auth. services and logout

2011-01-24 Thread Pero Matic
Jigal van Hemert wrote: > Hi, > > On 24-1-2011 17:16, Pero Matic wrote: >> Sorry to reply on own post, but maybe i was not clear. I would like >> to know if i could change logout code (extend that class)? Thx. > > The logout button sends you to logout.php, which log

Re: [TYPO3-english] Auth. services and logout

2011-01-24 Thread Pero Matic
Sorry to reply on own post, but maybe i was not clear. I would like to know if i could change logout code (extend that class)? Thx. "Pero Matic" wrote in message news:mailman.1.1295885088.18314.typo3-engl...@lists.typo3.org... > Hi. I'm developing custom auth. BE servic

[TYPO3-english] Auth. services and logout

2011-01-24 Thread Pero Matic
Hi. I'm developing custom auth. BE service and basicly it's working fine but i have one question regarding logout. I have the same issue as with "Auth: Automatic BE login by IP" ext. - when you click on TYPO3 logout it logs you in automaticly. Is there a way to change this so that logout means l

Re: [TYPO3-english] How to keep old URL

2010-10-22 Thread Pero Matic
"Lina Wolf" wrote in message news:mailman.1.1287762256.22193.typo3-engl...@lists.typo3.org... > Hi Pero, > > you could do an export and then when importuing the project click on "keep > all uid values". If it is about redirection: it is suggested to redirect > by htaccess and not realURL. Redi

Re: [TYPO3-english] Add uid of page at the end of realurl path

2010-10-22 Thread Pero Matic
"Michael Tamburini" wrote in message news:mailman.1.1287761672.21043.typo3-engl...@lists.typo3.org... > Hello, I have a problem with a Typo3 powered site. Often site's editors > creates new pages with the same title and realurl messes up everything > because one of the two pages with the same

[TYPO3-english] How to keep old URL

2010-10-22 Thread Pero Matic
Hi. In old TYPO3 instal. i had page with uid 756 so i accessed it: http://mysite.com/index.php?id=756 Now, i have a new site and new TYPO3 and i want to create same page with the same URL. How to do this with TYPO3? (i'm currently doing this with external apache redirect). Thx! Regards. ___

Re: [TYPO3-english] CoolURI - removing parts of URL

2010-10-22 Thread Pero Matic
"Ralf-René Schröder" wrote in message news:mailman.1.1287736411.14347.typo3-engl...@lists.typo3.org... > Pero Matic schrieb: > >> and i want it to be /page1/page5/ BUT not only for page5. I want all URLs >> bellow page3 (pages are added constantly) to be like: >

Re: [TYPO3-english] Rewrite and siteScript

2010-10-22 Thread Pero Matic
I finaly solved this. The problem is with $_SERVER['REQUEST_URI'] which is used as siteScript var which is used in CoolURI as uri var. When u make internal apache rewrite ie. RewriteRule ^/page1(.*)$ /page1/page2/page3/page4$1 and u want to access page in url /page1/page2/page3/page4/page5 by w

Re: [TYPO3-english] CoolURI - removing parts of URL

2010-10-22 Thread Pero Matic
"Jan Bednarik" wrote in message news:mailman.1.1287696789.4405.typo3-engl...@lists.typo3.org... >> I tried that too but didn't succeed. Now i'm into apache rewrites but i >> get >> status code 302 while being redirected to mysite.com (i wrote new thread >> about this.) Thx. > > I don't think it

Re: [TYPO3-english] Rewrite and siteScript

2010-10-21 Thread Pero Matic
The problem is that: $_SERVER['REQUEST_URI'] doesn't get rewritten uri but original one. I tried changing ENV var. REQUEST_URI in rewrite rule like this: RewriteRule ^/classes(.*)$ /test/ [E=REQUEST_URI:/test/] but it's the same - $_SERVER['REQUEST_URI'] = /classes/somepage So, i don't know t

Re: [TYPO3-english] TYPO3 and apache rewrites

2010-10-21 Thread Pero Matic
"Pero Matic" wrote in message news:mailman.1.1287605511.25470.typo3-engl...@lists.typo3.org... > Can someone with knowledge of apache rewrites help me here please. I spend > all day trying to debug it but no success. I have this rewriterule in > virtual host section: > &

[TYPO3-english] Rewrite and siteScript

2010-10-21 Thread Pero Matic
Is there anybody that could explain me this: When i use apache rewrite rule: RewriteRule ^/classes(.*)$ /factory/planes/pilots/classes$1 and i enter: http://mysite.com/classes/somepage in browser address field siteScript ( this->siteScript = t3lib_div::getIndpEnv('TYPO3_SITE_SCRIPT'); ) equa

Re: [TYPO3-english] CoolURI - removing parts of URL

2010-10-20 Thread Pero Matic
Jan Bednarik wrote: >> and how to remove path /factory/planes/pilots/ from >> /factory/planes/pilots/classes/page but not from >> /factory/planes/pilots/equipment/page or >> /factory/planes/pilots/reports/page :-) > > Manually in the CoolUri manager. There's no other way. I tried that too but didn

Re: [TYPO3-english] CoolURI - removing parts of URL

2010-10-20 Thread Pero Matic
Jan Bednarik wrote: >> And what can i read there Jan? Few lines of markup about maxsegments >> .. ? > > Exactly! > > Maxsegments is what you are looking for. Nice :-) Now i can go into CoolURI source, spend one day to find out what this mean: tx_realurl_pathsegment, alias,subtitle,title

[TYPO3-english] TYPO3 and apache rewrites

2010-10-20 Thread Pero Matic
Can someone with knowledge of apache rewrites help me here please. I spend all day trying to debug it but no success. I have this rewriterule in virtual host section: RewriteRule ^/classes(.*)$ /factory/planes/pilots/classes$1 So what i want to accomplish is when somebody writes: http://mysite

Re: [TYPO3-english] CoolURI - removing parts of URL

2010-10-20 Thread Pero Matic
Jan Bednarik wrote: > Hi, > > RTFM ;) > > http://typo3.org/documentation/document-library/extension-manuals/cooluri/1.0.20/view/1/4/#id2313109 And what can i read there Jan? Few lines of markup about maxsegments .. ? Then few lines of some markup about disabling page title processing. Then few l

Re: [TYPO3-english] CoolURI - removing parts of URL

2010-10-20 Thread Pero Matic
Meanwhile i made a RewriteRule for this: RewriteRule ^/path/(.*)$ /some/long/url/path/$1 but this doesn't work if i don't put [R] - external redirection. This way when user writes URL like: http://mysite.com/path/page URL address in his browser will change to: http://mysite.com/some/long/url/

[TYPO3-english] CoolURI - removing parts of URL

2010-10-20 Thread Pero Matic
Hi. Is it possible within CoolURI to define some rule that will transform URL like this: http://mysite.com/some/long/url/path/page into http://mysite.com/path/page but only if i access pages under http://mysite.com/some/long/url/path/ if i access any page at http://mysite.com/some/long/url/ o

Re: [TYPO3-english] htmlArea RTE and tables

2010-10-14 Thread Pero Matic
"Henjo Hoeksma" wrote in message news:mailman.1.1287058378.30663.typo3-engl...@lists.typo3.org... > On 2010-10-14 14:14:21 +0200, Pero Matic said: > >> Hi. I have a problem with htmlArea RTE 2.0.2 and tables. What i do is >> this: >> >> 1. create table

[TYPO3-english] htmlArea RTE and tables

2010-10-14 Thread Pero Matic
Hi. I have a problem with htmlArea RTE 2.0.2 and tables. What i do is this: 1. create table ie. 5 rows and 3 cols 2. select first row 3. merge cells RTE then makes something like bla blabla blabla bla instead of bla bla Is this a bug or i'm doing something wrong? Thx. Regards. __

Re: [TYPO3-english] CoolURI and page title change

2010-10-13 Thread Pero Matic
Jan Bednarik wrote: > Hi, > >> called "foo" (URI is /foo) and u change its name to "bar". After u >> make show page or if u have some menu generated from TS this page >> will still have URI /foo instead of new one - /bar. > > just be patient ;) > > There's a cache (have a look at the XML configurat

[TYPO3-english] CoolURI and page title change

2010-10-13 Thread Pero Matic
Hi. I'm not sure if this is a bug but it looks so. So suppose u have a page called "foo" (URI is /foo) and u change its name to "bar". After u make show page or if u have some menu generated from TS this page will still have URI /foo instead of new one - /bar. Regards. __

[TYPO3-english] Tables in RTE

2010-10-13 Thread Pero Matic
Hi. How to enable those tiny arrows that allow you to add table columns/rows inside RTE? They are displayed on column/row borders. Thx. Regards. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listi

Re: [TYPO3-english] DAM and indexing

2010-10-12 Thread Pero Matic
"Chris Müller" wrote in message news:mailman.1.1286893249.16077.typo3-engl...@lists.typo3.org... > Hi Pero, > > the documentation states: > "The alternative filemounts are added to the existing Filemounts." > http://typo3.org/documentation/document-library/core-documentation/doc_core_tsconfig/4.

Re: [TYPO3-english] DAM and indexing

2010-10-12 Thread Pero Matic
"Chris Müller" wrote in message news:mailman.1.1286865002.3302.typo3-engl...@lists.typo3.org... > Hi Pero, > >> Hi. Can someone tell me what min. permissions i have to set so that my BE >> users can upload files to DAM. For now, my BE users have problems after >> uploading file to DAM in the way

[TYPO3-english] DAM and indexing

2010-10-11 Thread Pero Matic
Hi. Can someone tell me what min. permissions i have to set so that my BE users can upload files to DAM. For now, my BE users have problems after uploading file to DAM in the way that file is not indexed so it can't be linked in RTE. This doesn't happen allways. What i did now is the stuff from

Re: [TYPO3-english] Problem with # links and CoolURI

2010-10-08 Thread Pero Matic
Jan Bednarik wrote: > Anyway, if you really need it, I've added XCLASS to latest CoolUri > version, so you can easily create your own implementation. > > Or you can change userfunc in pagepath element of your XML > configuration and use your own function to retrieve pagepath from > anywhere you wan

Re: [TYPO3-english] Function prefixLocalAnchorsWithScript is not allways called

2010-10-08 Thread Pero Matic
Søren Malling wrote: > Please explain "your mistake" and not just close the thread like this. > It might help others in the future. I would if it was something usefull for others but it's not. Links were staticly linked to index.php?id=... so very stupid mistake i think no one can make but me :-

Re: [TYPO3-english] Function prefixLocalAnchorsWithScript is not allways called

2010-10-08 Thread Pero Matic
Solved it. It was my mistake. Sorry. Regards. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Function prefixLocalAnchorsWithScript is not allways called

2010-10-08 Thread Pero Matic
I'm moving this into new thread: Jan Bednarik wrote: > You're in the wrong place. Local anchors are not prefixed using > CoolUri, but in the TYPO3 core directly. You can find it in > class.tslib_fe.php. > > As I said, CoolUri doesn't take part here. Hm, something is strange here. Function inside

Re: [TYPO3-english] Problem with # links and CoolURI

2010-10-07 Thread Pero Matic
"Jan Bednarik" wrote in message news:mailman.1.1286468297.4666.typo3-engl...@lists.typo3.org... > Hi, > >> Currently it's static but i can make it in TS if that will solve the >> problem. > > I don't thnik so, see my next post. > >> Btw. Jan, can i please ask you some more questions dealing Cool

Re: [TYPO3-english] Problem with # links and CoolURI

2010-10-07 Thread Pero Matic
"Jan Bednarik" wrote in message news:mailman.1.1286460041.24894.typo3-engl...@lists.typo3.org... > Well, it doesn't matter whether it's dynamic or static. > > It look more like server issue. The prefix for anchors is created this > way: > > $scriptPath = $GLOBALS['TSFE']->absRefPrefix . > subs

Re: [TYPO3-english] Problem with # links and CoolURI

2010-10-07 Thread Pero Matic
"Jan Bednarik" wrote in message news:mailman.1.1286459067.22982.typo3-engl...@lists.typo3.org... > > Unfortunately there is still a problem related to CoolURI. Now links are >> generated fine but like this: >> >> mysite.com/index.php?id=23# >> >> instead of: >> >> mysite.com/something# >> >> Is

Re: [TYPO3-english] Problem with # links and CoolURI

2010-10-07 Thread Pero Matic
"Pero Matic" wrote in message news:mailman.1.1286400603.6974.typo3-engl...@lists.typo3.org... > Jan Bednarik wrote: >> Hi, >> >>> The problem i have is that this link allways points to: >>> http://mysite.com/# >> >&

Re: [TYPO3-english] Problem with # links and CoolURI

2010-10-06 Thread Pero Matic
Jan Bednarik wrote: > Hi, > >> The problem i have is that this link allways points to: >> http://mysite.com/# > > that's because of the tag. > > How about you try > > config.prefixLocalAnchrors = all > > I'm not sure it's exactly this way, have a look at TSRef. Wow that's it. Great. Thx! Regards

Re: [TYPO3-english] How can i add custom image effects to the ImageOptions

2010-10-06 Thread Pero Matic
Marco Weber wrote: > Hi, > > How can i add custom image effects to the image options? > ( The image options can be found under the "text with image" element > in the "media" tab. ) > > I just want to add an effect, that will add a frame to the image and > rotate it 5 degrees to the left. > > Thank

[TYPO3-english] Problem with # links and CoolURI

2010-10-06 Thread Pero Matic
Hi. I need to create link in my header template like this: Some link The problem i have is that this link allways points to: http://mysite.com/# so if i'm ie. on a page http://mysite.com/something/ that link will still point to the: http://mysite.com/# instead of http://mysite.com/something/#

[TYPO3-english] Users and groups

2010-10-06 Thread Pero Matic
Hi. Is it possible to have BE users without groups assigned to them so that they are still able to manipulate pages and page content inside TYPO3? Thx. Regards. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-b

Re: [TYPO3-english] FE authentication in TYPO3 4.x

2010-10-02 Thread Pero Matic
Steffen Gebert wrote: > On 29.09.10 12:03, Pero Matic wrote: >> Hi. Is it possible to have multiple FE users authentication >> extensions active in TYPO3 4.x ? I find this very anoying limit when >> u ran many sites under one TYPO3 instance. Different sites need >&g

[TYPO3-english] FE authentication in TYPO3 4.x

2010-09-29 Thread Pero Matic
Hi. Is it possible to have multiple FE users authentication extensions active in TYPO3 4.x ? I find this very anoying limit when u ran many sites under one TYPO3 instance. Different sites need different authentication mechanisms so it would be nice to have this feature possible. Regards. ___

[TYPO3-english] HTML table manipulation in TYPO3

2010-09-25 Thread Pero Matic
Hi. I need some html table manipulation extension where i can set classes for rows (TR), and cells (TD) etc. For now, i have found only KB Content Table (kb_conttable) extension but i have problems with it. Anyone knows of such an extension or have an idea how to make table editing (applying al

[TYPO3-english] tt_news and newsMoreLink

2010-09-25 Thread Pero Matic
Hi. Is it possible to change newsMoreLink register? I would like to add a class tag to the link. Thx. Regards. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] / removed

2010-09-20 Thread Pero Matic
Pero Matic wrote: > Dmitry Dulepov wrote: >> Hi! >> >> Pero Matic wrote: >>> Hi. Anybody have an idea why indexed search comments are automaticly >>> removed from html ? Thx! >> >> Don't install any extensions (especially sourceopt!) and do

Re: [TYPO3-english] / removed

2010-09-20 Thread Pero Matic
Dmitry Dulepov wrote: > Hi! > > Pero Matic wrote: >> Hi. Anybody have an idea why indexed search comments are automaticly >> removed from html ? Thx! > > Don't install any extensions (especially sourceopt!) and do not use > tidy as others recommend: this will on

Re: [TYPO3-english] Export / import tt_news

2010-09-20 Thread Pero Matic
,' ,array_keys($news_array[0])); > $values = ':'.implode(',:',array_keys($news_array[0])); > $insert = $dest->prepare(' > INSERT INTO tt_news ('.$fields.') VALUES ('.$values.'); > '); > > //insert into database > foreach($news_array as $news) { > $insert->execute($news); >

Re: [TYPO3-english] Export / import tt_news

2010-09-20 Thread Pero Matic
"Kay Strobach" wrote in message news:mailman.1.1284989332.2117.typo3-engl...@lists.typo3.org... > Am 20.09.2010 15:24, schrieb Pero Matic: >> Hi. I need to export tt_news records from tt_news 2.5.2 and import this >> into >> tt_news 3.0.1 which is in separate TYP

[TYPO3-english] Export / import tt_news

2010-09-20 Thread Pero Matic
Hi. I need to export tt_news records from tt_news 2.5.2 and import this into tt_news 3.0.1 which is in separate TYPO3 installation (i also need to do text recoding from iso-xxx to utf8 for old tt_news records). Can someone give me advice how to do this? Thx. Regards.

Re: [TYPO3-english] / removed

2010-09-20 Thread Pero Matic
Btw. not all comments are removed. Those that are inserted via some plugins can be seen in source - for example: or Regards. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-en

Re: [TYPO3-english] / removed

2010-09-20 Thread Pero Matic
"Philipp Holdener" wrote in message news:mailman.1.1284988087.32545.typo3-engl...@lists.typo3.org... > Am 20.09.10 14:59, schrieb Pero Matic: >> "Bjoern Pedersen" wrote in message >> news:mailman.1.1284986202.30074.typo3-engl...@lists.typo3.org... >>

Re: [TYPO3-english] / removed

2010-09-20 Thread Pero Matic
"Bjoern Pedersen" wrote in message news:mailman.1.1284986202.30074.typo3-engl...@lists.typo3.org... > Am 20.09.2010 14:28, schrieb Pero Matic: >> Hi. Anybody have an idea why indexed search comments are automaticly >> removed >> from html ? Thx! >> >&

[TYPO3-english] / removed

2010-09-20 Thread Pero Matic
Hi. Anybody have an idea why indexed search comments are automaticly removed from html ? Thx! Regards. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Date localization

2010-09-18 Thread Pero Matic
Xavier Perseguers wrote: > Hi, > >> I'm using generic markers ext. for tt_news and i have this: >> >> plugin.tt_news.genericmarkers { >> data = crdate >> month = TEXT >> month { >> field = generic_crdate >> date = M >> } >> } >> >> It shows me a shortend form of month ie

[TYPO3-english] Date localization

2010-09-17 Thread Pero Matic
Hi, I'm using generic markers ext. for tt_news and i have this: plugin.tt_news.genericmarkers { data = crdate month = TEXT month { field = generic_crdate date = M } } It shows me a shortend form of month ie - Jul or Sep. for news records. The problem is that i can't get lo

Re: [TYPO3-english] cron_csc_imgframes extension

2010-08-12 Thread Pero Matic
Pero Matic wrote: > Hi. Does anybody use cron_csc_imgframes extension - it enables image > frames in Text W/Images content element but it seems it doesn't work > properly? Thx. > Regards. Solved this. To work properly with ImageMagick 6.x im_imvMaskState has to be checke

Re: [TYPO3-english] Remove

2010-08-12 Thread Pero Matic
Jigal van Hemert wrote: > On 12-8-2010 16:03, Pero Matic wrote: >> Hi. How to remove wrap only for divider >> content element? THX. > > tt_content.stdWrap.innerWrap.cObject.default.if { > value = div > equals.field =

[TYPO3-english] Remove

2010-08-12 Thread Pero Matic
Hi. How to remove wrap only for divider content element? THX. Regards. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Images and frames

2010-08-11 Thread Pero Matic
It will update automaticly - everytime your IP changes :-P Now, lets cut the crap and talk more about nice golden frames :-)) Or maybe you could explaing me those RTE classes - i know u want to do that :-) Regards. "Lina Wolf" wrote in message news:mailman.1.1281531452.16257.typo3-engl...@lis

Re: [TYPO3-english] Images and frames

2010-08-11 Thread Pero Matic
"Lina Wolf" wrote in message news:mailman.1.1281528653.12269.typo3-engl...@lists.typo3.org... > Oh to bad. some golden frames with antiique carving ;-) When i finish site all the world will see modern fancy frames and for you TYPO3 will generate golden ones... with antique handmade carving. And

[TYPO3-english] cron_csc_imgframes extension

2010-08-11 Thread Pero Matic
Hi. Does anybody use cron_csc_imgframes extension - it enables image frames in Text W/Images content element but it seems it doesn't work properly? Thx. Regards. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-

Re: [TYPO3-english] Images and frames

2010-08-11 Thread Pero Matic
"Lina Wolf" wrote in message news:mailman.1.1281507886.10611.typo3-engl...@lists.typo3.org... >> Content of frames has to be noted as an own page. >> Even frames could be filled dynamically without this usual way it's a bit >> complicated and due to the required JavaScript perhaps not recommende

Re: [TYPO3-english] Images and frames

2010-08-10 Thread Pero Matic
Lina Wolf wrote: > If the build-in frame is enough for you, you can set it as displayed > in the attached screenshot. otherwise you could define classes. Lina thx. but i need image based frame not pure border :-( So, u think this could be done with classes. I'll take a look. Thx. _

[TYPO3-english] Images and frames

2010-08-10 Thread Pero Matic
Hi. I'd like to have frames or a frame around different size images inserted via rtehtmlarea in text content element. Maybe i could wrap all images with some html but i'd like users to be able to decide which image should have frame and which not. Is this possible to do? THX. Regards. __

[TYPO3-english] User groups and access list

2010-08-06 Thread Pero Matic
Hi. One newbie question. What happens if "Include Access Lists" checkbox in user group settings is not checked - then everything is allowed or nothing is allowed? Thx. Regards. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://list

Re: [TYPO3-english] BE file modul (DAM)

2010-08-04 Thread Pero Matic
"Lorenz Ulrich" wrote in message news:mailman.1.1280930090.22943.typo3-engl...@lists.typo3.org... > Hi Pero > > > Sorry.. it works.. but only on files. I tried it on directories. Any > way to > > move/copy whole directories/subdirectories? Thx. > > This is correct. There is a feature request pen

Re: [TYPO3-english] BE file modul (DAM)

2010-08-04 Thread Pero Matic
"Lorenz Ulrich" wrote in message news:mailman.1.1280924192.14297.typo3-engl...@lists.typo3.org... > Hi Pero > > > Hm.. it seems batch options are used for this but they don't work well > > in > > 4.4.0, DAM ver. 1.1.5 ? Checkboxes are not displayed and it seems > there is > > also some JS error

Re: [TYPO3-english] BE file modul (DAM)

2010-08-04 Thread Pero Matic
"Pero Matic" wrote in message news:mailman.1.1280917977.4511.typo3-engl...@lists.typo3.org... > Hi. I have 2 questions. > > 1. Is it possible to move directories/files inside file module (dam)? Hm.. it seems batch options are used for this but they don't work well i

[TYPO3-english] BE file modul (DAM)

2010-08-04 Thread Pero Matic
Hi. I have 2 questions. 1. Is it possible to move directories/files inside file module (dam)? 2. Is it possible to exclude some directory from showing up in the file mount? Suppose i have this structure: -> Root -> Dir1 -> Dir2 -> Dir3 .. and file mount points to Root. N

Re: [TYPO3-english] tt_news and genericmarkers

2010-07-11 Thread Pero Matic
Oliver Rowlands wrote: > Hi Pero, > > It is not important that "generic_crdate" is not in the tt_news table > as you can see from the PHP snippet I included in my previous post > EXT:ttnewsgenericmarkers adds its own entries to the cObj data array > using a "generic_" prefix - to avoid overwriting

Re: [TYPO3-english] tt_news and genericmarkers

2010-07-11 Thread Pero Matic
Oliver Rowlands wrote: > Hi Pero, > > The data parameter allows you to load in additional column values into > the tt_news cObj, which in PHP equates to: > > if($conf['data']!='') { > foreach(t3lib_div::trimExplode(',',$conf['data']) as $key) { > $pObj->cObj->data['generic_'.$key] = $row[$key]; > }

Re: [TYPO3-english] tt_news and genericmarkers

2010-07-11 Thread Pero Matic
Sorry, the post lost text formating, so here it is again: --- You need a bit more knowledge about TS to follow those. Use data of the current tt_news record It is possible to use any data of the tt_news record by setting plugin.tt_news.genericmarkers.data = title,uid Now you are able to u

Re: [TYPO3-english] tt_news and genericmarkers

2010-07-11 Thread Pero Matic
Oliver Rowlands wrote: > Hi Pedro, > > Can you confirm that you are you using the markers ###GENERIC_DAY### > and ###GENERIC_MONTH### in your template? > > Best regards, > > Oliver Yep. Documentation for generic markers (advanced examples) is not very clear about this. It says this: You need a b

Re: [TYPO3-english] tt_news and genericmarkers

2010-07-11 Thread Pero Matic
Oliver Rowlands wrote: > Hi Pero, > > You could try to use the view specific generic markers: > > plugin.tt_news.genericmarkers { > LIST { > data = crdate > day = TEXT > day { > field = crdate > date = j > } > month { > field = crdate > date = M > }

[TYPO3-english] tt_news and genericmarkers

2010-07-09 Thread Pero Matic
Hi. I red manual for genericmarkers ext. - advanced examples but this doesn't work for me: plugin.tt_news.genericmarkers { data = crdate day = TEXT day { field = crdate date = j } } plugin.tt_news.genericmarkers { data = crdate month = TEXT month { field = crdate date = M } }

Re: [TYPO3-english] where is csc-header class defined

2010-07-09 Thread Pero Matic
"Nicole" wrote in message news:mailman.1.1278622100.14439.typo3-engl...@lists.typo3.org... > Hi! > > I hope I got you right... > > In my version (4.3.3) you can find the typoscriptdefinition in > typo3/sysext/css_styled_content/static/setup.txt > The definition of headlines starts at line 141.

Re: [TYPO3-english] where is csc-header class defined

2010-07-08 Thread Pero Matic
"Dmitry Dulepov" wrote in message news:mailman.1.1278593864.7554.typo3-engl...@lists.typo3.org... > Hi! > > Pero Matic wrote: >> Dmitry, i have used FireBug but there were no classes defined for >> csc-header,csc-default etc. That's why i asked the quest

Re: [TYPO3-english] where is csc-header class defined

2010-07-08 Thread Pero Matic
"Dmitry Dulepov" wrote in message news:mailman.1.1278585317.26841.typo3-engl...@lists.typo3.org... > Hi! > > Pero Matic wrote: >> Hi. Can someone tell me where classes such as csc-header, csc-default, >> divider etc. are defined? I thought they should be in css_st

[TYPO3-english] where is csc-header class defined

2010-07-08 Thread Pero Matic
Hi. Can someone tell me where classes such as csc-header, csc-default, divider etc. are defined? I thought they should be in css_styled_content example.css but it seems they are not. Thx! ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org h

Re: [TYPO3-english] dam_frontend with images

2010-06-11 Thread Pero Matic
Pero Matic wrote: > Hi. I have images categorized in DAM backend. Now, i would like to > show only thumbnails of these images to public/non authenticated > users (it would be great if i could define resolution for thumbnails) > and original full sized images to FE users. Can somebod

[TYPO3-english] dam_frontend with images

2010-06-11 Thread Pero Matic
Hi. I have images categorized in DAM backend. Now, i would like to show only thumbnails of these images to public/non authenticated users (it would be great if i could define resolution for thumbnails) and original full sized images to FE users. Can somebody tell me if this can be done with DAM_fro

Re: [TYPO3-english] Using DAM in FE

2010-05-20 Thread Pero Matic
"Ulrich Lorenz PHZ Luzern" wrote in message news:mailman.17306.1274342993.610.typo3-engl...@lists.typo3.org... Yes and it's called DAM Frontend ;-) Ext key: dam_frontend :-) Thx. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://

[TYPO3-english] Using DAM in FE

2010-05-19 Thread Pero Matic
Hi. I need some ext. that could display images on a page by categories, has a search to find images based on keywords or captions, and allow users to upload their images that will be stored in DAM (after review process). Basicly i need some basic features of DAM but for the frontend. Is there s

Re: [TYPO3-english] Image gallery

2010-05-18 Thread Pero Matic
"Georg Ringer" wrote in message news:mailman.1.1274187848.1100.typo3-engl...@lists.typo3.org... > Hi, > > Am 18.05.2010 14:44, schrieb Pero Matic: >> Hi. Can someone suggest me some nice image gallery ext. that can do this: > > so you need categories, multi l

[TYPO3-english] Image gallery

2010-05-18 Thread Pero Matic
Hi. Can someone suggest me some nice image gallery ext. that can do this: * handle many images (5000>) * image caption feature * search for image (based on image caption text). Thx! ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://l

Re: [TYPO3-english] tt_news RSS and multiple languages

2010-04-29 Thread Pero Matic
Pero Matic wrote: > Hi. I have setup tt_news to use two languages. How can i make RSS > pages so that the first one points to the news written in first > language and second page points to the second language? THX! Ok solved it. RSS page must have translation and in setup: # first

[TYPO3-english] tt_news RSS and multiple languages

2010-04-29 Thread Pero Matic
Hi. I have setup tt_news to use two languages. How can i make RSS pages so that the first one points to the news written in first language and second page points to the second language? THX! ___ TYPO3-english mailing list TYPO3-english@lists.typo3.or

Re: [TYPO3-english] CoolURI and speaking URL path segment

2010-04-28 Thread Pero Matic
Jan Bednarik wrote: >> Hm, maybe I'm wrong here. Maybe it's processed by TYPO3? Anyway, is >> there a way to disable such a behaviour? > > Chars [^a-zA-Z0-9] + "-" are replaced with "-". There is no option > that would change this behavior, yet. That's within CoolURI but it seems TYPO3 also does s

Re: [TYPO3-english] CoolURI and speaking URL path segment

2010-04-27 Thread Pero Matic
Pero Matic wrote: > Jan Bednarik wrote: >>> how can he do that? I know this can easilly be done by using CoolURI >>> interface and setting custom page link with sticky set. But i try to >>> make it simple for my users so they don't have to use CoolURI >

Re: [TYPO3-english] CoolURI and speaking URL path segment

2010-04-27 Thread Pero Matic
Jan Bednarik wrote: >> how can he do that? I know this can easilly be done by using CoolURI >> interface and setting custom page link with sticky set. But i try to >> make it simple for my users so they don't have to use CoolURI >> interface. There is a field called Speaking URL path segment in pag

[TYPO3-english] CoolURI and speaking URL path segment

2010-04-27 Thread Pero Matic
CoolURI generates URL's by getting page title - that's fine. Now, if u have a page titled "foo" and user doesn't want URL to be: "site.com/foo" but "site.com/bar.html" how can he do that? I know this can easilly be done by using CoolURI interface and setting custom page link with sticky set.

Re: [TYPO3-english] CoolURI and cache

2010-04-26 Thread Pero Matic
"Pero Matic" wrote in message news:mailman.1.1272293195.4192.typo3-engl...@lists.typo3.org... > > "Jan Bednarik" wrote in message > news:mailman.1.1272212576.6661.typo3-engl...@lists.typo3.org... >> Hi, >> >>>> :-( So, this means i have t

  1   2   >